资源列表

« 1 2 ... .87 .88 .89 .90 .91 1592.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法bigInt

说明:无限大整数类 用链表实现无限大整数的运算。 在进行大整数运算时可以拿它当函数,直接调用-Infinite integer Class List realize infinite integer arithmetic. In large integer operations can use it as a function of the direct call
<shard> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法CQuantizer

说明:一个octree algorithm 的实现CQuantizer.-The octree algorithm realize a CQuantizer.
<binarytree> 在 2024-11-10 上传 | 大小:4kb | 下载:1

[数据结构常用算法sort

说明:利用随机函数产生30000个随机整数,利用插入排序、起泡排序、选择排序、快速排序、堆排序、归并排序等排序方法进行排序,并统计每一种排序上机所花费的时间-Using random functions to generate 30,000 random integers, the use of insertion sort, bubbling sort, select sort, quick sort, heap sort, merge s
<sufei> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法lujing

说明:公车最短路径算法具体的算法: 实际上乘客不一定要找最短,里面还涉及到换乘次数最少,费用最少等问题 因此,边向量的权值要分多种情况考虑,所以如果真的要开发实用的系统 应该给出多种最佳选择。 -Bus shortest path algorithm specific algorithm: in fact they do not necessarily find the shortest, which also
<fung> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法Code

说明:图的遍历 c 图的遍历 c-Graph traversal c graph traversal c graph traversal c
<> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法TEMERSYSTEM

说明:本系统利用时钟芯片S-3505A实现了一个日历系统.-Use of the system clock chip S-3505A implements a calendar system.
<郭志伟> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法SJF

说明:8个进程的改进版CPU schedule 算法-SJF-8 process to improve the version of CPU schedule algorithm-SJF
<tennic> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法ClassPoint_C++

说明:这里提供一套C++的point定义类,里面有丰富的成员函数,全部通过验证。同时也望朋友们对其进行扩充和改进,我的联系地址为 yxding@gmail.com-Here to provide a C++ The point defined class, which has a wealth of member functions, all validated. At the same time also looking to expa
<丁若乾> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法manageprogram

说明:改编的C版职工管理系统,包括了一些常用的操作内容-Adapted version of the C union management system, including the operation of a number of commonly used content
<atl> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法heap

说明:選擇排序法的概念簡單,每次從未排序部份選一最小值,插入已排序部份的後端,其時間主要花費於在整個未排序部份尋找最小值,如果能讓搜尋最小值的方式加快,選擇排序法的速率也就可以加快,Heap排序法讓搜尋的路徑由樹根至最後一個樹葉,而不是整個未排序部份,因而稱之為改良的選擇排序法。-Select sort method simple in concept, each part of the election has never been one
<王凌云> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法backbagproblem

说明:背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解-Knapsack problem
<王凌云> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法Puzzle

说明:人工智能课程,N数码问题java代码实现。-Artificial Intelligence course, N digital issue java code.
<young> 在 2024-11-10 上传 | 大小:4kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 1592.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org