-
我最近的练习的C++作业,小程序,各位多多关照。
我最近的练习的C++作业,小程序,各位多多关照。-my recent practice of C operations, small program to take care of you.
- 2022-03-15 05:30:54下载
- 积分:1
-
星号三角形的设计
星号三角形的设计-asterisk triangular design
- 2022-01-21 05:07:16下载
- 积分:1
-
词汇统计程序,文本输入输出,统计字母出现数量
词汇统计程序,文本输入输出,统计字母出现数量-Statistical procedures vocabulary, text input and output, statistics the number of letters appear
- 2022-01-26 05:30:10下载
- 积分:1
-
嵌入式WINCE滑块控件编程使用,用EVC开发实现
嵌入式WINCE滑块控件编程使用,用EVC开发实现-Embedded WINCE programming using slider controls, and realize EVC Development
- 2022-11-02 21:25:02下载
- 积分:1
-
outstanding examples LCD digital display
优秀的液晶数字显示屏示例-outstanding examples LCD digital display
- 2022-04-26 12:26:28下载
- 积分:1
-
基于VC++,用编辑框、静态文本框及按钮设计计算器
基于VC++,用编辑框、静态文本框及按钮设计计算器-With edit box, static text box and button design calculator
- 2022-07-16 11:52:07下载
- 积分:1
-
一个简单的,vc实现的登录界面。希望能有所帮助
一个简单的,vc实现的登录界面。希望能有所帮助-A simple, vc realize the login screen. Hope to be helpful
- 2022-04-30 06:10:46下载
- 积分:1
-
This a C++ code about Josephus problem, and use two
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com (2005-5-22,VC,1KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-This a C++ code about Josephus problem, and use two-way chain form to realize.If you have any problem, please contact ho1983xx@tom.com
- 2022-02-02 20:43:28下载
- 积分:1
-
多线程网站论坛等网页弱密码猜解,采用idhttp进行post.
多线程网站论坛等网页弱密码猜解,采用idhttp进行post.-Multi-threaded web forums such as password guessing weak solution of the page, using idhttp to post.
- 2023-02-07 16:20: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