-
软件模拟13路PWM波,可改变占空比和频率
软件模拟13路PWM波,通过485通信给出占空比,频率等参数,占空比和频率支持小数位,用DMA实现485通讯,中断实现模拟PWM输出
- 2022-02-01 00:18:11下载
- 积分:1
-
BluetoothChat
Symbian OS 蓝牙聊天程序,是基于Symbian os v9.1 版 (Bluetooth chat program Symbian OS is based on the version of Symbian os v9.1)
- 2009-03-28 09:54:00下载
- 积分:1
-
多播,回调实现对服务器IP的返回
服务器获取IP 客户端点击确定 可以返回服务器的IP,客户端修改本地IP
- 2022-04-30 22:50:01下载
- 积分:1
-
数据库课程设计
实现图书管理系统帮助你了解课设应付课设,,,,,,,(it only a word ,but it can help you do the keshe if you like this ,please load it)
- 2018-06-03 17:36:06下载
- 积分:1
-
CustomTreeCtrl
一个很有用的TreeCtrl,有复选柜,可以自定义图标,展开节点时,可以更换图标。支持右键菜单增加删除节点(A very useful TreeCtrl, there are check counters, you can customize the icon, expand the node, you can replace the icon. Support right click menu to add delete node )
- 2016-07-28 16:03:54下载
- 积分:1
-
ORGE-WALKING
ORGE的一个实例代码,演示角色在地图的上面进行走动,源代码(a demo showing a character walking on the ground, powered by ORGE)
- 2014-10-26 14:22:41下载
- 积分:1
-
swTsfTKC
Code in C what need swTsfTKC
- 2019-03-06 05:28:43下载
- 积分:1
-
OPF
optimal power flowoptimal power flowoptimal power flowv
- 2013-10-15 12:38:09下载
- 积分:1
-
V5-1008_RL-TCPnet实验_TCP服务器(裸机)
stm32f407平台下实现网络编程,实现TCP通讯,利用TCP-NET(Realize network programming under stm32f407 platform, realize TCP communication, make use of TCP-NET)
- 2019-03-06 14:42:27下载
- 积分:1
-
C# 合并DataGridView控件单元格数据
C# 合并DataGridView控件单元格,合并列相同的内容,结合数据库来实现:
if (conn.State == ConnectionState.Closed)//判断数据库是否关闭
conn.Open();//打开数据库
string selectString = "select * from tb_emp";//定义查询字符串
Adapter = new SqlDataAdapter(selectString, conn);//实例化填充数据集和更新数据库的对象
Adapter.Fill(dataSet);//填充dataSet数据集
dataGridView1.DataSource =dataSet.Tables[0];//为dataGridView1设置数据源
conn.Close();//关闭数据库
填写单元格内容,相同的内容的单元格只填写第一个,对每一列相同单元格进行合并
- 2023-08-28 20:40:03下载
- 积分:1