-
CPP-The-Complete-Reference--4th-Edition
A good book for C++ for beginners
- 2013-03-28 14:18:29下载
- 积分:1
-
Windowschengxuyunxingyuanli
windows 程序运行原理。说得到很好啊,对你觉对有用1(windows procedures principle. Ah said to be good for you a useful right McGREGOR)
- 2007-04-11 19:36:00下载
- 积分:1
-
UJBGZR
是利用VC60开发出来的,实现基本的遗传算法,提供给大家一起学习一下,(Is developed by using VC60 to implement the basic genetic algorithm, to provide you with a chance to learn.)
- 2018-10-27 03:56:27下载
- 积分:1
-
50-ejercicios-de-pseudocodigo
50 pseudocodigos CSharp
- 2012-07-02 07:18:26下载
- 积分:1
-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1
-
PIS.Production.BLL
说明: 将产品的详细信息逻辑处理导入到数据库中。集成处理方法(Import the details logical processing of the product into the database. Integrated processing method)
- 2019-10-20 16:58:03下载
- 积分:1
-
3.28BYJ-48步进电机+ULN2003驱动程序
stm32f103zet6上实现步进电机28byj-48由ULN2003驱动的程序。可控制两个电机 正转、反转、停止、正转N度、反转N度(Stm32f103zet6 stepper motor to achieve 28byj-48, driven by the ULN2003 program. Can control two motors forward, reverse, stop, turn N degrees, reverse N degrees)
- 2021-04-13 15:58:57下载
- 积分:1
-
文件目录资源列表生成器 FileResTool2.0
文件目录资源列表生成器,QQ:403717(File directory of resources list of generators, QQ: 403717)
- 2020-06-26 02:20:02下载
- 积分:1
-
EastDraw
说明: 用MFC做的一个小的绘图软件,简单实用,适合初学者参考使用。(MFC to do with a small graphics software that is simple and practical reference for beginners.)
- 2009-07-30 21:09:00下载
- 积分:1
-
DemoDriver
COM8虚拟串口COM0,实现GPS通信(COM8 Virtual Serial COM0, GPS communication)
- 2006-12-06 19:57:13下载
- 积分:1