-
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!...
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!-C
- 2023-01-20 17:35:04下载
- 积分:1
-
学生信息管理系统
一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到1位小数。试编写程序实现以下功能:(1) 可以录入学生成绩(十进制形式);(2) 可以按要求(如学号或成绩)进行排序显示;(3) 可以统计平均成绩;可以统计不及格、60~70、70~80、80~90、90~100各分数段的人数。
- 2022-02-03 18:39:10下载
- 积分:1
-
DEVICE:PIC16C54 XT_OSC WDT_O
DEVICE:PIC16C54 XT_OSC WDT_O
- 2023-05-22 16:15: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
-
IA-32汇编原代码,blowfish.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, blowfish. Compared to c/c++ Write the original code, more efficient
- 2022-03-21 23:30:51下载
- 积分:1
-
EDIT Assembler can for VC6 VC8 VC2005
EDIT Assembler can for VC6 VC8 VC2005
- 2022-04-07 16:53:19下载
- 积分:1
-
ASP的web在线聊天室源码,程序实现了许许多多的特点…
asp的web在线聊天室源程序,程序实现了聊天室的许多功能,特别是刷新功能,做到了实时刷新(有人说话才刷,保持.zip-asp online chat rooms of the web source, the program achieved many of the features chat rooms, especially the refresh function, so the real-time refresh (some say only brush and maintain. zip
- 2022-03-13 07:14:32下载
- 积分:1
-
随着多样化需求的增加及作用距离的延伸,基带窄脉冲方式的超宽带技术又在原有的数据业务的基础上的到了提伸,IEEE802.15.4a就是一种采用基带窄脉冲方式的超宽...
随着多样化需求的增加及作用距离的延伸,基带窄脉冲方式的超宽带技术又在原有的数据业务的基础上的到了提伸,IEEE802.15.4a就是一种采用基带窄脉冲方式的超宽带综合业务的标准-With the diversification and the role of increased demand from the extension of a narrow base-band pulse of ultra-wideband technology in the existing data services based on the mentioned stretch, IEEE802.15.4a is a base-band using a narrow pulse of Ultra-wideband integrated services standards
- 2022-06-12 20:38:12下载
- 积分:1
-
Football knockout competition, as well as group games and competitions during th...
足球比赛的分组淘汰制以及比赛过程和比赛结果的运行和现实-Football knockout competition, as well as group games and competitions during the operation and practical results
- 2022-03-13 02:11:47下载
- 积分:1
-
一个汇编的学籍管理程序
一个汇编的学籍管理程序-A compilation of the school management procedures
- 2022-05-17 11:46:18下载
- 积分:1