-
Calculator c# programming development environment, because there is no c# no oth...
计算器c#编程
由于开发环境没有c#只好选择c-Calculator c# programming development environment, because there is no c# no other choice than c++
- 2023-04-15 17:05:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
贪吃蛇C源码,可以实现C语言的一个游戏.
贪吃蛇C源码,可以实现C语言的一个游戏.-code of a game named eat_snake,this is can carry out a game of c language
- 2022-02-21 03:41:33下载
- 积分:1
-
很好的汇编代码,实现学生成绩分类系统,采用子程序调用,完成学生成绩管理...
很好的汇编代码,实现学生成绩分类系统,采用子程序调用,完成学生成绩管理-good compilation of code, to achieve the performance of their students classification system used subroutine call, students complete performance management
- 2022-01-30 18:20:40下载
- 积分:1
-
With 89C51, an external crystal oscillator, reset circuit, two digital tube, two...
用89C51,外接晶振,复位电路,二个数码管,二个按键,做一个电子秒表,具体要求为用按键起停电子表,可用按键设计倒计时时间(如10S,20S,60S),并启动倒计时功能,能用按键选择以上两功能之一-With 89C51, an external crystal oscillator, reset circuit, two digital tube, two buttons, making an electronic stopwatch, and specific requirements for the use button start-stop electronic watches, key design can be used countdown time (such as 10S, 20S, 60S), and start the countdown function, can be used for more than two buttons select one of the functions
- 2022-05-13 17:10:52下载
- 积分:1
-
字母小到大
字母小到大---汇编-alphabetical small to large compilation
- 2022-02-18 15:59:02下载
- 积分:1
-
这个程序是:图形菜单,并且可以在菜单上添加窗口
这个程序是:图形菜单,并且可以在菜单上添加窗口-This procedure is: graphical menu, and can be added in the menu window
- 2022-03-23 06:23:50下载
- 积分:1
-
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写-VB prepared to capture video, capture video prepared VB, VB prepared to capture video
- 2023-05-08 17:05:03下载
- 积分:1
-
单门读卡控制器的 设计程序,主要对em读卡机的设计提供可靠的 资料。...
单门读卡控制器的 设计程序,主要对em读卡机的设计提供可靠的 资料。-Single door reader controller design process, mainly em card reader designed to provide reliable information.
- 2022-12-21 12:50:03下载
- 积分:1
-
小动画心
动画显示提示信息"按任意键进入",
然后就没有任何反映了,
不知道该怎么办了?...
小动画心
动画显示提示信息"按任意键进入",
然后就没有任何反映了,
不知道该怎么办了?-small animation heart animation shows a message "by Anykey enter," and then there would be no point to the fact that I do not know how the Office
- 2023-01-21 02:15:04下载
- 积分:1