资源列表

« 1 2 ... .61 .62 .63 .64 .65 2366.67 .68 .69 .70 .71 ... 2656 »

[数据结构常用算法Scan

说明:经典算法实现,扫描线算法的实现,环境为vc2005-Classical algorithm, scanline algorithm, the environment for vc2005
<tangWH> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法AirPort

说明:学习数据结构时的课堂实验。利用数据结构中的队列、随机数等模拟一飞机场的飞机起降或等待起降-Data structure learning classroom experiments. Use the queue data structure, such as simulation of a random number of aircraft movements the airport or waiting for take-offs a
<树海> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法111

说明:此程序利用线程模拟进程,用p、v原语操作实现生产者与消费者的问题。-This procedure simulated the process of using thread, with p, v primitive operations to achieve the producer and consumer issues.
<0> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法Java

说明:八数码问题,人工智能,实验问题 -eight
<发来里> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法osBank

说明:3、银行家算法 设request:是Pi进程的请求向量,当Pi发了资源请求后,系统按下述步骤检查: (1)如果Request[i]<= Need[i],则转向步骤(2); (2)若Request[i] <=Available,则转向步骤(3); (3)系统试探性地把要求的资源分配给进程Pi,并修改以下数据结构的值: Available=Available-Request[i]; Allocation[
<fairybroken> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法3

说明:从键盘读入若干个字符串,对他们按字母大小的顺序排序,然后把排好序的字符串送到磁盘文件-Read from the keyboard into a number of strings, the size of their alphabetical sort order, then sorted string to disk file
<蓝精灵> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法code-collection

说明:这是一个代码集锦,有大家所熟悉的迷宫问题、 汉诺塔问题、八皇后问题、KMP算法、广度搜索、图的遍历等等三十多个代码。-This is a code highlights, there is the familiar maze, Tower of Hanoi problem, the eight queens problem, KMP algorithm, breadth of search, graph traversal and
<郭淳> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法Exp_1

说明:一元稀疏多项式的表示及加法运算 (1) 多项式以指数递增的顺序输入。 (2) 设计的数据结构应有利于表示任意一元稀释多项式。 (3)输出原始多项式及运算结果。 -One yuan sparse polynomial representation and addition operations
<lijun> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法Radix-Sort

说明:自己写的基数排序的三个版本,对经典的基数排序有小小的改进。-Three versions of the radix sort, write your own classic radix sort, a little bit of improvement.
<kang> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法internal-sorting-algorithm

说明:4.1直接排序 10 4.2起泡排序 11 4.3选择排序 11 4.4快速排序 12 4.5希尔排序 13 4.6堆排序 13 各类内部排序算法性能比较以及文档说明。-Direct sequencing 10 4.2 4.1 11 4.3 bubble sort quick sort and select Sort 11 4.4 13 4.6 12 4.5 Hill sort HEAPSORT 13 vario
<Mounty_FSC> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法matrix

说明:自己写的一个矩阵类,实现矩阵的基本操作,转置,求逆,取一行或一列,等-To write a matrix class that implements the basic matrix operations, transpose, inverse, take a row or column, etc.
<123> 在 2025-01-12 上传 | 大小:1.07mb | 下载:0

[数据结构常用算法第二节 数据结构(线性表)

说明:课件 线性表的逻辑结构及基本运算 在线性表 a[1],a[2],……,a[n]中找元素x(begin for i:=1 to n do if a[i]=x then exit(i); exit(0); end;)
<小雨雨 > 在 2025-01-12 上传 | 大小:1.07mb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 2366.67 .68 .69 .70 .71 ... 2656 »

源码中国 www.ymcn.org