-
DDS开发板-点频9834(ok)
AD9834驱动 stm32 建议结合datasheet一起调试(AD9834 Driver STM32 Recommends Debugging Together with Datasheet)
- 2020-06-24 14:40:02下载
- 积分:1
-
PopupBlocker_src
Browser Helper Object
一个用于IE的插件,可以阻止弹出窗口的源码(A Browser Helper Object for IE plug-ins, you can block pop-up window of the source)
- 2008-06-30 10:24:39下载
- 积分:1
-
vc.tiaoshi
vc6.0对工程的调试,如何检测程序,以及跟踪程序的运行(the vc6.0 debug the project, testing procedures, as well as the operation of the tracking program)
- 2012-08-02 10:11:23下载
- 积分:1
-
UsbforLibusb_VC
USB通信用例
该用例使用libusb01库进行usb通信(usb for libusb)
- 2010-05-20 11:33:14下载
- 积分:1
-
C#操作TrueCrypt加密解密
说明: C#操作TrueCrypt加密解密。1. 创建加密卷 2. 加载加密卷 3. 卸载加密卷 4. 修改密码 5. 加载驱动 6. 安装驱动(C # operation TrueCrypt encryption and decryption. 1. Create encrypted volume 2. Load encrypted volume 3. Unmount encrypted volume 4. Change password 5. Load driver 6. Install driver)
- 2020-04-07 18:25:17下载
- 积分:1
-
fangjinshandubaojiem
防金山毒霸界面源码,希望对大家有所帮助~(Anti-Duba interface source, we want to help ~)
- 2010-06-04 17:51:43下载
- 积分:1
-
Modbus_Protocol-RTU_C51_Program
Modbus协议及Modbus RTU的C51编程(Modbus RTU Modbus protocol and the C51 programming)
- 2011-08-23 17:20:33下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
PIC32MM.X
实现SX1280的收发程序,模式可以自行设定,FLRC实测速率可以达到1Mbps(Achieve the SX1280 transceiver program, the mode can be set by itself, the measured speed of FLRC can reach 1Mbps)
- 2018-11-16 10:45:06下载
- 积分:1
-
GetWindowsPassWord
该程序用于在用户登陆状态下获取用户的登陆密码。原理是windows 2003 将用户的密码存储在 lsass.exe 的指定偏移的内存中。通过对该进程内存的扫描即可获取系统密码。(the procedure for landing on a user's state of the user's password landing. The principle is windows 2003 to the password stored in the designated offset lsass.exe memory China. Through the process of memory can be obtained by scanning system password.)
- 2006-10-26 10:46:03下载
- 积分:1