-
成绩管理系统
成绩管理系统,用于管理培训机构,学校等成员成绩。(Achievement management system, used to manage the performance of training institutions, schools and other members.)
- 2020-06-22 14:20:02下载
- 积分:1
-
DirectSound-document
DirectSound 开发指南,作者:智慧的鱼,编辑:中华视频网.介绍DirectSound实用开发技巧和DirectSound开发高级技。(a document of directsound)
- 2012-06-26 09:10:44下载
- 积分:1
-
11.11
扫描驱动相关的资料,包含配置文件和dll文件,是一部分11(Scan driver-related information, including configuration files and dll file is part of 11)
- 2009-05-20 18:50:26下载
- 积分:1
-
AddFlow5_Patch
AddFlowCrack have a good time
- 2010-02-09 07:53:01下载
- 积分:1
-
SerialPortTest
简单的串口调试,能够实行发送和接收字符。(Serial easy debugging, it is able to implement send and receive characters.)
- 2009-03-10 10:57:16下载
- 积分:1
-
cala
利用VB打造的一款超酷语音计算器,带自动判别功能(Using VB to create a cool voice of the calculator, with automatic discriminant function)
- 2009-09-30 05:30:44下载
- 积分:1
-
VCPPDevelopment-of-the-database
visual C++数据库系统开发完全手册配套光盘(visual C++ Development of the database system completely manual CD
)
- 2011-12-06 15:34:38下载
- 积分:1
-
AddressList
提供通讯录成员的查询、增加、更新及删除等功能。(Provide contacts membership query, add, update, and delete functions.)
- 2013-09-24 19:26:07下载
- 积分:1
-
FindStudent
课堂随机点名系统。MFC实现。要求能完全实现我们的点名程序已有的功能。即事先从教务处网站上下载某班的学生名单并存盘备用。你的程序能够以某种方式有选择性的加载某个班的存盘文件并把相应的学生信息读入内存,然后以随机的方式来查找某个学生的信息并把它显示出来以实现点名。(Classroom randomly named system. MFC implementation. Requirements to fully realize our program has been named function. That is, from the Office of Academic Affairs Web site in advance of a class of students download and save the standby list. Your program in some way be able to selectively load a class file and save the students put the corresponding information read into memory, then a random way to search a student' s information and put its name displayed in order to achieve .)
- 2020-12-02 10:39:26下载
- 积分: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