-
music51_1
51单片机驱动无源蜂鸣器进行音乐输出1
使用了定时器,使用C51编译(51 Microprocessor Passive buzzer for the use of music output of a timer, the use of C51 compiler)
- 2007-02-26 11:54:49下载
- 积分:1
-
NSHG
二阶非线性耦合波方程组的计算 The calculation of the second-order nonlinear coupled wave equations(The calculation of the second-order nonlinear coupled wave equations)
- 2021-03-16 14:59:22下载
- 积分:1
-
mfiles
this is a matlab program for a feedback and control systems laboratory subject
- 2012-11-06 22:07:26下载
- 积分:1
-
仿射变换代码
很好很强大的提取人的皮肤信息进行仿射变换,为后面的跟踪算法提供了材料,很好很强大的提取人的皮肤信息进行仿射变换,为后面的跟踪算法提供了材料
- 2022-11-02 15:20:04下载
- 积分:1
-
testCom
at91ARM9200
- 2008-10-28 10:04:18下载
- 积分:1
-
C# 创建SQL RAND()随机数查询数据库
C# 随机读取数据库中几条记录,使用了SQL语句中的RAND()来实现随机查询,根据生成的随机数查询记录,最终将查询的数据返回到DataTable对象中显示出来,实现本随机查询的核心代码如下示:
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 WHERE 学生编号=22050110+FLOOR(RAND()*10)");//创建了随机查询
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-22 05:10:03下载
- 积分:1
-
Unified Diagnostics Service (UDS) and OBD-II (On Board Diagnostics for Vehicles) C Library
Unified Diagnostics Service (UDS) and OBD-II (On Board Diagnostics for Vehicles) C Library
- 2019-12-07下载
- 积分:1
-
C#实现批量图片格式转换功能 源码
批量图片格式转换
- 2013-01-14下载
- 积分:1
-
zongchengxu
说明: 几种类型的滤波小程序,可以去看看,全局去噪,阈值去噪(Several types of filtering applets, you can see, global denoising, threshold denoising)
- 2020-04-30 15:06:13下载
- 积分:1
-
OOhandling
object oriented handling example
- 2014-02-01 11:51:01下载
- 积分:1