-
冒泡排序
直接选择排序
Shell排序
快速排序
归并排序
堆排序
直接插入排序基本算法
#include<iostre...
冒泡排序
直接选择排序
Shell排序
快速排序
归并排序
堆排序
直接插入排序基本算法
#include
#include
#include
const int n=100000
typedef struct{
int key
}RedType
typedef struct{
RedType *r //r[n+1]
int length
}SqList
int random()
void InsertSort(SqList &L)
void main(){
SqList L
L.r = new RedType[n+1]
L.length=n
for(int i=1 i
- 2022-01-24 18:16:29下载
- 积分:1
-
buffer
boa的源码,一个非常好用的web服务器,支持html和cgi,可以运行在多个平台之上.(boa the source, a very useful web servers, support for html and cgi, can run on multiple platforms.)
- 2007-09-30 00:18:08下载
- 积分:1
-
MA1
线性表的操作,包括插入,删除,更改,打印,销毁,得到前驱后继还有规定地址的数据
(Linear table operations, including insert, delete, change, print, destroy, receive predecessor successor address of the data are provided)
- 2009-11-16 13:05:47下载
- 积分:1
-
eg3_IndependentProject_Timer_interrupt
说明: DSP28335芯片中断服务模块案例程序(case codes about time interrupt of DSP28335)
- 2020-06-22 20:20:01下载
- 积分:1
-
mega64 LCD多级菜单 可视对讲门口机
楼宇可视对讲门口主机程序,已在现场应用ok
- 2022-07-20 01:04:28下载
- 积分:1
-
narcissusC
水仙花数的C实现,很不错的,我感觉。希望能对大伙有用,谢谢大家(narcissus)
- 2010-05-13 12:14:29下载
- 积分:1
-
Eight_Num_Fengart
本代码是为了应付人工智能的实验而编写的,写的潦草请不要介意。我又是通过这代码来“引玉”,相信看过我编写的黑白棋源代码的人应该知道“引玉”是什么意思。如果你有“玉”(什么更高效的算法能在更短的时间内求得结果,或者博弈方面的),就欢迎“砸”过来--fengart@126.com,我会很感激!(A* 算法解决八数码问题我已经研究过了,不要砸这个来)在 赛扬D2.1G 的机器上测试,算法的解答时间不超过0.1秒。 最好优先搜索算法的解答时间一般在0.05秒左右。 里面还可以演示八数码问题的从初始态到目标状态的过程。 (the code is intended to meet the artificial intelligence experiments prepared, the notoriously difficult to write please do not mind. I pass this code is to "take the jade" I believe I read prepared reversi source code, should know "primer" jade what it meant. If you have "Jade" (what more efficient algorithm in a short time of use, or the Game) welcomed "crushed" them-- fengart @ 126.com, I would be very grateful! (A* algorithm to solve the problem eight digital I have examined, not to drop it on this) Celeron D2.1G machines to test, the algorithm is not the time to answer more than 0.1 seconds. Best first search algorithm to answer in time normally around 0.05 seconds. Which can also display eight digital issues from the initial state to target s)
- 2007-06-17 04:05:46下载
- 积分:1
-
HT-Hawk飞控源代码7.24号更新
无人机是无人驾驶飞机的简称(Unmanned Aerial Vehicle),是利用无线电遥控设备和自备的程序控制装置的不载人飞机,包括无人直升机、固定翼机、多旋翼飞行器、无人飞艇、无人伞翼机。广义地看也包括临近空间飞行器(20-100 公里空域),如平流层飞艇、高空气球、太阳能无人机等。(Unmanned Aerial Vehicle (UAV) is a kind of unmanned aircraft which uses radio remote control equipment and self-contained program control device, including unmanned helicopter, fixed-wing aircraft, multi-rotor aircraft, unmanned airship and unmanned parachute-wing aircraft. Broadly speaking, it also includes near space vehicles (20-100 km airspace), such as stratospheric airships, high-altitude balloons, solar unmanned aerial vehicles and so on.)
- 2019-04-26 22:57:29下载
- 积分:1
-
emWin522(uCGUI)图形用户接口移植实例
说明: 如题所示,用于EMWIN5.22版本的开发需求,和一个比较有用的开发实例(As shown in the title, the development requirements for EMWIN version 5.22 and a more useful development example)
- 2020-06-20 00:00:02下载
- 积分:1
-
cn700_vc347772244
银行家算法的实现 vc++开发 有需要的可以下载使用(bankers algorithm development to achieve vc need can be downloaded use)
- 2005-06-30 10:37:21下载
- 积分:1