-
obextest
用c#编写的程序,用与两个蓝牙设备的通讯,有发送数据等功能.(prepared using the procedures used with two Bluetooth devices of communication, send data capabilities.)
- 2005-07-12 16:52:13下载
- 积分:1
-
linux创建系统共享工作队列
内核工作队列:用来处理比较耗时间的代码(代码一般是不怎么重要)工作队列:将所有需要执行的工作用链表的形式排成队列!工作:就是一个指定的函数-------------------------------------------------------内核工作队列提供了一系列的API函数和数据结构,要使用工队列需要了解API函数和数据结构?内核共享工作队列相关的数据结构:/*工作队列结构体一般把推后的任务叫做工作---描述结构体work_struct*/struct work_struct {atomic_long_t data; /*工作处理函数的func参数*/struct list_head entry; /*连接到下一个工作描述结构体指针*/work_func_t func; /*工作处理函数*/#ifdef CONFIG_LOCKDEPstruct lockdep_map lockdep_map;#endif};
- 2022-07-24 01:12:07下载
- 积分:1
-
my_HideReg
冰刃下隐藏注册表
最亲朋的隐藏技术,请不要用于不法目的。学习研究的(Under the most hidden registry冰刃friends hidden technology, please do not for the unlawful purpose. Study of)
- 2007-11-12 22:19:05下载
- 积分:1
-
TP1_AMO_09_data
ondeltreete partie 2 projet
- 2011-03-02 21:05:02下载
- 积分:1
-
ay
说明: Circle Through Three Points
- 2012-05-25 06:19:05下载
- 积分:1
-
OUBL
流传很广很经典的哈夫曼编码和译码,可以用来学习和交流!()
- 2018-04-21 04:10:56下载
- 积分:1
-
shumaguan
4路数码管显示仪表,可以实现自动报警功能,c51实现(4 digital display instruments, automatic alarm function can be achieved, c51 achieve)
- 2011-02-10 20:48:58下载
- 积分:1
-
Matrix
C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了(C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the)
- 2008-12-12 15:50:05下载
- 积分:1
-
心电图静态展示
这是一块静态的心电图,可以左右滑动,请看图.有谁想要动态的心电图可以在找我,必须得说明一下,这个必须在真机上运行,还要有.ecg的文件.我把那个.ecg的文件也打包放到一起,有什么不懂得可以找我.
- 2022-02-12 06:35:30下载
- 积分:1
-
23个设计模式是史上公认的经典,实例代码目前多是JAVA版的,现在上传个C#版的...
23个设计模式是史上公认的经典,实例代码目前多是JAVA版的,现在上传个C#版的-23 was designed to recognized the history of the classic examples of the current multi-source version of Java is now upload C# version of the
- 2022-03-18 17:52:17下载
- 积分:1