-
EXCELtoMDB
VisualBasic实现EXCEL数据的批量导入,(EXCEL data batch import to mdb based on VB)
- 2012-05-07 21:40:29下载
- 积分:1
-
ActiveMQ.part02
说明: ActiveMQ服务,简单直接启动即可,方便测试,第二部分(ActiveMQ service, simple and direct start, easy to test, Part II)
- 2020-06-17 10:00:02下载
- 积分:1
-
myo-sdk-win-0.9.0
myo手环连接程序,vs2012版本及vs2013(myo conncet sssssssssss
ssss)
- 2020-12-01 19:49:26下载
- 积分:1
-
GPSsignal_peakDetection
对GPS信号多普勒频率和伪码进行二维搜索后,检测峰峰值数量,及判别是否存在欺骗信号(After a two-dimensional search of the doppler frequency and pseudo-code of GPS signal, the number of peak and peak values is detected, and the spoofing signal is identified)
- 2021-04-22 17:28:48下载
- 积分:1
-
个人介绍网页源代码(4套)
个人介绍网页源码4套
Personal introduction page source code 4 sets(Personal introduction page source code 4 sets)
- 2020-06-24 05:00:01下载
- 积分:1
-
ffmpeg.js-master
说明: 使用ffplay播放视频源时,rtsp/rtmp等,会有一定的延时,这里我们可以通过设置ffplay播放参数将延时控制到最小。(When using ffplay to play video source, RTSP / RTMP and so on will have a certain delay. Here we can control the delay to the minimum by setting ffplay playing parameters.)
- 2020-06-24 16:00:01下载
- 积分:1
-
通过阅读数据的OPC服务器,OPC客户端通信
OPC client communication with opc server by reading data
- 2022-07-02 08:33:45下载
- 积分:1
-
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能...
使用JSTL编写注册用户管理系统,可以实现注册用户的增删改功能-used textbook prepared registered user management system, users can achieve additions, deletions and change function
- 2022-03-05 20:51:30下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
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 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
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-07-22 20:05:58下载
- 积分:1
-
30-813N
A Rapid MPPT Algorithm Based on the Research of Solar Cell’s Diode
Factor and Reverse Saturation Current
- 2010-09-16 18:41:10下载
- 积分:1