-
Visio图像
说明: 几个常用的visio模具,想用的下载来用吧(Several commonly used Visio molds. Download them if you want to use them)
- 2020-04-29 14:29:13下载
- 积分:1
-
ffmpeg
ffmpeg开发手册,opengl参考手册,ffmpeg命令使用方法(ffmpeg development manuals, the opengl reference manuals, ffmpeg command using the method)
- 2020-08-05 13:48:34下载
- 积分:1
-
CC253x_cpu_conf
CC253x寄存器列表。方便自己编写/分析ZigBee 协议栈,CC253x 硬件编程。已在实际工程项目中验证通过。(The CC253x register list. Convenient to write / analyze ZigBee protocol stack, CC253x hardware programming. It has been verified in the actual project.)
- 2019-01-04 15:55:24下载
- 积分:1
-
lamp
一个VRML的示例,通过鼠标点击可以使场景内的灯管发光(An example of a VRML through mouse clicks can make a scene inside the lamp light)
- 2013-12-25 21:05:40下载
- 积分:1
-
DTcms5.0采集插件
DTcms5.0采集插件
数据自动采集,分析(DTcms5.0 Acquisition Plug-in
Automatic Data Acquisition and Analysis)
- 2019-07-10 15:55:35下载
- 积分:1
-
BH1750
基于89C51的光照模块程序,用的器件是BH1750。比较有用(89C51-based lighting module program, with the device is BH1750. More useful)
- 2020-10-01 14:57:41下载
- 积分:1
-
IEC104
C语言实现IEC104客户端,可以实现总召,遥信变位上送,YC上送。(The IEC104 client C language, you can achieve total Zhao, remote deformation on the YC sent.)
- 2012-02-16 10:52:57下载
- 积分:1
-
C#在列上加入计算
C#在列上加入计算,这个主要是指SQL查询语句的列上面,如下面定义的语句,进行合并计算后,被执行:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生编号,学生姓名,高数+外语 AS 高数加外语的分数 FROM tb_Grade");
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-08-18 16:13:26下载
- 积分:1
-
wpf_DragDrop
WPF 鼠标拖拽功能,自定义拖拽的跟随图形,不再是一个虚线的系统的小标志,而是具体所拖拽的对象的图形,比如拖一个button,后面跟随的就是一个button的形状。(WPF mouse drag and drop, drag the following custom graphics, broken system is no longer a small sign, but concrete by dragging a graphical object, such as dragging a button, is followed by the shape of a button.)
- 2010-12-06 16:18:59下载
- 积分:1
-
MACD交叉策略
MT4平台上利用MACD开平仓的一款EA(A EA that uses MACD to open a warehouse on the MT4 platform.)
- 2020-06-30 23:20:02下载
- 积分:1