资源列表
JC
- 该程序用Visual C++编写,实现了一个阶乘算法。-The program written with Visual C++, implements a factorial algorithm.
银行家算法解决死锁
- 应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and
circumference
- 用c语言求圆周率的问题,精确到小数点后2000位-Using c language question seeking pi, accurate to the decimal 2000
LCS
- 最长公共子序列也称作最长公共子串(不要求连续),英文缩写为LCS(Longest Common Subsequence)。其定义是,一个序列 S ,如果分别是两个或多个已知序列的子序列,且是所有符合此条件序列中最长的,则 S 称为已知序列的最长公共子序列-Longest common subsequence, also known as the longest common strings (does not require continuous), the English abbreviat
fiterVC051002116
- 用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
tingchechangguanli
- 问题描述 设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上 等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。本程序中,以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。试为
binary-search
- 此代码为折半查找算法,适用于有序表,欢迎各位下载-This code is the binary search algorithm for ordered lists
HufmanCode
- 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
wsSorts
- C语言实现的各种排序算法 堆排序 快速排序等-many of sorts code
InsertSort
- 对指针L所指向的结构体中的成员 — 数组Key 中的数据进行直接插入排序。成功时,返回1,否则返回0。(可以使用0号单元做为哨兵位) -failed to translate
bubble_sort
- 冒泡排序为基本排序方法之一,程序员必须掌握。此代码注释详细而且正确完整。-The bubble sort is one of the basic sorting method, the programmer must master. This code comments detailed and complete.
GIStransportation
- 利用公 交线路路 口作 为顶 点,简化 了传统算 法对复 杂 网络拓扑 图的计 算;同时,利 用乘客 出行 偏好 .引入 线 网密度来评 价乘客的 出行 方便程度 ,并提 出了一种最短路 径快速搜 索算法.实验证明 ,与传 统算法相比 ,该算法明显提 高了路径搜 索效率. -Intersection as the peak use of bus lines, simplified the traditional algorithm is the calculation of comp
