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

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

 

2009年6月15日

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 山径山精 阅读(1196) 评论(0) 推荐(0) 编辑

导航