搜索资源列表
881
- 一种高效的聚类算法给定要聚类的N的对象以及N*N的距离矩阵(或者是相似性矩阵), 层次式聚类方法的基本步骤(参看S.C. Johnson in 1967)如下:-An Efficient Algorithm for the cluster must be the object of N and N * N distance matrix (or similarity matrix), the hierarchical clustering method the basic steps (see
21840294dll
- LMS软件是用来进行自适应滤波的最小均方误差算法,稍加修改就可以用于自适应噪声对消,自适应信号分离、自适应陷波等。-LMS software is used for adaptive filtering the minimum mean square error algorithm, slight modifications can be used for adaptive noise cancellation and adaptive signal separation, such as Ad
25811271AD_print
- LMS软件是用来进行自适应滤波的最小均方误差算法,稍加修改就可以用于自适应噪声对消,自适应信号分离、自适应陷波等。-LMS software is used for adaptive filtering the minimum mean square error algorithm, slight modifications can be used for adaptive noise cancellation and adaptive signal separation, such as Ad
pdf7_cr
- PDFlib7.0.2的授权码生成机,输入21位的类似前几位(因为有格式要求,不好做成全自动),生成的授权码用set_parameter执行后就去掉了大大的\"www.pdflib.com\"水印。非常好用。是本人花很多力气用调试工具研究出算法写出的程序。希望与大家分享,但别用于商业用途。希望能做做研究和开发的地方。
BARCOD
- 这是一个表格线打印算法的C语言源程序。有点意思。
report
- 该文档为大学生理财软件的项目设计报告,内容有需求分析,功能实现以及源代码等,此外还有主要算法的详细描述。软件功能有添加、查看理财信息,理财统计及分析、提醒功能。
MATRIX
- 矩阵分解的Doolittle分解算法实现,其中包含一个将矩阵打印输出的子程序,在TC30上运行成功
BARPRINT
- 表格线打印算法C语言源程序。并可以在表格线的上下左右打印文本。-form lines Print algorithm C language source code. And in the next line forms around print.
xiaoyuandaohang
- 这是一个学校的校园导航系统,运用了图这种数据结构,采用了深度优先遍历,最小生成树等算法。-This is a navigational system of a school!
MAZE
- 是一个迷宫算法,是有关数据结构的,不足之处请多指教-Is a maze algorithm, is the data structure, the inadequacy of advice please
GoodsReportManage
- C++做的管理系统,该系统有安全的用户登录模块、方便快捷的浏览界面、易于操作的功能模块。本文的分析基于知识点的试题库结构基础上,阐述以知识点难度系数和题型为主要控制参数的组卷算法的建立与实现方法。该系统的运用不仅提高了教师的工作效率,而且可以实现真正意义上通用性。-this paper describes the design of the structure of the test question database and the method of the foundation rea
Map_lab
- 这是一个简单的对图操作的程序,利用FOYLD算法求两地的最短路径并打印出。本程序还可以显示地点信息。是一个校园导航系统!-This is a simple operation procedures on the map, using FOYLD algorithm to solve the shortest path between the two places and print out. This procedure can also display location information
n
- 使用c语言打印n阶螺旋矩阵,算法较为浅显易懂-N order to print using c language spiral matrix, the algorithm is more easy to understand
zhishu
- 打印质数的各种算法,首先介绍了教科书上的实现方法,然后从减小时间复杂度的方向出发,介绍了几种打印质数的算法,C++实现。-The number of print quality algorithm, first introduced on the implementation of textbooks, then reduce the time complexity from the direction, describes several printing prime numbers algo
buddy
- 伙伴算法 实现了页面分配 页面打印等 大家交流学习用吧-Algorithm of distribution partners page print page
Lab1test
- 一个算法小程序:读入一个包含若干个单词的数据文件,统计每个单词出现次数并且按照单词的升序顺序打印,扎到源文件中的重复单词,并每隔一个删除一个重复单词-A algorithm small program: read a contains several words data files, statistics each word number according to the words and in ascending order print, firm in the source file t
Spiral-print-algorithm
- 实现螺旋打印的算法实现。这是一个面试题,由于当时没有时间实现出来,第二天实现了。-Algorithm spiral print, I do not know whether the excellent
Eightstar
- c++实现A星算法求解8数码问题,里面有行注释,本人试过,可求解40步之内求出解路径的问题-c++ A Star Algorithm 8 digital issues
FUCTION
- 这是操作系统实验课上做的算法,首次适配算法和最佳速配算法。花了挺多时间的-Experimental class operating system algorithms do, the first adaptation algorithm and favorite matches algorithm. With a lot of time is spent
prim
- prim算法,输出最小生成树,时间复杂度Nlog(n)-prim algorithm