-
电子钟,利用c语言编程实现带有时针分针秒针的电子钟,并且有走动的声音。...
电子钟,利用c语言编程实现带有时针分针秒针的电子钟,并且有走动的声音。-clock,use c language to realise clock having hour hand ,minute hand and second hand,with sound.
- 2022-03-02 09:28:47下载
- 积分:1
-
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序
在C++ BURIDER 6.0下开发的字体与颜色对话框原程序-6.0 in the C BURIDER developed fonts and colors of the original dialog procedures
- 2022-04-15 12:21:39下载
- 积分:1
-
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作...
流水线作业练习,A、B机器处理作业1~5所需要的时间分别是『。。。。』『。。。。』,一台机器一次只能处理一个作业,一个作业只能由一台机器完成,求A、B完成所有作业的最短时间。-pipeline workbook, A, B machines handling a ~ 5 respectively, the time required is . . . . ]. . . . And one machine can handle only one time operation, an operation only by the completion of a machine, for A, B complete all work is the shortest time.
- 2022-04-20 04:25:08下载
- 积分:1
-
MinGW编译QT的离线安装程序使用Windows
MinGW offline Installation use to compile QT programs for Windows
- 2022-02-20 06:14:18下载
- 积分:1
-
香港大学的李教授平交织多址…
香港城市大学李平教授提出的交织多址(IDMA),此为李平教授上传的系统仿真代码,用C++编写的。-City University of Hong Kong made by Professor Li Ping intertwined multiple access (IDMA), Professor Li Ping upload this for the system simulation code, using C++ Prepared.
- 2022-05-15 22:37:17下载
- 积分: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
-
该程序实现了一个通信电话簿管理系统。铜…
该程序实现了一个通讯电话簿管理系统。是课程设计必备资料。通过他可以很好的了解简单的管理系统如何实现。-The program implements a communication Telephone Directory management system. Curriculum design information is required. He could very well through a simple understanding of how to achieve the management system.
- 2022-01-26 03:49:24下载
- 积分:1
-
This dialog
This dialog-based application shows how to use the CListCtrl::Scroll() member. It subclasses a list view control which is in report mode, and forces the control to "snap" its horizontal scrolling to the exact start of each column. The code shows how to retrieve the count of columns in the control, and also demonstrates how to find information about each column. This is a VC++ 5.0 project. Differences from a stock AppWizard dialog-based application are marked with //SAMPLE comments.
- 2023-05-17 07:15:03下载
- 积分:1
-
wince驱动开发教程
wince驱动开发教程-Jack Driver Development Guide
- 2022-11-06 15:00:03下载
- 积分:1
-
演示生命游戏的小程序,C++编写,MFC界面。
很有趣
演示生命游戏的小程序,C++编写,MFC界面。
很有趣-program for displaying the process of life game
- 2023-07-04 02:05:03下载
- 积分:1