-
EP_HD850G
EP-HD850G (EP-HD850G )
- 2015-07-15 13:16:28下载
- 积分:1
-
PKPMWeb
浏览器源码网上下载的版权归作者所有
浏览器源码网上下载的版权归作者所有(Downloaded from the Internet Explorer source code browser source code to all copyright by downloading all of the copyright author)
- 2009-12-21 12:20:57下载
- 积分:1
-
串口
说明: 51单片机使用printf输出调试信息,经测试完全可用,加入到自己工程,打开串口调试助手直接能显示内容,串口驱动部分借鉴宋老师手把手教学内容(51 Single Chip Microcomputer Prints Debugging Information with Princtf)
- 2020-06-22 17:20:02下载
- 积分:1
-
IP2v1
This is code for whirlpool refrigerator appliance
- 2014-01-15 04:18:59下载
- 积分:1
-
Hog_MatlabCode_2011
希望对你有帮助,包含了整个的过程,我研究了好久,收获很大。(I hope it can help you, contains the whole process, I studied for a long time and fruitful.)
- 2011-09-26 14:49:45下载
- 积分:1
-
sapso
模拟退火粒子群算法代码 matlab版本 供大家参考(Simulated annealing particle swarm algorithm code)
- 2012-11-12 21:43:43下载
- 积分:1
-
C# UseHaving 在HAVING子句中使用子查询过滤平均值数据
C# UseHaving 在HAVING子句中使用子查询过滤数据,查询学生表中学生年龄大于平均学生年龄的学生信息,查询代码的编写如下:string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所在学院,学生姓名,年龄,(SELECT AVG(年龄) FROM tb_Student) AS 平均年龄 FROM tb_Student GROUP BY 所在学院,学生姓名,年龄 HAVING 年龄>(SELECT AVG(年龄) 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-03-02 18:15:07下载
- 积分:1
-
Digital_Audio
实现数字音频效果的源程序,包含多速率信号处理的内插和抽取源程序。(realize the audio effect.inlude the function of multirate signal processing knowledge)
- 2009-03-04 19:36:08下载
- 积分:1
-
mycompilelive555
我编译好的live555(VS2010),可以加设简单的流媒体服务器(I compiled the live555 (VS2010), you can add a set of simple streaming media server)
- 2012-07-07 09:25:00下载
- 积分:1
-
SEVER
多人在线的网络聊天室—服务器,简化实用
可以修改后添加其他功能(Multiplayer online chat rooms- server, simplifying practical
Other functions can be modified to add)
- 2013-10-05 19:42:35下载
- 积分:1