-
HXD
此程序为51单片机程序,由按键控制led灯亮度。(This program is 51 single-chip computer program. The brightness of LED lamp is controlled by keys.)
- 2020-06-23 07:40:01下载
- 积分:1
-
Current-Effects
一个比较好的ppt模板,程序员汇报的时候可以使用(A good ppt templates, programmers can use when reporting)
- 2014-02-07 21:22:38下载
- 积分:1
-
Cao
说明: 应用于混沌系统中的计算相空间重构的嵌入维数的程序----Cao方法计算嵌入维数m值(the method of calculating the demension of phace space)
- 2021-01-09 15:38:51下载
- 积分:1
-
RADIUS authentication billing services, and pure C language code.
RADIUS协议的认证计费服务,纯C语言代码。-RADIUS authentication billing services, and pure C language code.
- 2022-10-16 07:30:03下载
- 积分:1
-
multi
多用户系统,用户可拥有自己的音乐盒,每个音乐盒可以收藏歌曲20条,采用优化的网站结构,使数据库查询更合理,服务器占用资源更少,暂时无后台功能,将在更新版中推后后台功能
用户名:polo
密码:111111 -multi-user system, users can have their own music boxes, each music box collection 20 songs, using the optimum structure of the website so that more reasonable database query, the server occupied fewer resources, but no background functions, the updated version will be pushed after background function Username : Password polo : 111111
- 2022-01-25 20:03:29下载
- 积分:1
-
STRAIGHT-master
straight master codes
- 2017-09-30 01:36:58下载
- 积分:1
-
empirical mode decomposition algorithm inventor Frenchman frandlin
经验模式分解法算法
发明人法国人frandlin-empirical mode decomposition algorithm inventor Frenchman frandlin
- 2023-08-17 20:50:02下载
- 积分:1
-
易语言Bat编辑器4.5源码
易语言Bat编辑器,强大的Bat,编译器(Easy language Bat editor, powerful Bat, compiler)
- 2017-12-30 18:57:04下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 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-07-22 20:05:58下载
- 积分:1
-
阐述了网络控制系统的控制器设计理论及设计方法,并进行了数值仿真验证了所提出的方法的可靠性。...
阐述了网络控制系统的控制器设计理论及设计方法,并进行了数值仿真验证了所提出的方法的可靠性。-Network control system on the controller design theory and design methods, and the numerical simulation of the proposed method is reliable.
- 2022-09-03 22:45:03下载
- 积分:1