-
使用解码图像从数组,我们可以做很多想想它的
#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
-
手机游戏源代码
手机游戏源代码 -mobile gaming source mo bile gaming source mobile gaming source code
- 2023-02-25 20:00:03下载
- 积分:1
-
万年历(通过Dos界面显示)
本程序用VS2010编译运行,附件里包含工程。
1、能够查询日期和星期。
2、查询的范围为:1900/01/01到2099/12/31。
3、两种输入查询方式。输入:年/月,或者:年/月/日。
4、对应于两种输入方式的输入方式。当输入为:年/月时,输出显示:该月的日期与星期的对应表;当输入为:年/月/日时,输出显示:只显示当日是星期几。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-07 13:21:56下载
- 积分:1
-
手势检测
这是使用 C.手势检测的源代码。欢迎大家下载、试用。谢谢大家的支持。
- 2022-02-26 12:07:55下载
- 积分:1
-
能够读取文本,但读完后会出现乱码,请高手帮忙修改.
能够读取文本,但读完后会出现乱码,请高手帮忙修改.-can read text, but will happen after the completion of gibberish, please help master change.
- 2022-03-25 05:08:38下载
- 积分:1
-
flash开发的射击游戏,简单但是好玩。大家可以根据源代码进行二次开发。...
flash开发的射击游戏,简单但是好玩。大家可以根据源代码进行二次开发。-the development of shooting flash games, simple but fun. We can according to the source code for the secondary development.
- 2023-02-17 09:50:03下载
- 积分:1
-
菜单和加速键编程的例子
菜单和加速键编程的例子-menu and accelerate key programming examples
- 2023-06-18 13:35:03下载
- 积分:1
-
windows2000系统消息队列编程。 本例子是一个DLL文件,具体使用说明在QueueDll.h文件中。
windows2000系统消息队列编程。 本例子是一个DLL文件,具体使用说明在QueueDll.h文件中。-by Windows Message Queue System Programming. This example is a DLL files, the specific use in QueueDll.h document.
- 2022-03-01 01:05:10下载
- 积分:1
-
It will check for the subscribed user, if he /she is not a valid user will get t...
It will check for the subscribed user, if he /she is not a valid user will get the error message.
- 2022-05-21 10:50:03下载
- 积分:1
-
C++ Classic books, study entry can refer to the use of, personal feel good effec...
C++经典书籍,学习入门可以参考使用,个人觉得效果很好。-C++ Classic books, study entry can refer to the use of, personal feel good effect.
- 2022-05-21 11:01:59下载
- 积分:1