-
模仿天空更美丽的云
模仿天空的云彩 比较漂亮-imitate the sky more beautiful clouds
- 2022-06-30 13:42:59下载
- 积分:1
-
通信录管理系统软件
通信录管理系统软件-recorded communications management system software
- 2023-03-23 19:35:04下载
- 积分:1
-
音频播放器,支持MP3、WAV等格式,是初学者的水平
音频播放器,支持MP3,Wav等格式,是初学者水平-Audio player, support MP3, Wav and other formats, is a beginner level
- 2022-02-14 06:44:08下载
- 积分:1
-
本人开发的离散事件仿真程序,采用petri网模型,vc++设计的界面和程序。...
本人开发的离散事件仿真程序,采用petri网模型,vc++设计的界面和程序。-I developed discrete event simulation program, using petri net models, vc++ Interface design and procedures.
- 2023-02-09 19:50:03下载
- 积分:1
-
本程序为初学vc ++提供的学习资料
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2023-06-24 17:55:02下载
- 积分:1
-
展示一张双重连接的名单的实施的原始代码。节目主循环在主函数,用户被提示选择
选择从菜单为了开始与双链表一起使用。...
展示一张双重连接的名单的实施的原始代码。节目主循环在主函数,用户被提示选择
选择从菜单为了开始与双链表一起使用。
-Display a list of dual-connectivity of the implementation of the original code. Shows the main cycle in the main function, users are prompted to select from the menu selection in order to start with the dual-use list.
- 2023-01-21 05:05:03下载
- 积分:1
-
图书信息检索的小程序
图书信息检索的小程序-Book Information Retrieval small program
- 2022-05-29 14:44:03下载
- 积分:1
-
run exe were to a password
让运行的exe都加一个密码保护.
对你的隐私很好的保护. -run exe were to a password-protected. To your good privacy protection.
- 2023-09-05 22:35:03下载
- 积分:1
-
Altium Designer 6 X步。
altium designer 6.x 手把手教程-altium designer 6.x step-by-step tutorial
- 2022-03-31 05:31:26下载
- 积分: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