前进的道路不是一帆风顺的,要随时迎接挑战,敢于战胜困难!

坚持一下,找人聊聊天,释放一些压力!

 

06 2009 档案

C语言实现回调函数的源码
摘要: #include <stdio.h>#include <stdlib.h>#include <string.h>typedef char byte;typedef int (__stdcall *CompareFunction)(const byte*, const byte*);void __stdcall Bubblesort(byte* array,int...阅读全文

posted @ 2009-06-15 16:41 山径山精 阅读(927) | 评论 (0) 编辑

C常用类型的范围--源代码
摘要: #include <iostream>#include <limits>#include <stdlib.h>using namespace std;typedef unsigned __int64 UINT64; typedef __int64 INT64; int main(){int intMax = numeric_limits<int>::...阅读全文

posted @ 2009-06-09 14:30 山径山精 阅读(202) | 评论 (0) 编辑

导航

统计

公告