-
topsis3-1
this program is implementation of TOPSIS algorithm
- 2013-09-23 11:17:25下载
- 积分:1
-
student_TOP
c++源程序课程设计,完整的学生成绩管理系统(c++ source program curriculum design, a complete management system for student achievement)
- 2009-12-28 16:18:20下载
- 积分:1
-
VTune003
The first thing we do there is to verify if a device context has been supplied. If that s not the case, we can t create a font so we throw an exception. We then ask OpenGL to generate a continuous set of 255 diplay lists that will be used for 255 characters. (The first thing we do there is to verify if a device context has been supplied. If that s not the case, we can t create a font so we throw an exception. We then ask OpenGL to generate a continuous set of 255 diplay lists that will be used for 255 characters.)
- 2008-11-09 02:30:29下载
- 积分:1
-
ATmega16单片机与液晶显示器
接口的LCD ATmega 16。你可以用它来与LCD接口界面有128包含头文件
- 2022-06-28 18:56:18下载
- 积分:1
-
sjrsalizattonmatrix
分别编写一个程序实现三种基本排序运算, 1 编写一个程序实现直接插入排序过程,并输出 9,8,7,6,5,4,3,2,1,0 的(Write a program to realize three basic sort operations, 1 write a program to realize the direct insertion sorting process, and output 9 / 8 / 7 / 6 / 5 / 4 / 3 / 3 / 2 / 1 / 0.)
- 2018-09-04 04:59:06下载
- 积分:1
-
graph
说明: graph data struct, iterator
- 2020-06-17 00:00:01下载
- 积分:1
-
sysidjob3
该程序初步实现了M序列的生成,并且详细地进行了频域法的系统辨识分析。(The program is the initial realization of the M-sequence generation, and detail the frequency domain method of system identification analysis.)
- 2012-06-09 17:18:09下载
- 积分:1
-
04_Timer32-V1.20
Cortex Mo 04_Timer32 V1.20参考代码(Cortex Mo 04_Timer32 V1.20 Reference Code)
- 2013-06-05 23:50:57下载
- 积分: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
-
485全双工通信
RS-485接口大多都是基于RS-232接口与电脑进行通信的,485协议编程都是基于串口编程的,而由于RS-232与RS-485接口的不同,由于RS-232只支持点对点通信,全双工通信,而RS-485是支持点对多点通信,半双工通信,基于其编写的协议有一定的相关性又有一定的区别
- 2022-01-25 18:19:22下载
- 积分:1