第零章:扯扯淡
出一个有意思的题目:用一个宏定义FIND求一个结构体struct里某个变量相对struc的编移量,如struct student{ int a;
//FIND(struct student,a) 等于0 char b; //FIND(struct st...
分类:
系统相关 时间:
2014-06-11 10:23:14
阅读次数:
361
接上一篇Linux 内核 链表 的简单模拟(1) 第五章:Linux内核链表的遍历/***
list_for_each - iterate over a list* @pos: the &struct list_head to use as a
loop cursor.* @...
分类:
系统相关 时间:
2014-06-07 22:09:58
阅读次数:
451
Spring 架构主要有两大特点:
IOC /DI: 控制反转/依赖注入
AOP 切面编程 .
今天主要是实现IOC这一特点.
主要的逻辑如下:
User 用户类.
UserDAO User类的访问接口.
UserDAOImpl 实现UserDAO 接口以实现拓展.
UserService ...
分类:
编程语言 时间:
2014-05-25 01:45:46
阅读次数:
423
局部变量(Local Variable),全局变量(global
variable),变量共享;静态局部变量(static local
variables),函数运行结束变量值不会消失,并且其它函数无法访问的变量;简单模拟登陆密码验证使用静态局部变量可以让函数产生的数据更长期更安全地存储,如果一个函...
分类:
其他好文 时间:
2014-05-23 11:59:35
阅读次数:
278
What Is Your Grade?
Problem Description
“Point, point, life of student!”
This is a ballad(歌谣)well known in colleges, and you must care about your...
分类:
其他好文 时间:
2014-05-23 00:59:22
阅读次数:
375
这种简单题做了好长时间,我是不是有点逗?地址:http://acm.fzu.edu.cn/problem.php?pid=2034不解释了,自己看吧,练手的好题上个代码吧#include
#include #include int main(){ int s,n,m,i,j,k,t; c...
分类:
其他好文 时间:
2014-05-10 02:14:11
阅读次数:
328