-
基于stc15W4K48S4的例程
包含终极跑马灯,以及一些寄存器配置。
- 2022-01-28 15:19:30下载
- 积分:1
-
MSN 仿真界面全部源代码 MSN
MSN 仿真界面全部源代码,非常漂亮,值得参考!(MSN simulation interface all the source code, very beautiful, it is also useful!)
- 2020-06-26 01:00:02下载
- 积分:1
-
Electromagnetic-Field-2D
ANSYS电磁场分析指南,有关2D的分析。(ANSYS electromagnetic field analysis guidelines for the 2D analysis.)
- 2013-07-31 15:48:01下载
- 积分:1
-
sdes
This program implements the SDES algorithm to peform Encrytion and Decryption
- 2010-05-27 19:31:36下载
- 积分:1
-
C# 修改注册表键值禁止修改IE浏览器主页
C# 通过修改注册表键值的方法实现禁止/允许修改IE浏览器主页,这个方法是通过注册表来修改,通过改变注册表相关键值来打开和关闭某项功能,设置HomePage键值为1,以便禁止修改IE主页,当设置HomePage键值为0,以便允许修改IE主页。主要操作的是注册表的SoftWarePoliciesMicrosoftInternet ExplorerControl Panel键值。
- 2022-01-22 04:38:33下载
- 积分:1
-
c++
可以实现网络在线的抓包,可以时时得从网络中按规定的时间来抓取数据,对数据进行相应的分析,然后把分析的结果输出到屏幕给用具
- 2022-03-24 02:57:08下载
- 积分:1
-
students
在Windows 环境下利用ODBC,使用SqlServer2000作为数据库管理系统对数据进行管理与维护,使用VC++6.0为前台设计平台(In the Windows environment using ODBC, use SqlServer2000 as a database management system data management and maintenance, the use of VC++6.0 for the front design platform)
- 2012-01-20 19:43:39下载
- 积分:1
-
WSD_04_V2.01
说明: 温湿度传感器STM8S单片机IAR程序,采用MODBUS协议与外部接口通信,用SHT30传感器测量温湿度, 使用简单,方便。(Temperature and humidity sensor stm8s single chip microcomputer IAR program, using Modbus protocol and external interface communication, using sht30 sensor to measure temperature and humidity, easy to use and convenient.)
- 2021-04-21 20:18:49下载
- 积分: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
-
AsynchronizeItemsBinding
延迟加载的,转发别人的,感觉不错,适合初学者使用的,可以了解下一部加载(Asynchronize of datagrid it fit newer)
- 2014-11-20 09:49:40下载
- 积分:1