资源列表

« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 2657 »

[数据结构常用算法lecture_03recursion

说明:此资料主要用于acm初学者。递归算法是c++中一个比较重要的算法,尤其在acm中。本文深入浅出的讲解了递归算法。-This article maybe very useful to the acmer.As we all know that the recursion algorithm is very important.By reading this article you may learn a lot.
<董明秀> 在 2024-06-17 上传 | 大小:226304 | 下载:1

[数据结构常用算法SearchMaze

说明:程序实现了小车的迷宫中寻路的功能。程序控制小车判断走出迷宫的最短路径,找到路径后小车回到起始点,并以最快速度冲刺走出迷宫。-Program for the car' s maze pathfinding function. Process control car to determine the shortest path through the maze to find the path back to the starting
<> 在 2024-06-17 上传 | 大小:88064 | 下载:1

[数据结构常用算法zuoyepaixu

说明:算法基础改进的作业排序算法C++源程序代码下载。-Scheduling algorithm based on the improved algorithm C++ source code download.
<王博雅> 在 2024-06-17 上传 | 大小:7168 | 下载:1

[数据结构常用算法Eight-Digital-A_star

说明:八数码A*算法,浙大OJ已AC 内含序列合法判定以及A*搜索思路-Eight Digital A* algorithm, Zhejiang University has AC OJ
<刘刚> 在 2024-06-17 上传 | 大小:2048 | 下载:1

[数据结构常用算法list

说明:数据结构 建立多项式链表 并生成多项式加法函数-Data Structure and generator polynomial polynomial addition function list
<万迁> 在 2024-06-17 上传 | 大小:2048 | 下载:1

[数据结构常用算法DSDemo

说明:数据结构算法源码. 双击演示系统应用程序文件“DS_VC_ALGO.EXE”启动演示系统. 除了个别算法之外,演示系统给出了《数据结构》(C语言版)书中算法对应的程序代码(CPP文件)和测试运行程序(VC++6.0的EXE文件)。-Data Structure Algorithm source code. Double-click the demo system application files " DS_VC_ALG
<pu> 在 2024-06-17 上传 | 大小:3366912 | 下载:1

[数据结构常用算法Data-Structure-Demonstration

说明:这个是数据结构算法演示系统,还算比较完善的,含算法源码-The demonstration system is a data structure algorithms, is still relatively good, with algorithm source code
<GLYN> 在 2024-06-17 上传 | 大小:2041856 | 下载:1

[数据结构常用算法MAOPAO

说明:c++编写冒泡排序法,从小到大排序,适用于许多C++程序-write c++ bubble sort method, from small to large order, for many C++ program
<zl> 在 2024-06-17 上传 | 大小:4096 | 下载:1

[数据结构常用算法huffman

说明:Huffman 编码 已知:信源符号个数q、信源符号s0, . . . , sq?1,信源概率分布p0, . . . , pq?1。 算法: (a) 如果q = 2 则返回编码:s0 7! 0, s1 7! 1 (b) 否则 i. 重新排序s0, . . . , sq?1 和p0, . . . , pq?1 ii. 创建一个符号s′,其概率为p′ = pq?2 + pq?1 iii. 递归调用本算法以得到s0
<萨仁高娃> 在 2024-06-17 上传 | 大小:1024 | 下载:1

[数据结构常用算法sort

说明:数据结构课程设计(排序综合 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 要求: 1)至少采用五种方法实现上述问题求解(提示,可采用的方法有插入排序、希尔排序、起泡排序、快速排序、选择排序、堆排序、归并排序)。并把排序后的结果保存在不同的文件中。 2)统计每一种排序方法的性能(以上机运行程序所花费的时间为准进行对比),找出其中两种较快的方法。 -sort,multiply sort,it
<summit> 在 2024-06-17 上传 | 大小:18432 | 下载:1

[数据结构常用算法Binomial-Trees

说明:计算欧式期权,美式期权,百慕大期权价格的二叉树VBA程序-Binomial Tree for EurpeanAmerican CallPut Option
<小多> 在 2024-06-17 上传 | 大小:173056 | 下载:1

[数据结构常用算法Hash

说明:哈希表 用链地址法解决冲突:(哈希函数是按名字第一个大写字母分的) 输入内容:学生的姓名跟成绩 操作:插入、修改、查找、删除学生;以及输出哈希表-Address hash table with the chain method to solve the conflict: (hash function is based on the name of the first capital letter points) input
<许许> 在 2024-06-17 上传 | 大小:103424 | 下载:1
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 2657 »

源码中国 www.ymcn.org