-
yiyes
用ADO把大文件,比如JPG,BMP ,mp3等大文件 以二进制的形式存入数据库和读出数据库(Using ADO to large files such as JPG, BMP, mp3 players and other large files In the form of binary database and read the database)
- 2017-07-23 10:08:32下载
- 积分:1
-
空气质量检测仪代码
空气质量检测仪代码-TI,芯片MSP430FR4133编写,个人觉得还不错,可以作为设计参考
- 2022-03-01 12:01:43下载
- 积分:1
-
这个是在mapxtreme的官方网站下载过来的和asp.net结合起来的GIS代码,原来是vb写的,此为已经改成的c#语言版本,主要功能是在地图上面根据鼠标的坐...
这个是在mapxtreme的官方网站下载过来的和asp.net结合起来的GIS代码,原来是vb写的,此为已经改成的c#语言版本,主要功能是在地图上面根据鼠标的坐标不同而显示不同的内容。-mapxtreme this is the official website and download over the combination of Asp. Net GIS code was originally written in Visual Basic, which has been changed to the c# language version, Its main function is above the map coordinates of the mouse under different show different content.
- 2023-07-22 20:00:02下载
- 积分:1
-
buanyi
为什么要上载这么多(why so many on the)
- 2004-10-04 11:32:09下载
- 积分:1
-
arduino dht11
DHT11是一款有已校准数字信号输出的温湿度传感器。 精度湿度+-5%RH, 温度+-2℃,量程湿度20-90%RH, 温度0~50℃。基本信息产品概述DHT11数字温湿度传感器是一款含有已校准数字信号输出的温湿度复合传感器使用arduino系统读取dth11 的温湿度,然后利用w5100上传到服务器上。
- 2023-06-14 21:25:03下载
- 积分:1
-
EbookProvider.co.cc_TheArtOfC
Book describing the way of programming in c and c++
- 2011-01-26 06:05:55下载
- 积分:1
-
MFC绘图小软件源代码
MFC绘图小软件源代码,VC运行环境,C++源码。
- 2022-03-03 14:07:27下载
- 积分:1
-
C# 简单嵌套查询的例子
分享一个C# 简单嵌套查询的例子,查询总分在580分以上的学生信息。具体代码如下:
/// 查询数据库信息
/// 方法返回DataTable对象
private DataTable GetGrade()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名,学生编号, 性别,出生年月,年龄,所在学院,所学专业 FROMtb_Student WHERE 学生编号 IN (SELECT 学生编号 FROM tb_Grade WHERE 总分>=580)");
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-12-23 02:20:03下载
- 积分:1
-
7037demo
电计量模块完整方案 实现电参数采集功能并通过了编译(Electric power metering module parameter acquisition program to achieve full functionality and passed the compilation)
- 2020-06-29 14:40:02下载
- 积分:1
-
RCW-0660(带天线串口输出GPS模块)
Alibaba RCW-0660 new satellite positioning GPS module with EEPROM MWCAPM2.5 flight control with antenna, integrated circuit (IC), here is a collection of suppliers, buyers, manufacturers. This is the detailed page of the RCW-0660 new satellite positioning GPS module with EEPROM MWCAPM2.5 flight control antenna. Brand: Shang Pinxuan, model: GPS module, type: voltage regulator IC, power: 100, use: TV, package: (RCW-0660 with antenna), batch number: 2018, special service: none, main downstream platform: wish , Amazon, AliExpress,
- 2020-06-21 13:20:06下载
- 积分:1