-
tanhaoqiangdiwuzhang
谭浩强c++课件第五章 是一个很好的C++学习课件 值得拥有(Hemopurification c++ courseware fifth chapter is a good learning courseware deserve C++)
- 2014-01-14 11:40:14下载
- 积分:1
-
画速度仪表部分
说明: 利51单片机写的速度仪表盘程序,并在TFT彩屏上显示。(The speed dashboard program written by Li 51 single chip computer is displayed on TFT color screen.)
- 2019-01-02 14:01:11下载
- 积分:1
-
pcm
simulink 实现 pcm编码 很有用 希望大家有利(similink pcm cod)
- 2011-05-27 19:17:28下载
- 积分:1
-
飞控源码
说明: 以F407为主控核心实现的多旋翼飞行器飞控系统(Flight Control System of Multi-Rotor Aircraft Based on F407)
- 2019-03-23 19:08:13下载
- 积分:1
-
yingshiping5
Visual C++音视频编解码技术及实践-第五章代码(Visual C++ Audio Video Coding and Practice- Chapter V code)
- 2007-09-27 09:15:52下载
- 积分:1
-
baiduMap
百度地图切片,VS2010版,可以切下来地图,长时间切图会有问题,注释很多,大家看后就能理解。(Baidu map slices, VS2010 edition, can cut down the map, cut figure there will be a problem for a long time, notes a lot of, everybody can understand.)
- 2015-09-02 10:24:54下载
- 积分:1
-
ThreadPoolProject
说明: 通过ThreadPoolExecutor的方式,这样的处理方式让写的同学更加明确线程池的运行规则,规避资源耗尽的风险(Thread pools are not recommended to be created by Executors, but by ThreadPool Executor, which allows students to write more clearly about the rules of thread pools and avoid the risk of resource exhaustion.)
- 2020-06-17 21:00:07下载
- 积分:1
-
qtserialport-opensource-src-5.3.2
说明: qtserialport官方库,支持qt4安装(qtserialport official lib)
- 2020-06-18 23:40:02下载
- 积分:1
-
51单片机定时闹钟程序(带按键)
//////////////////包含头文件及宏定义//////////////////////////////////////#include#include#define uchar unsigned char#define uint unsigned int/////////////////////////////////////////////////////////////////////////////////////////继电器响应动作指示灯//////////////////////////////////////sbit light=P1^0;sbit int0_ok=P3^2;sbit int1_ok=P3^3;/////////////////数码管的段位锁存////////////////////////////////////////sbit duan=P0^0;sbit wei=P0^1;uchar bit1,bit2,bit3,bit4,bit5,bit6;///////////////小时 分钟 秒钟显示码uchar fen=0;// 分钟缓存uchar miao=0;//秒缓存uchar shi=0;//小时缓存uchar key_temp;/////按键暂存//uchar key_old;uchar key_count;//按键计数uchar key_back;/////按键备份uchar key_data;//////按键数值uchar key_con;////uchar key_ok;uchar int0_function=0;///功能0,做调节始终uchar int1_function=0;///功能1,做运行停止用u
- 2022-05-29 08:50:19下载
- 积分:1
-
神经网络源代码(附说明文档和数据)
一个完整BP神经网络源代码,包括数据和说明文档(a complete neural network source code, including data and documentation)
- 2020-10-24 10:37:21下载
- 积分:1