http://bbs.csdn.net/topics/390239632kerosunkerosun等级:结帖率:96.92%
楼主 发表于: 2012-10-11 12:00:51
比如有一个tools工程,提供给其他工程通用的工具函数。我现在的做法就只能是ctrl+c|ctrl+v一旦工具函.....
分类:
系统相关 时间:
2014-05-08 21:57:50
阅读次数:
432
###UITextField基本知识###[UITextField](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextField_Class/Reference/UITextField.html)...
分类:
移动开发 时间:
2014-05-08 20:15:11
阅读次数:
372
题目链接:http://acm.upc.edu.cn/problem.php?id=2224题意:给出n个数pi,和m个查询,每个查询给出l,r,a,b,让你求在区间l~r之间的pi的个数(A#include
#include #include #include #define lson rt>1;...
分类:
其他好文 时间:
2014-05-06 08:53:03
阅读次数:
248
Problem DescriptionGiven n integers.You have two
operations:U A B: replace the Ath number by B. (index counting from 0)Q A B:
output the length of the...
分类:
其他好文 时间:
2014-05-06 01:20:33
阅读次数:
332
1004. Counting Leaves (30)
分类:
其他好文 时间:
2014-05-06 00:25:24
阅读次数:
340
对于C Standard Library
可以参考:http://www.acm.uiuc.edu/webmonkeys/book/c_guide/或者http://www.cplusplus.com/reference/(一)
常用函数:1、 三角函数double sin(double);正弦do...
分类:
其他好文 时间:
2014-05-05 10:45:09
阅读次数:
416
参考:http://docs.jboss.org/hibernate/annotations/3.4/reference/zh_cn/html_single/1、系统配置:
可以通过使用 mapping的 resource,于class 属性混合配置在创建SessionFactory 也可以通过代码...
分类:
系统相关 时间:
2014-05-03 22:50:55
阅读次数:
584
本文不探讨罗列引用的概念,什么函数传参之类的,这些基础概念和用法很容易搜到~!
本文主要探讨引用和指针在C语言的下一层——即汇编或者确切的说是伪汇编(AT&T伪汇编都一样的代码,你指望下层x86汇编还能不一样么~)——的实现过程,来摸索一下他们的特点与本质。
首先,引用(Reference)在C中没有,是C++ 才有的概念~! 要用g++编译器。
定义:引用就是某个目标变...
分类:
编程语言 时间:
2014-05-03 17:15:25
阅读次数:
419
iOS 基础函数解析 - Foundation Functions Reference...
分类:
移动开发 时间:
2014-05-03 00:25:00
阅读次数:
826
Counting TrianglesTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s):
2012Accepted Submission(s): 966P...
分类:
其他好文 时间:
2014-05-01 21:10:35
阅读次数:
388