-
HDMI ADV7612寄存器初始化代码,可以支持36位RGB图像采集,支持1080P
很好的HDMI图像采集芯片资料,帮助初学者
- 2022-02-13 21:33:45下载
- 积分: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
-
pf1_LearnVisualCSharpFarsi
this is a persian ebook for c# learning
- 2013-08-09 19:32:21下载
- 积分:1
-
ywsyx
用于建立主成分分析模型,数据模型归一化,模态振动,用于特征降维,特征融合,相关分析等。( Principal component analysis model for establishing, Normalized data model, modal vibration, For feature reduction, feature fusion, correlation analysis.)
- 2017-05-12 17:37:09下载
- 积分:1
-
Max-IntMax-MinMin-Min
极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序(Minimal algorithm (Min-Min), max-min algorithm (Max-Min), maximum time-span algorithm (Max-Int) three typical mapping algorithm and the algorithm of the calculation program)
- 2008-04-01 20:41:46下载
- 积分:1
-
volume1
code source en C d un volume pour DSP C6416
- 2010-11-10 01:02:11下载
- 积分:1
-
aurora9x18-v2.3
918极光固件,hex文件,索尼遥控器代码(918 Aurora firmware, hex files, Sony remote control code)
- 2013-06-05 21:39:30下载
- 积分:1
-
StateMachineDesign
基于c51的i2c数据通信和外围控制,了解I2c的协议和原理()
- 2007-09-20 19:16:30下载
- 积分:1
-
UG_job
UG二次开发中其重要作用的能够建立块得功能(UG secondary development of its important role in the establishment of the block was able to function)
- 2012-01-03 23:19:33下载
- 积分:1
-
e-BookShop-Code
这是一个网上书店系统,除了具有一般的网站功能以外,计划开展独创用户交流购书体验,以实用有用为目的,使用户知道同类书籍自己应该选择哪本,或者是自己要学习某部分知识。(This is an online bookstore system, in addition to the general site features, plans to carry out original user exchange book purchase experience, practical and useful for the purpose of allowing users to know which books should choose their own, or their own to learn part of the knowledge.)
- 2016-10-27 20:41:19下载
- 积分:1