-
reportprint
用VB制作的套打程序,做数据库管理系统时可以做为参考直接使用(Printing With the program made in VB to do database management system can be directly used as a reference)
- 2011-06-19 12:44:58下载
- 积分:1
-
HID_Kbd
lpc1752 制作的HID USB小键盘(the lpc1752 production HID USB keypad)
- 2012-08-28 12:05:53下载
- 积分:1
-
DSP2812-PWM
基于DSP2812产生PWM波形用来控制电机的转速(PWM waveform generation based on DSP2812 used to control the motor speed)
- 2011-10-17 14:55:06下载
- 积分:1
-
VB-Excel
打开Excel,导出数据到Excel中(通过一个数据表或则是数组形式)(open excel to a datagridview and put the data out on excel)
- 2012-04-05 21:54:45下载
- 积分:1
-
ISP_pc_14y1231b
透過 Socket 擷取影像,並進行 OpenCV MOG2 計算(Capture images through Socket, and OpenCV MOG2 computing)
- 2014-12-31 16:51:58下载
- 积分:1
-
6037414
修改默认的滚动条样式,类似XP风格,并有动感,()
- 2018-04-27 16:09:08下载
- 积分:1
-
wuziqi
说明: 一个简单的五子棋代码实现,电脑智能还不算太高~~大家可以改改(Gobang code for a simple implementation, computer intelligence is also not too high ~ ~ we can change change)
- 2010-03-17 11:40:42下载
- 积分:1
-
GPS-easysuit
matlab处理GPS数据的学习用代码。共5个部分附带说明书。包括第一部分GPS时间系统、第二部分Rinex文件读取、第三部分接收机的地心地固位置计算、第四部分基于伪距码的基线解算、第五部分双差解算(GPS data processing matlab learning with the code. A total of five parts with manual. GPS time system includes a first portion, a second portion Rinex file read, the third part of the ground EarthFixed receiver position calculation, the fourth part of the pseudo-code based on the baseline solution, the fifth part of the double difference solver)
- 2013-09-11 17:22:47下载
- 积分:1
-
NetDebug
1、实现多个网络调试助手示例在一个进程中启动;
2、可以实现TCP_SERVER,TCP_CLIENT,UDP,UDP组播通信;(1, multiple network example debugging assistant to start a process 2, can achieve TCP_SERVER, TCP_CLIENT, UDP, UDP Multicast communication )
- 2013-01-28 17:35:58下载
- 积分: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