-
段海滨的《蚁群算法原理及其应用》中的蚁群算法的c语言源代码...
段海滨的《蚁群算法原理及其应用》中的蚁群算法的c语言源代码-Hai-Bin Duan" s " Principles and Applications of Ant Colony Algorithm" in the ant colony algorithm c language source code
- 2022-03-10 07:14:29下载
- 积分:1
-
一个让人感觉高深莫测的3D debug code ,至少可以激发你的斗志。...
一个让人感觉高深莫测的3D debug code ,至少可以激发你的斗志。-people a feeling of inscrutable 3D debug code, you can at least stimulate the morale.
- 2022-08-22 07:48:29下载
- 积分: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
-
8051ASM汇编源代码。
8051asm 汇编器source code.-8051asm assembler source code.
- 2022-10-11 07:25:03下载
- 积分:1
-
这有一点C的资料,看看,喜欢的下载吧,帮忙
这有一点C的资料,看看,喜欢的下载吧,帮忙-C
- 2023-06-16 05:35:03下载
- 积分: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
-
很详细的红外学习并储存24c64的汇编子程序,在设计中只要修改一下I/O调用它就可以了,是本人的工程验证能学习市面常用的绝大部分红外线遥控器。...
很详细的红外学习并储存24c64的汇编子程序,在设计中只要修改一下I/O调用它就可以了,是本人的工程验证能学习市面常用的绝大部分红外线遥控器。-Very detailed study of the infrared and save 24c64 compilation of subroutines, as long as in the design changed a bit I/O can call it, is my proof to study the vast majority of the market commonly used infra-red remote control.
- 2022-02-03 00:14:22下载
- 积分:1
-
CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。...
CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。-CPU: C51, the three buttons: on the turn, the next turn, determine. For one coffee machine interface control system development, the main interface basically completed. 8 the main menu, hit menu 4.倒记时menu for a coffee.
- 2023-03-07 22:30:03下载
- 积分:1
-
汇编课程设计 图形编辑器
汇编课程设计 图形编辑器-compilation curriculum design graphics editor
- 2023-02-07 22:55:04下载
- 积分:1
-
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs
sam课程设计的sam,栽斤斗三风口浪尖我ieufsdljfuefs-sam curriculum design of sam, planted three Tuyere wave loop I ieufsdljfuefs
- 2022-11-08 19:05:02下载
- 积分:1