-
Dynamic-digital-tube-display
动态数码管显示程序,这个应该没有什么好解释的吧@!(Dynamic digital tube display program, this should be no good explanation!)
- 2012-07-28 21:15:24下载
- 积分:1
-
off2stl
off 转stl ,很好的转换软件源码。实现了off三维格式向stl三维格式转换,可用于CAD、ProE等软件对接。(
Turn off to stl, good conversion software source code. Off to achieve a three-dimensional format stl three-dimensional format conversion, it can be used in CAD, ProE and other software docking.)
- 2021-03-13 13:09:24下载
- 积分:1
-
hist
直方图修正和彩色变换
功能是直方图修正和彩色变换
(Histogram correction and color conversion
Function and color histogram transformation)
- 2014-01-04 22:05:52下载
- 积分:1
-
C# 使用聚合函数查找数据库重复记录
C#利用聚合函数显示数据库中重复记录的数量,这个例子可找出数据库中的重复内容,对优化数据库很有帮助。实现本功能可参考以下代码:
dgv_Message.DataSource = GetMessage();//设置数据源
dgv_Message.Columns[0].Width = this.Width;//设置列宽度
dgv_Message.DataSource = GetStudent();//设置数据源
dgv_Message.Columns[0].Width = 200;//设置列宽度
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所在学院 ,COUNT(所在学院) AS 学生数量 FROM tb_Student GROUP BY 所在学院");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表,更多代码请下载本实例 。
- 2022-06-30 05:46:27下载
- 积分:1
-
tp
说明: practical work shop in C/C++
- 2015-01-27 01:26:39下载
- 积分:1
-
基于F28335的两电平SVPWM工程文件含程序
用DSP28335实现两电平SVPWM逆变器器的CCS工程文件含程序(DSP28335 achieved using a two-level SVPWM inverter)
- 2020-07-02 05:40:02下载
- 积分:1
-
该程序为可实现CAN的自动接收和发送数据的功能,简洁实用,经调试可行...
该程序为可实现CAN的自动接收和发送数据的功能,简洁实用,经调试可行-the procedure can be realized CAN automatically receive and send data functions, simple and feasible by the debugger
- 2022-01-25 16:29:37下载
- 积分:1
-
min-dist
图中计算最短路径,必须覆盖所有的节点,效率很高(to compute the shortest path in the graph)
- 2012-01-06 00:03:33下载
- 积分:1
-
QBKNNE7
说明: 手机AT modem的处理流程,包含at 命令的读取,解析和编码(Mobile phone AT modem processing process, including at command reading, parsing and coding)
- 2019-01-06 22:25:00下载
- 积分:1
-
TCP网络测试器
使用常规的TCP/UDP调试工具,在需要大数据量测试的时候无法满足要求,该款工具可以快速的进行数据处理
- 2023-01-07 18:25:02下载
- 积分:1