搜索资源列表
24c01-24c16驱动程序
- //24c01-24c16读写驱动程序, sbit a0=ACC^0 //定义ACC的位,利用ACC操作速度最快 sbit a1=ACC^1 sbit a2=ACC^2 sbit a3=ACC^3 sbit a4=ACC^4 sbit a5=ACC^5 sbit a6=ACC^6 sbit a7=ACC^7 -/ / 24c01 - 24c16 literacy drivers, ACC sbit a0 = ^ 0 / / ACC definition of the position, u
01-24c16驱动程序
- //24c01-24c16读写驱动程序, sbit a0=ACC^0 //定义ACC的位,利用ACC操作速度最快 sbit a1=ACC^1 sbit a2=ACC^2 sbit a3=ACC^3 sbit a4=ACC^4 sbit a5=ACC^5 sbit a6=ACC^6 sbit a7=ACC^7 -/ / 24c01 - 24c16 literacy drivers, ACC sbit a0 = ^ 0 / / ACC definition of the position, u
Windows2000prtdrv
- W2kPrintDrvSample Feature ======= * Support two page directions, portrait and landscape * Support just one page size, A4 * Support two resolutions, 200 x 200 and 100 x 100 dpi * Support two color mode, color(24bpp) and monochrom
DriverTool
- WDM驱动开发常用工具整理,包含 1.DebugView 2.geninf 3.IRPTrace 4.SymLinks 5.VC6所自带工具 6.WdmSniff 7.Winobj 8.devicetree 9.EzDriverInstaller.exe 10.monitor.exe 11.dbg_x86_6.8.4.0.msi 等,均为个人收集.现整理出来与大家共享-WDM Driver Development Tools finishing,
Compuware+DriverStudio+v3[1].2+iNTERNAL
- driver studio的key生成工具软件,有需要的就down.-driver studio
EasySYS_src_0.3.2.6.1
- [mod]EasySYS 0.3.2.6 for vs2005 改了份easysys, 在sudami ,ChiChou的基础上修改. 谢谢开源~~ 修复一个VC6 + DDK2003的bug 0.3.2.6 把MyZwDriverControl.c加到的TestApp里, 现在TestApp可以自己加载/卸载sys了(exe,sys得在同一目录) 0.3.2.5 支持WDK + Vista/2008 根据(DDK + OS)选择buil
ddsmc
- This module contains device-specific routines for DDS-2 DDS-3 medium changers:HP C1553A, HP C1557A, Sony TSL-7-This module contains device-specific routines for DDS-2 DDS-3 medium changers:HP C1553A, HP C1557A, Sony TSL-7000
PTTID_COPY
- adf4360-7的驱动程序 是用c 语言编写的 实际应用过 好用-adf4360-7 driver c is the practical application of language have been useful
v1.7.4-RC
- 超声波流量计的部分设计程序,此部分为控制芯片ACEX1K系列的EP1K50QC208-3中的代码,采用的是VHDL语言,里面包括LCD12864的读写代码、流量的处理等-Ultrasonic flowmeter in which the design process, this part of the control chip ACEX1K series EP1K50QC208-3 in the code, using the VHDL language, which includes LCD1
121
- 1.7.3 自动准备 开始的 艰苦冰河时代就卡后但是 -1.7.3 Automatic ready to start the hard ice age on the card but
PICFLASH_v3b_plus2
- MPLAB ICD 3 在 Windows 7 x64. 下的驱动程序,依照我使用ICD3在Windows 7 x64上的經驗 1、将压缩包中的\PICFLASH_v3b_plus2\Driver\mchpusb64.sys复制到C:\Program Files\Microchip\MPLAB IDE\ICD3\Drivers下 2、將ICD3插入PC 3. 在裝置管理員中ICD3的圖示中按右鍵"更新驅動程式軟體" 4. 將目錄指向"C:\Program Files\Microc
SPLC501
- 资料说明: 1,DriverV20 用SPCE061A驱动SPLC501的驱动程序 2,PCB图 SPLC501模组的PCB图 3,电路原理图 SPLC501模组的电路原理图 4,SPLC501DemoCode 配套SPLC501模组使用的示例代码 5,字模提取工具 液晶点阵的字模提取工具 6,splc501datasheet.pdf splc501芯片的datasheet 7,splc501液
IONDRVSupport_1.7.3
- mac ios kext驱动编程,希望对所需者有用-mac ios kext驱动编程
MrleeProtect
- MP游戏保护源码 1. 此套保护仅在Windows XP SP3系统上做过测试。 2. 保护程序是在VS2010环境下编译的。 效果: 1. 防止受保护进程被未授权的进程暂停。如,OD在附加进程的时候是要将目标进程暂停的,有了MP保护以后,OD将无法附加进程,因为OD无法将受保护的进程暂停。 2. 防止受保护进程中的数据被修改。如,CE无法修改受保护的进程的内存数据。 3. 当受保护进程中的内存数据被未授权的进程修改的时候,会有提示。 4. 防止受保护的进程被未
EasySYS_src_0.3.2.7
- 自动生成VS2005,VS2008,VS2010驱动工程,使用VC工具就可以编译和调试驱动。-Automatically generate VS2005, VS2008, VS2010 drive engineering, the use of VC tools can compile and debug drivers.
RocketMQ-3.0.7
- RocketMQ-消息响应机制源码,并发可以达到百万级别,对于做消息响应的同行,一定值得研究。-RocketMQ- message response mechanism source, can reach one million concurrent level counterparts for doing message response, certainly worthy of study.
ssmon
- VT Debugger with Open Source 这个是拿BluePill的代码作为Base,硬改成调试器。 构思到代码成型花掉我一年时间,幸亏公司活少,给了我充足的时间。 这个是摘自本人的简历内容。 XP系统的汇编级双机调试器,同时可以调试内核线程和普通线程。 Bypass 业界全部的AntiDebug系统。 Builtin with below Functions. 1. AMD VT System, 2. Internal
Pyserial
- python 串口驱动库pyserial-2.7,包含win32 python2/3安装包,以及源码安装包和安装方法。-Python serial driver library pyserial-2.7, contains a WIN32 python2/3 installation package, as well as the source of the installation package and method of installation.
1660-34-ma
- Step 2. Pls copy the unzipped files (like the picture 2) to an empty SD card PS: Pls format the SD card before copy the files here Step 3. Pls insert the SD card to the GPS SD card slot Step 4. Turn on the car stereo and press the GPS ico
L5-E5
- 利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-The constant can be calculated by the infinite series: = 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+.... Write a C program that uses a do/while loop to calculate using the series. The program