-
BU9792
段式液晶驱动芯片BU9792驱动程序,也是低功耗的,是日本设计的,非常不错啊。(Segment LCD Driver IC BU9792 driver, but also low-power, is a Japanese design, very good ah.)
- 2020-12-24 16:59:05下载
- 积分:1
-
weizhuang
说明: 很多下位机程序员都有这样的经历,在交付工程的时候对方要求提供源程序,而大多数下位机程序员都知道交出源程序是意味着什么,所以为了保护各位下位机程序员的合法利益.这个工具,伪装过后的源程序可以编译通过。(many lower computer programmers have the same experience that the delivery of the other works on the request source, and most of the next crew to surrender programmers are aware of what it means to the source, Therefore, in order to protect you and lower computer programmer's legitimate interests. this tool, camouflage after the source compile.)
- 2006-04-12 10:43:41下载
- 积分:1
-
capture
屏幕捕获的程序,将所捕获的屏幕图像保存为BMP格式位图,一个简单的工程(Screen capture program will capture the screen image saved as a BMP bitmap format, a simple project)
- 2009-04-23 09:25:20下载
- 积分:1
-
数字大小写转换--示例源码下载.zip
数字大小写转换--示例源码下载.zip
- 2019-08-08下载
- 积分:1
-
endian模式切换工具通用Linux操作系统
endian模式切换工具通用Linux操作系统。
- 2022-01-27 21:33:25下载
- 积分:1
-
SCMA中的消息传递算法MPA仿真程序
说明: SCMA稀疏码分多址接入技术,包括编解码部分(Sparse code division multiple access technology)
- 2020-08-05 12:18:32下载
- 积分: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
-
Lagrange
MFC对话框程序,采用VC++6.0编程。导入txt文档保存的二维数组,对其进行拉格朗日差值后导出到指定txt文档中(MFC dialog procedures, using VC++ 6.0 programming. Import dimensional array txt file saved, exported them to a specified difference after Lagrange txt document)
- 2015-02-07 11:27:19下载
- 积分:1
-
C语言编写电话簿
无聊的时候用C语言写了一个电话簿,可能有一些缺点,希望大牛们给些指点吧aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-05-16 08:08:15下载
- 积分:1
-
DirectX Book Code
《DirectX 9.0 3D游戏开发编程基础》书本配套源代码
- 2022-04-26 12:33:23下载
- 积分:1