-
EVC的TREE应用,有需要的朋友可以一起研究哦
EVC的TREE应用,有需要的朋友可以一起研究哦-EVC TREE applications, the need to be friends together, oh
- 2022-04-16 17:52:37下载
- 积分:1
-
WinCE显示JPEG、读写INI文件,EVC下编译通过
WinCE显示JPEG、读写INI文件,EVC下编译通过-WinCE display JPEG, read and write INI files, EVC compiler passed under
- 2022-12-24 08:30:02下载
- 积分:1
-
工作门户
在线帮助求职者找到工作并提交简历和雇主寻求正确的候选人。候选人也可以寻找空缺和应用。
- 2022-04-15 19:42:03下载
- 积分:1
-
用C语言实现学生学号,姓名,五门课程成绩的录入与查寻,统计不及格人数,优秀学生人数,平均成绩等。...
用C语言实现学生学号,姓名,五门课程成绩的录入与查寻,统计不及格人数,优秀学生人数,平均成绩等。-C language students learn, names, five courses with the results of the search entry, compared to statistics, the number of outstanding students, the average performance.
- 2022-02-02 22:57:54下载
- 积分:1
-
数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题...
数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
- 2022-03-11 09:47:01下载
- 积分:1
-
银行称其系统,用户队列窗口,然后收集所有的数字,我..
银行叫号系统,用户排队拿好各个窗口随即的号码,工作窗口依照号码叫号,还以察看一天的叫号情况-Bank called its system, the user queue window then Collect all of the numbers, in accordance with the job number is called its window, but also to see the situation of the day called No.
- 2022-11-05 04:10:03下载
- 积分:1
-
控制_演示
Control_demo
- 2022-06-15 04:04:46下载
- 积分:1
-
数据库显示,编辑、修改、使用DATAGRID操作数据库信息
数据库显示,编辑、修改、使用DATAGRID操作数据库信息-databases, edit, modify, operate the database using information DATAGRID
- 2022-03-14 21:10:34下载
- 积分:1
-
C++经典算法,让你能更好的理解算法,以及编程的魅力。
C++经典算法,让你能更好的理解算法,以及编程的魅力。-C++ Classic algorithms, so you can better understand the algorithm, as well as the charm of programming.
- 2022-11-16 03:10:03下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1