-
This is a set of procedures for beginners
这是java的一套程序,适合初学者-This is a set of procedures for beginners
- 2022-06-20 15:59:10下载
- 积分: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
-
一套不错c++的中级培训资料,我平时有空的时候看看,感觉还是不错的...
一套不错c++的中级培训资料,我平时有空的时候看看,感觉还是不错的 -A good c++ Intermediate training materials, when available, I usually look or feel good
- 2022-03-18 02:22:23下载
- 积分:1
-
Button Control
Button Control
- 2022-05-22 16:38:27下载
- 积分:1
-
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码-Using C++ With IRRLICHT game engine developed a 3D maze source code
- 2022-04-08 12:10:48下载
- 积分:1
-
this is a small video monitoring system, including source code and executable. P...
这个是小型视频监控系统,包括源代码和可执行。清在使用前看使用说明-this is a small video monitoring system, including source code and executable. Prior to the use of money can use
- 2022-07-27 22:18:36下载
- 积分:1
-
ASP中重启服务器和PING功能
资源描述详细介绍: 在ASP中重新启动或关闭远程服务器,组件还有ping功能,可以实现从域名到IP的转换!
- 2022-01-25 18:21:28下载
- 积分:1
-
wince3 内核源代码,具有很强的参考价值。wince3 kernel source code, has a strong reference value....
wince3 内核源代码,具有很强的参考价值。wince3 kernel source code, has a strong reference value.-wince3 kernel source code, has a strong reference value.
- 2022-02-26 16:49:23下载
- 积分:1
-
本代码可以求得输入的表达式的值,经过编译后,可以输入表达式个数,数值表达式,最后求得值...
本代码可以求得输入的表达式的值,经过编译后,可以输入表达式个数,数值表达式,最后求得值-This code can obtain the value of the input expression, after compiled, you can enter the number of expressions, numerical expressions, the final value is obtained
- 2022-02-07 10:53:41下载
- 积分:1
-
c#编写的TV点歌平台
资源描述这是一款由c#编写的KTV的点歌平台,页面新颖,里边包含了按照地区点歌,歌星点歌,男女歌手点歌,拼音点歌,以及已选歌曲的重新播放等等,系统小,但功能强大
- 2022-04-08 23:32:59下载
- 积分:1