-
CPPPrimer4forch
C++Primer中文版_第4版__中英对照.pdf,很好的一本C++书籍(C++ Primer 4th Edition Chinese version _ __ bilingual. Pdf, good one C++ books
)
- 2011-12-15 00:00:57下载
- 积分:1
-
EncryptDecrypt
说明: Sample Code for encryption and decription
- 2019-02-03 20:09:05下载
- 积分:1
-
FileSplit
简单的VB文件分割、合并工具,有需要的就下载吧。(Simple VB file split, merge tool, there is a need to download it.)
- 2013-08-21 10:26:16下载
- 积分:1
-
Introduction_To_Direct3D9_Chinese_Edition(WenYunBi
Introduction.To.Direct3D9中文版(翁云兵版)书附带源码(Introduction.To.Direct3D9 Chinese version (??soldiers Edition) book incidental source)
- 2007-08-11 10:32:55下载
- 积分:1
-
1232109-1
一个打印出你好世界的c文件,非常简单!仅供参考! (a file describes hello world )
- 2013-04-06 11:09:30下载
- 积分:1
-
CoordProject
大地坐标,经纬度坐标转换
坐标投影系统(geodetic coordinates, longitude and latitude coordinates conversion coordinates projection system)
- 2007-01-04 09:31:15下载
- 积分:1
-
Unload_WIN64_360_Protection
彻底废除WIN64上360的进程自我保护,保护实际例子的gif图片(Complete abolition of WIN64 360 the process of self-protection, protection of the gif image of the actual examples of)
- 2012-05-19 22:30:50下载
- 积分:1
-
sonovoPrintersTool
WIN32 API 实现打印功能 openframeworks(
WIN32 API enables the printing function openframeworks)
- 2015-02-02 20:59:39下载
- 积分:1
-
antiterminateprocess
防止进程被关测试通过,利用驱动写的。呵呵,别想做坏事哦!简单易懂。(Be locked to prevent the process of testing through the use of driver writing. Oh, oh, do not want to do bad things! Easy-to-read.)
- 2007-12-15 16:37:21下载
- 积分:1
-
DMX512
void DMX_SendPacket(void) //发送DMX512数据
{
//配置为普通IO
pDMX_buf = 0 发送起始码 00
GPIO_Tx_Config(0) //设置发送的引脚为普通IO
PA2 = 0 //输出低电平
delay_us(150) //延时150us
PA2 = 1 //输出高电平
delay_us(13) //延时13us
GPIO_Tx_Config(1) //设置发送的引脚为复用IO
//USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
- 2016-02-19 09:23:42下载
- 积分:1