-
Chapter1-Programs
C common algorithms chapter 1
- 2012-11-01 19:43:15下载
- 积分:1
-
Microsoft_IE
说明: 完美仿IE7 NET代码,界面非不错,看看就知道(Perfect imitation of IE7 NET code, the interface of non-good, look know)
- 2010-04-08 17:33:35下载
- 积分:1
-
yiyuan
说明: 基于QT的医院病人信息管理系统,实现了增删改查,注册登录界面等(The hospital patient information management system based on QT realizes addition, deletion, modification and query, registration and login interface, etc)
- 2020-05-14 18:18:40下载
- 积分:1
-
(189021)
心电监护仪行业“十二五”规划分析与投资前景预测研究报告(189021).pdf(ECG industry " 12th Five-Year Plan and investment prospects forecast research report (189 021). Pdf)
- 2012-08-14 15:18:42下载
- 积分:1
-
main
EDA课程设计抢答器的程序,将程序加入仿真电路可直接运行出结果(EDA course design responder programs, add the program simulation circuit can be run directly the results
)
- 2015-05-21 20:28:37下载
- 积分:1
-
123
中科大数据结构全部上机实验的实验程序以及报告,内容包括多项式,图,栈,SQL语言……(All experimental procedures USTC data structures as well as reports on experiments, including polynomial, maps, stack, SQL language ......)
- 2020-10-14 19:57:30下载
- 积分:1
-
lcd-c
说明: 液晶模块的驱动范例,常用的例程,包内有多个程序,对单片机控制液晶模的编程有很大参考价值!(failed to translate)
- 2011-02-21 15:34:41下载
- 积分:1
-
Buiw_note
此文档是学习buiw后的一些笔记,记录了学习过程中的犯过的一些错误,能给学习buiw的一些帮助!(The document is the study of the buiw after some notes, and records the learning process made some mistakes, can give buiw learning some help!)
- 2012-02-16 22:29:04下载
- 积分:1
-
舵机测试C51程序
51网站上下载的利用蓝牙控制小车和舵机的程序,可实现蓝牙控制舵机(The program downloaded from website 51 that uses Bluetooth to control the car can realize Bluetooth to control the car.)
- 2020-06-20 23:00:01下载
- 积分:1
-
C# Excel导出
private void ToExcel(string saveFileName, string strSql)
{
if (DateTime.Now.Year == 2014)
return;
SaveFileDialog saveDialog = new SaveFileDialog();
saveDialog.DefaultExt = "xls";
saveDialog.Filter = "Excel文件|*.xls";
saveDialog.FileName = saveFileName + this.dateTimePicker1.Value.Year.ToString().Trim() + this.dateTimePicker1.Value.Month.ToString().Trim();
if (save
- 2022-02-26 06:12:03下载
- 积分:1