-
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。...
课程自动安排系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。
-Course automatically schedule system uses a " parallel backtracking" algorithms, just to set a good school all the basic information and arranging schedule constraints, the remaining things from your computer to complete.
- 2022-05-09 13:24:36下载
- 积分:1
-
windows基本编程程序 实例窗口程序
windows基本编程程序 实例窗口程序-Examples of the basic programming procedures windows window procedure
- 2023-04-23 23:45:03下载
- 积分:1
-
VB写的循环读取电表程序
VB写的循环读取电表程序,可以自动循环读取电表的各项数据!!!!!超级方便!!!!!!!
- 2023-05-24 04: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
-
on Mandelbrot Set and Julia Set an application.
这是关于Julia集 与 Mandelbrot集的一个应用程序。-on Mandelbrot Set and Julia Set an application.
- 2022-01-28 07:10:12下载
- 积分:1
-
麻将程序,很经典,适合学习之用。在bcb中开发。
麻将程序,很经典,适合学习之用。在bcb中开发。-mahjong procedures, classic, suitable for learning. In bcb developed.
- 2023-08-09 13:15:03下载
- 积分:1
-
wizard like IE5 mode
IE5样式的向导-wizard like IE5 mode
- 2022-07-14 12:11:37下载
- 积分:1
-
电子琴仿真,可以弹出很美妙的音乐。
电子琴仿真,可以弹出很美妙的音乐。-flower simulation, the beauty of pop music.
- 2023-03-10 03:25:03下载
- 积分:1
-
ssd4exercise4的作业答案,欢迎你的下载,谢谢了
ssd4exercise4的作业答案,欢迎你的下载,谢谢了-Operating ssd4exercise4 the answer, you are welcome to download, I would like to thank the
- 2023-04-14 09:35:03下载
- 积分:1
-
这是一个用java写的一个聊天室不太好,但我们可以借鉴的参考。
这是一个用java写的一个聊天室,不是太好,但可以给朋友借鉴一下-This is a java written with a chat room is not too good, but we can draw on to a friend about
- 2022-02-21 17:40:42下载
- 积分:1