-
fantasia_source2
Fantasia mabinogi memoryPatcher
- 2011-06-04 16:59:43下载
- 积分:1
-
haadling
T9输入法中文源代码,包括演示程序,对做手机软件的人很有帮助!()
- 2017-12-31 07:52:44下载
- 积分:1
-
51单片机modbus
说明: 51单片机MODBUS主机通信程序,平台KEIL4。使用MODBUS SLAVE测试成功。(51 MCU MODBUS host communication program, platform KEIL4. The MODBUS SLAVE test was successful.)
- 2021-04-22 22:58:49下载
- 积分:1
-
osgparticle
osg粒子子系统例子,一个是简单的粒子系统,另一个是烟(the example of particle sysytem in OSG)
- 2012-04-11 21:23:22下载
- 积分:1
-
MeshLodGenerator
说明: 将mesh几何数据根据所选的Lod级数构建多层次几何数据(The mesh geometry data is constructed according to the Lod series selected)
- 2020-07-20 15:53:30下载
- 积分:1
-
9019633
The physical layer of WCDMA is explained in detail. The downlink physical channel structure, uplink physical channel structure and timing relationship between channels are described in detail.
- 2019-01-04 19:01:44下载
- 积分:1
-
TimeSum
c#3.5,时间比较,分别比正计时,倒计时(c# 3.5, time comparison, respectively, than is timing, countdown)
- 2011-04-27 16:39:37下载
- 积分:1
-
socket
用于两台电脑之间的无线通信,一个作为客户端,另一个作为服务器。(For wireless communication between two computers, one as a client and the other as a server.)
- 2014-04-21 23:00:03下载
- 积分:1
-
CPP-program-desig(third-edition)
C++面向对象程序设计教程相关电子课件,其中内容全面且丰富,具有很好的参考价值。 (" C++ object-oriented programming tutorial (3rd edition)" comprehensive and extensive electronic courseware)
- 2011-09-14 21:17:47下载
- 积分: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