-
PCRat
呵呵,一款功能非常强大的远控软件,可以非常好的学习vc++(Oh, a very powerful remote control software, can be very good to learn vc++)
- 2011-08-20 16:45:03下载
- 积分:1
-
OpenCV_Test01
haze removal Opencv 暗通道去雾算法实现(haze removal Opencv dark path algorithm to fog)
- 2014-05-07 16:17:43下载
- 积分:1
-
RLE
RLE是一个压缩的算法,里面有算法的C++程序实现。(RLE is a compression algorithm, there are algorithms C++ program)
- 2012-05-30 18:38:33下载
- 积分:1
-
live555_vs2008_vs2015(live.2014.07.25)
live555 rtsp build in vs2008 and vs2015.
also make testRTSPClient execute project
- 2020-06-19 19:00:01下载
- 积分:1
-
C# SQL按姓氏笔画查询数据库并排序
C# 生成一个按姓氏笔画排序的数据库查询语句,按学生姓氏笔画排序并不是字符串排序,是数据库SQL查询端的盒子,下面来看SQL语句的编写方法示例:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名,性别,年龄,所在学院 FROM tb_Student ORDER BY 学生姓名 COLLATE chinese_prc_stroke_cs_as_ks_ws");//注意此句的写法,关键语句,姓氏笔画的定义
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-24 13:00:03下载
- 积分:1
-
zengqiang
图像增强里的小程序,有中值滤波,平滑处理还有频域增强(Image Enhancement in the small procedures, median filtering, smoothing also enhanced the frequency domain)
- 2010-06-15 20:54:02下载
- 积分:1
-
Frequency-calculate
用于水文频率计算的目估适线法,程序基于φ值表查询计算(Mesh used to calculate estimates of hydrological frequency fitting method)
- 2013-12-31 11:14:37下载
- 积分:1
-
RTC
LPC1768实时时钟,在旺宝开发板上运行,通过五象键调节LCD上时间日期(LPC1768 real time clock, running in Mong development board, through five as key adjusting date LCD time)
- 2015-01-06 21:19:33下载
- 积分:1
-
ADS1115
ADS1115 源码 精炼版
ADS1115
6/5000
Yuánmǎ jīngliàn bǎn
Source refined version(ADS1115 u6E90 u7801 u7CBE u70BC u7248)
- 2017-05-20 15:14:35下载
- 积分:1
-
game
简单写的一个横版过关的小游戏,适合新手学习,用DX写的,实现了基本的行走,怪物等(Simple to write a horizontal version of the game to cross the border, suitable for novice to learn to write DX, basic walking monsters)
- 2012-06-25 16:03:54下载
- 积分:1