资源列表
suanfa2
- 文件: 排序比较.cpp —— 在产生随机数方面,使用编译系统给出的头文件 本程序通过对10000个随机产生的整型数据,利用起泡排序算法和选择排序算法进行排序并比较其排序时间, 从而揭示这两个算法时间性能上的差异。 -File comparison (2): Sort cpp- generate random numbers, use the build system header files given this program by 10,000 randomly generated
suanfabijiao
- 八种排序算法的排序速度比较: Quick sort 、Heap sort、Shell sort、Merge sort>、Insertion sort、Selection sort、Bubble sort-Eight sorting algorithm sorting speed comparison: Quick sort, Heap sort, Shell sort, Merge sort> , Insertion sort, Selection sort, Bubble sort
zhengyuanbiyesheji
- 使用A星算法计算中国各大城市之间的最短路径。比如从北京到武汉的最短路径要经过哪些城市。当然,常见的两点之间最短路径算法是迪杰斯拉的算法。这是我的毕业设计,现在分享给大家啦。-A star algorithm to calculate the shortest path between the major cities in China. For example, to go through the shortest path from Beijing to Wuhan city. Of cour
data-algorithm
- 主要是java的一些数据算法,主要就是练习我们 软件分析,软件设计,软件实现,软件维护-data algorithm
primfindpath
- Prim算法实现在一个有向图中找一条从一点到另一点的一条路,并不要求是最短路。-Use Prim Algorithm to find a way in a digraph.
1229
- 和谐短信问题 对于给定的由 n 个人组成的社团以及社团员间发送短信的信息,设计一个计算最大和谐子社团的算法。 -For a given by n personal associations and community members to send SMS messages, the design of a harmonious community algorithm to calculate the maximum oscillator.
1416
- 飞机加油问题 对于给定的n个国际机场到中心机场的距离d1,d2,...,dn ,以及地面加油费用s,编程计算从距中心机场最远的国际机场飞到中心机场的最少费用-For a given n international airport to the center of the airport from D1, D2,..., DN, as well as the ground refueling cost s, programming calculation from the center of th
hanshu
- 函数符号的重载,可以用来定义各种运算符的重载!-Overloaded function symbols can be used to define a variety of operator overloading!
architect_accessorize
- 设计模式中的代理模式,用C++实现,我自己做的一个例子,供新人参考-Design patterns in proxy mode, with C++, an example of my own doing, for the new reference
BTREEOS
- 本程序实现了二叉树的基本操作,包括建立,遍历,求叶子节点个数,树深度,获取某节点路径-This program implements the basic operation of the binary tree, including the establishment of traversal, seeking the number of leaf nodes, the tree depth, for a node path
Texpression
- 一个表达式和一棵二叉树之间存在着自然的对应关系,写一个程序,实现基于二叉树表示的算术表达式Expression的操作-An expression and a binary tree between there is a natural correspondence between write a program based on binary tree arithmetic expression Expression operation
802.11b-PHY-MATLAB-Code
- IEEE80211b_PHY_DBPSK的matlab仿真源代码 IEEE80211b_PHY_DBPSK的matlab仿真源代码 -matlab code of IEEE80211b_PHY_DBPSK matlab code of IEEE80211b_PHY_DBPSK matlab code of IEEE80211b_PHY_DBPSK
