-
IAR-C-FOR-SAM8-V310A
IAR-C-FOR-SAM8-V310A破解版软件(IAR-C-FOR-SAM8-V310A cracked version software)
- 2020-12-02 18:59:24下载
- 积分: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
-
TestMybatis
C# 中如何使用mbatis.net对数据库持久化编程。
让开发更加方便(How to use mbatis.net to the persistence in C# programming.
Make development more convenient)
- 2015-04-24 14:50:06下载
- 积分:1
-
键盘鼠标检测钩子功能实现
用于实现键盘和鼠标操作输入的钩子,全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.hook urldownloadtofile 这各函数实现监控下载者的目的-hook urldownloadtofile this function to achieve the purpose of monitoring those who download..
- 2022-03-23 14:13:36下载
- 积分:1
-
segy读取
segy读取程序,用于地震测量数据的读取
- 2022-02-02 20:18:07下载
- 积分:1
-
opnet的aloha协议仿真
对于学习OPNET无线仿真的同学很有用处。
- 2023-06-20 02:30:04下载
- 积分:1
-
21ic下载_STM8_模拟串口程序
说明: stm8低功耗单片机,设置IO进行串口工作模拟,值得一看(This is a C++ compiled calculator source code, to achieve advanced computing functions, the interface is a bit rough, you can see the idea, thank you.)
- 2020-06-17 12:40:02下载
- 积分:1
-
C++贪吃蛇(windows和linux平台)
兼容windows和linux平台,存储最小的信息量,每次显示的时候重新构图,a左d右
- 2022-06-02 13:12:42下载
- 积分:1
-
RunTest
基于对话框的简单的逃跑按钮的实现。希望有所感悟!(Simple dialog-based implementation escape button. Hope that sentiment!)
- 2013-10-04 22:08:35下载
- 积分:1
-
PD4
12864液晶显示,采串并形都有 for msp430 x芯片驱动代码 画图都有十分方便使用 。 12864LCD属于点阵图形液晶显示模块,不但能显示字符,还能显示汉字和图形,分带汉字库和不带那字库两种,价格也有差别。(12864 LCD belongs to dot matrix graphics LCD display module. It can display not only characters, but also Chinese characters and graphics. There are two kinds of Chinese character library and non-Chinese character library, and the price is also different. The 12864LCD with Chinese character library is very convenient to use. It does not need to write complex Chinese character display program. As long as two bytes of Chinese character machine code are written in time sequence, Chinese characters can be displayed. The driver is much simpler.)
- 2020-06-20 08:20:02下载
- 积分:1