资源列表

« 1 2 ... .62 .63 .64 .65 .66 1967.68 .69 .70 .71 .72 ... 2656 »

[数据结构常用算法KKHKHKHGKHJK

说明:题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。 1.程序分析:谭浩强的书中答案有问题。       2.程序源代码:-Topic: input arrays, and the biggest and the first element exchange, the smallest and the last element exchange, output array. 1. The progra
<崔嬴> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法OUIOUIOUIOU

说明:题目:对10个数进行排序 1.程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,        下次类推,即用第二个元素与后8个进行比较,并进行交换。        2.程序源代码: -Title: the number of 10 sorting 1. The program analysis: can use the choice method, that is, from nin
<崔嬴> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法sort

说明:以下问题要求统一在一个大程序里解决。 17、折半插入排序 18、冒泡排序 19、快速排序 20、简单选择排序 21、归并排序 22、堆排序 -The following questions and ask people in a program to solve. 17, binary insertion sort 18 bubble sort 19, quicksort 20, a simple sele
<topsunds> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法shortestpath

说明:用可达矩阵算法实现最短路径,并求出path路径,以及可知道图中是否带环等功能-shortest path
<lufeipeng> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法gpk

说明:关于二叉树的简单程序,里面有关于最小二叉树的具体程序代码.-The simple procedure on a binary tree, which has the smallest binary tree code.
<寒霜> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法256Alphe

说明:在网站上看到过很多Alpha混合计算的相关文档,其中不乏经典之作,但大多数都是基于16位显示模式下的,而256色的却很少有人谈及。所以,决定写一个基于256色的Alpha混合算法的详细实现方法。以帮助那些初学者,给他们一点点小小的灵感:)-Alpha blending calculations related documents see on the site, many of them classics, but most are b
<> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法Sort

说明:用直接插入法对R排序 /用希尔排序法对数据表R排序,D为增量序列,元素个数n,步长序列个数numOfD 用冒泡排序法对R排序 用直接选择排序法对R排序 堆排序 对有序表a[0]--a[n-1]进行一次二路归并排序,每个有序子表的长度为k //一次二路归并排序后新的有序子表存于swap中 { 用二路归并排序法对对象数组a[0]--a[n-1]排序 {-Direct insertion method to sort the R/
<党心蕊> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法huffman

说明:自己写的一个C语言的霍夫曼编码的实现-a scheme of huffman code on C language
<5> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法duilie

说明:使用队列的建队列,入队列和出队列的方法实现农夫过河的问题-The farmer across the river to use the build queue of the queue into the queue and the queue
<邓佳佳> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法txl

说明:利用C语言的调用函数的算法实现一个简单通讯录的添加,修改,删除,查询的操作-Algorithm using C language function is called a simple address book to add, modify, delete, query operation
<邓佳佳> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法test.cpp

说明:考虑右边的无向网,设计算法输出从顶点a到顶点i的一条带权路径长度最短的简单路径.采用递归或非递归的深度优先或广度优先遍历算法扩展实现-Consider the right to the network design algorithm output realization of recursive and non recursive depth-first or breadth-first traversal algorithm ext
<叶金鑫> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法shagnji

说明:该程序用c++语言实现了算法设计学习中经典的0-1问题、旅行者最短路径问题。-The program c++ language to achieve a classic 0-1 in the algorithm design learning Traveler shortest path problem.
<李丹> 在 2024-09-30 上传 | 大小:2048 | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 1967.68 .69 .70 .71 .72 ... 2656 »

源码中国 www.ymcn.org