-
StudentScore
这是一个基于ACCESS数据库,用于学校学生成绩管理的系统,能够提高效率.(This is an ACCESS-based database for school management, student achievement system, to improve efficiency.)
- 2009-06-19 09:47:19下载
- 积分:1
-
table
用来创建表结构,其中包含对表字段的解释和命名,其他都随意了。不知道够不够20字(Used to create table structure, which includes the interpretation and naming of table fields, everything else is optional. Do not know enough 20 words)
- 2019-02-25 16:43:16下载
- 积分: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
-
完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲
完美的ofdm,有需要的抓紧时间下载,大家一起交流学习,功能很强劲-Perfect ofdm, there is a need to seize the time of the download, the exchange of everyone learning together, the functional is very strong
- 2022-10-04 18:20:02下载
- 积分:1
-
直插式电阻电容封装与尺寸图解(20190724083559)
说明: 直插式电阻电容封装与尺寸图解(20190724083559)(Direct-plug Resistance Capacitance Packaging and Dimension Diagram (20190724083559))
- 2020-06-15 22:55:01下载
- 积分:1
-
used
易语言自助打印报表,可自定义设计大小,颜色,(Easy language self-printing report, customizable design size, color,)
- 2019-05-24 16:34:11下载
- 积分:1
-
Phase-Only Array-Pattern Synthesis
Linear Array Pattern Optimization for Hybrid Global Optimization Algorithm
- 2017-09-18 16:19:12下载
- 积分:1
-
分数阶 dspace
说明: DSPACE的一些文章,对DSPACE有兴趣的人可以借鉴借鉴(some literature about dspace)
- 2021-01-02 20:48:57下载
- 积分:1
-
smoke_test
简单实现烟雾检测,在本次所采用的简易方法中,采用的是基于背景差分法(Simple realization of smoke detection)
- 2018-05-11 11:14:14下载
- 积分:1
-
androidCarCamera
本设计是将安卓技术、单片机技术、无线通信技术等相关技术应用到视频监控系统中,可实现视频监控系统的设备移动化,由可移动监控平台、控制软件两部分组成。通过无线网络对监控平台进行移动方向、速度的控制,平台上的安卓手机摄像头实时采集视频图像信号并通过无线WiFi网络将视频信号实时传输到手机端观看。具有控制方便,监控灵活,模块化,可拓展性强等优点,可应用于险情探测、防爆、现场巡视、家庭安防、图像采集等领域。此部分是安卓端代码。(This design applies Android technology, microcontroller technology, wireless communication technology and other related technologies to the video surveillance system, which can realize the equipment mobility of the video surveillance system. It consists of mobile monitoring platform and control software. The mobile direction and speed of the monitoring platform are controlled by wireless network. The Android mobile camera on the platform collects video image signals in real time and transmits them to the mobile terminal for viewing through wireless WiFi network. It has the advantages of convenient control, flexible monitoring, modularization and expansibility. It can be used in danger detection, explosion-proof, on-site inspection, family security, image acquisition and other fields.)
- 2020-10-04 16:37:39下载
- 积分:1