-
student performance management syste
这是一个简单的学生成绩管理系统,可以输入学生成绩,查询成绩,将成绩进行排名等;使用C语言编写的程序,非常适合初学者使用!
- 2022-03-03 07:41:58下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
practice a fingering process. Process interface which depicts the various keys (...
一个指法练习程序.程序界面中画出了各个键(限字母)在键盘上的位置,以方便初学者熟悉键盘.可以在程序中设置练习的字母范围,如A~G,H~L...还可以对练习的时间进行设置,时间到后反馈练习成绩.-practice a fingering process. Process interface which depicts the various keys (the letter) in the position of the keyboard, to facilitate beginners familiar with the keyboard. The procedure can set the scope of practice of the alphabet, A to G, H ~ L. .. can also exercise the right time set up, time after practice performance feedback.
- 2023-08-26 00:15:04下载
- 积分:1
-
rc4算法在wince下的实现。简洁,快速。
rc4算法在wince下的实现。简洁,快速。-rc4 algorithm in wince under implementation. Simple and fast.
- 2022-05-14 03:17:48下载
- 积分:1
-
Visual C++ MFC编程实例,详细介绍了在vc环境下mfc的编程实例,具有很好的指导性。...
Visual C++ MFC编程实例,详细介绍了在vc环境下mfc的编程实例,具有很好的指导性。-Visual C++ MFC编程实例
- 2022-06-20 04:53:52下载
- 积分:1
-
a program for auto update,you can use it for program update without modify
用于自动更新的源代码,不需要修改就可使用-a program for auto update,you can use it for program update without modify
- 2022-04-24 09:53:05下载
- 积分:1
-
a simple calculator
一个简单的计算器-a simple calculator
- 2022-03-23 01:53:28下载
- 积分:1
-
前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的...
前一段时间,我开发一个有关硬件的程序,需要初始化很长时间,为了防止用户误认为程序已经死掉,必须显示一个漂亮的界面让用户没有这种误解。就像我们系统拷贝很大的文件的时候显示的窗体一样。可惜我没有找到,只有自己亲自开发了。开发一个类,继承于CWnd,很方便。代码比较简单希望有兴趣的朋友下载看看。-some time ago, I developed a hardware-related procedures, the need to initialize a very long time, in order to prevent users mistakenly believe that the procedure has survived, must show a pretty interface to let users do not have this misconception. Like our system great copy of the document shows the same window. Unfortunately, I did not find that only personally developed. The development of a class, in succession CWnd, very convenient. Hope relatively simple code are interested to see friends download.
- 2023-08-21 13:45:04下载
- 积分:1
-
VC++编写的SQL服务端和客户端
VC++编写的SQL服务端和客户端,非常简单实用的案例
- 2022-02-04 06:42:49下载
- 积分:1
-
wince下进程管理的实例程序,讲的比较详细,基本上对进程的一些操作都用到了...
wince下进程管理的实例程序,讲的比较详细,基本上对进程的一些操作都用到了-wince under examples of process management procedures, said more detailed, Basically some of the process are used in the operation
- 2022-02-02 02:17:58下载
- 积分:1