-
uCOSII
ucos微系统,你可以把这个驱动直接应用在你的工程中,不需要自己重复写(ucos micro-system, you can use that to drive applied directly in your project, does not have to repeat the written)
- 2009-10-27 10:13:31下载
- 积分:1
-
EfonVNC
基于VC++开发的VNC服务端,非常有用方便,可用于远程调试使用(Developed based VC++ VNC server, very useful convenience for remote debugging)
- 2013-06-05 23:43:42下载
- 积分:1
-
LED
这个程序是设计了一个LED圣诞树的作品。炫彩美观。(This program is designed to work with a LED Christmas tree. Bright and beautiful.)
- 2014-03-16 16:27:14下载
- 积分:1
-
Atmega128
Atmega128的一些程序,包括流水灯,PWM等(The Atmega128 some of the procedures, including water lights, PWM, etc.)
- 2012-04-14 22:46:35下载
- 积分:1
-
模拟串口
51单片机的模拟串口的一个小程序,新手了解学习模拟串口看一下可以(51 SCM simulation serial port a small program, novice understand the learning simulation serial port to see can)
- 2017-12-31 13:17:38下载
- 积分:1
-
股票分析小工具
通过sina网获取数据源,C#股票分析小工具,可以查看指定代码的股票数据、及k线图形等
- 2022-05-01 02:00:23下载
- 积分:1
-
OA办公协同系统
办公自动化系统内容通知邮箱,会议安排日程,财务聘期人力资源管理
- 2023-01-16 15:10:05下载
- 积分:1
-
Tiffread
教你如何读写TIFF格式的图像,是自己写的,很值得一看哦(Read Tiff Image)
- 2009-09-30 22:01:28下载
- 积分:1
-
YH_F28335
YH_F28335 user manual
- 2020-06-20 11:00:02下载
- 积分:1
-
C# 利用数据绑定控件ListView修改数据
cmd.CommandText = "update 员工表 set 员工姓名= +//设置将要执行的SQL语句
this.textBox2.Text + ,基本工资= + this.textBox4.Text +
,工作评价= + this.textBox5.Text +
where 员工编号= + this.textBox1.Text + ";
con.Open();//打开数据库连接
cmd.Connection = con;//设置命令对象的连接属性
cmd.ExecuteNonQuery();//执行SQL语句
con.Close();//关闭数据库连接
return true;//方法返回布尔值
- 2022-01-24 18:10:16下载
- 积分:1