-
编译的c++原代码
编译的c++原代码-the original code
- 2022-12-18 07:45:03下载
- 积分:1
-
CPK VB代码
CPK VB代码
- 2022-02-21 12:33:55下载
- 积分:1
-
aduc834 iic 通讯 aduc834 iic 通讯
aduc834 iic 通讯 aduc834 iic 通讯-aduc834 iic communications communications aduc834 iic
- 2023-07-29 05:10:03下载
- 积分:1
-
lcd液晶显示汇编程序,其中只写出了字符T和t的显示,大家看一看就能够明白...
lcd液晶显示汇编程序,其中只写出了字符T和t的显示,大家看一看就能够明白-lcd LCD compilation procedures, which only write the characters of T and t show that everyone can look at to understand
- 2023-02-03 16:30:04下载
- 积分:1
-
Five experimental hash table [the experiment was] one, the choice of hash functi...
实验五 哈希表
[实验目的]
1、哈希函数的选择
2、用链表创建哈希表
3、输出哈希表
[题目]
假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留取余数法构造。用链表来处理冲突。-Five experimental hash table [the experiment was] one, the choice of hash function 2, create a hash table with linked list 3, the output hash table [subject] assumptions of people known as the Chinese name for the Chinese Phonetic Alphabet forms. Hash table to be populated with the names of a total of 30, taking the upper limit of the average search length of 2. Hash function used in addition to collecting more than the number of law structure. Used to deal with the conflict list.
- 2022-01-26 03:18:43下载
- 积分:1
-
8951 based on the counter, with four LED display, through the pulse count, each...
基于8951的计数器,带四个LED显示,通过脉冲计数,每计数一个下降沿
- 2023-02-09 08:00: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
-
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。...
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。-This procedure for the simple performance management, student achievement such as multi-input,, to find, insert, and sequencing, and can save and transfer a file to input processing.
- 2022-08-10 08:44:32下载
- 积分:1
-
用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD...
用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD-Audio播放程序,专截320*200的截画程序,V86模式切换程序,FASTREBOOT V1.0,Game Faster V1.0,Mixer Volume Ctrler V1.0,-assembly language prepared by the program"s source code, cases : DOS6.0 source of hard disk boot record source FDBOOT.ASM, mouse control CD-Audio player, a cut of 320* 200 closed painting procedures, V86 mode switching procedures, FASTREBOOT V1.0 , the Game Faster V1.0 and V1.0 Mixer Volume Ctrler.
- 2022-04-17 10:15:47下载
- 积分:1
-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,-This procedure has detailed notes, all running correctly, program modules clear, portability, and can realize landing time records, time dynamic display,
- 2022-07-14 15:24:08下载
- 积分:1