-
这是我学C++大学教程时写的一个例子
猜数字的游戏
个人感觉《C++大学教程》这本书很适合c++初学者,可以学到很多软件及c++知识...
这是我学C++大学教程时写的一个例子
猜数字的游戏
个人感觉《C++大学教程》这本书很适合c++初学者,可以学到很多软件及c++知识-This is my school C++ University Guide wrote an example of personal feeling猜数字game
- 2022-08-06 06:36:54下载
- 积分:1
-
文本编辑器
设计一个简单的类似Microsoft Word功能的文本编辑器,其中包
“文件”、“编辑”、“文字”、“对齐方式”、“文字颜色”、“字体设置”以及“检查输入的文字是否为数字”菜单项。实现文件的新建、打开、保存,对文件内容的复制、剪切、粘贴、撤销、清除、新建,对文字字体的设置(包括幼圆、华文楷体、华文隶书等),对字体颜色的设置,对文字对齐方式的设置,以及对输入的内容是否为数字的判断。
- 2022-03-06 15:46:17下载
- 积分:1
-
digital pipe controls ..... as long as the use ....................... 98
数码管控件.....只要在98下使用-digital pipe controls ..... as long as the use ....................... 98
- 2022-05-24 22:40:58下载
- 积分:1
-
good documentation about dsp
good documentation about dsp
- 2022-08-10 16:27:32下载
- 积分:1
-
C library Complete Works of application procedures
C函数库全集的程序应用-C library Complete Works of application procedures
- 2023-09-04 13:20:03下载
- 积分:1
-
基于libwindows的串口调试助手
基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手 基于libwindows的串口调试助手
- 2022-02-12 00:11:41下载
- 积分: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
-
C++实现录音的源码
C++下实现的录音源码,很有用,已封装成类,方便调用与扩展,有窗体,是用mfc实现的,可以实现录音、保存录音、播放录音等。
- 2023-05-19 03:00:03下载
- 积分:1
-
通过利用VB的控件制作播放器 并通过制作小的计算程序 能够实现边听音乐边学习...
通过利用VB的控件制作播放器 并通过制作小的计算程序 能够实现边听音乐边学习-Through the use of VB controls the production of players and through the production of a small computer program can be realized while listening to music while studying
- 2023-06-23 13:05:03下载
- 积分:1
-
由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1...
由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1-10秒)和进程优先级
(1-10,10最高1最低)由程序随机产生,进程有2种状态就绪状态(Ready)和完成状态(Complete)首先根据优先级对进程进行排序,再根据优先级分配时间片运行每次分给进程的时间片为1秒,运行完后需运行时间减1优先级减1转下一个进程。如果进程已经完成就插入到完成队列,如果没有完成就重新插入到就绪队列中的正确位置
程序有两种运行方式:
1、可以直接给出最后的运行结果,进程最后的优先级、
运行完每一个进程的时间及完成进程的总时间,进程最后的状态。
2、可以选择自动运行,过程中显示每一次调度信息包括本次调度进程完成队列信息就绪队列信息等*/
-Process user input from a number of systems (up to 50 processes) to simulate priority scheduling algorithm is the assumption that the process of arrival at the same time CPU, the process of run-time (1-10 seconds) and the process priority class
(1-10,10 highest minimum 1) randomly generated by the process, the process has two kinds of status status ready (Ready) and achieve status (Complete) First of all, the process in accordance with the priority ranking, and distribution in accordance with the priority of each time slice to run to the process time slice for the second one, to be run after run-time priority class minus one minus one to t
- 2023-01-17 10:50:04下载
- 积分:1