-
家庭视频监控源码
家庭视频监控源码
- 2015-05-11下载
- 积分:1
-
spektrum
自己写的用于调试美国产的卫星接收机输出信号的软件,里面包含有接收机协议。(the soft weare writed by vc6.0,use for debug the signal of the receiver )
- 2014-10-31 12:26:07下载
- 积分:1
-
KCBJ
说明: 库存仿真,对比各策略,选择优化,相互比较(Stock simulation, comparing the strategy, select the optimization, compared with each other)
- 2010-04-01 13:46:08下载
- 积分:1
-
2007327
带权有向以及无向图的各种操作,适合数据结构初学者使用,是图那一章的重点(belt and the right to have no plans to the various operations, data structure suitable for beginners, is the chief focus of the chapter)
- 2007-04-22 23:49:54下载
- 积分:1
-
WPSP
系统主要功能:中央指导预报转换,市县指导预报转发,专业预报自动生成,雨量查询,Micaps资料摘取(Main functions: central guidance forecasts conversion, counties guide forecast forwarding, automatic generation of professional forecasts, rainfall query, Micaps material removal)
- 2014-10-10 19:23:04下载
- 积分:1
-
C# SQL语句查询指定区间内的数据库内容
C# 查询数据库信息,具体到本例中,是查询第10到第20名的数据,这在平时的数据库运用中,十分实用,比如查询指定区间内的成绩、销售业绩等,将查询出的数据给予一定的等级,本程序查询到的数据将返回DataTable对象:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT TOP 10 * FROM (SELECT TOP 20 * FROM tb_Grade ORDER BY 总分 DESC) AS st ORDER BY 总分 ASC");
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-11-06 22:25:03下载
- 积分:1
-
imfill_matlab
matlab中imfill函数的C语言实现,重建函数之前的部分是根据不不跟进的方式进入MATLAB内部实现的(matlab imfill)
- 2015-03-05 14:09:15下载
- 积分:1
-
用C编写的一个简单的HTML页面#获得程序
用C#编写简单获取得网页的HTML的程序-With C# Prepared a simple HTML page to obtain the procedure
- 2023-06-28 20:20:03下载
- 积分:1
-
10.1.1.98.328
ocr paper for character recognition with neural network
- 2011-11-22 16:28:40下载
- 积分:1
-
hzt-report
关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
- 2014-01-02 18:04:43下载
- 积分:1