搜索资源列表
fpgrowth(1)
- fpgrowth算法的java程序 运行程序的命令 java -cp fpgrowth.jar association.fptree.Test 100 sample.txt 其中100 是支持度阈值 sample.txt是样本文件名。 注意:如果样本中的项目过多,可能会产生内存溢出错误 运行程序需要JDK 5.0 欢迎交流:xiangyuan.lippi@yahoo.com.cn-fpgrowth algorithm java procedures proce
tsp
- 应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
decrypt
- Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
CSharpFiltersProject
- The purpose of the series will be to build a class that allows any C# programmer access to common, and not so common, image processing functionality. The reason we are doing it in C# is simply that I want to learn it, but the functionality we use is
suanfa
- 里面包含很多C#算法方面的源码,是面试的必备材料。-Which contains a lot of C# Algorithm source area is an essential interview material.
hanoi
- 利用程序把输入的十进制的数转为其它进制的数。用ISO C++写的,在VC.NET中可以运行。采用递归算法。-The use of procedures to enter the decimal number to a number of other M-ary. With ISO C++ Written in VC.NET can be run. The use of recursive algorithm.
645645223
- 根据克里格算法绘制等值线,可以很好的利用为二维到三维中-According to Krieger isogram mapping algorithm can be used as a very good two-dimensional to three-dimensional in
WebMining-HAC
- I ve developed a program which discribes HAC (Hierachical Agglomerative Clustering) algorithm.
select
- In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic.) This includes the cases of finding the minimum, maximum, and median elements. There are worst-
08xueshengxinxiguanlixitongASP.NET
- 在ASP.net环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析某一学校学生管理的不足,创建了一套行之有效的计算机管理学生的方案。文章介绍了学生管理信息系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法, 本系统界面友好,操作简单,比较实用-ASP.net environment in the adoption of the " top-down
Redandblacktreeinsertalgorithm
- 自己写的,采用VB.NET写的红黑树插入算法,实现了图形显示红黑树,VS2005下编译通过-Wrote it myself, using VB.NET to write the red and black tree insertion algorithm, the realization of the graphical display a red, black tree, VS2005 compiler through the next
j_13949_vb_tree
- VB回归算法的一个极佳实例,曾经让作者花了两年时间才完成,程序中运用了大量优化过的回归算法,通过给定的参数,简单的进行设置,可以生成一棵漂亮的仿真大树,学算法值得一看,带全套背景、带音乐,很不错。 -VB return an excellent example of the algorithm, so that the author had spent two years to complete, procedures have been used to optimize the retur
Tools
- 里面包括了几个c# 类文件,封装了对excel的导入导出操作,2种加密算法的封装,都只需要简单的调用就可以了。另外ToolBox.cs文件实现2个DataRow的比较。-Inside class contains several c# file, package of excel import export operation, two kinds of encryption algorithm package, only need a simple call on it. Addition T
DrawColorStrips
- MFC program that draws colors using a line algorithm. The user selects the color of the lines through a menu bar.-MFC program that draws colors using a line algorithm. The user selects the color of the lines through a menu bar.
Quick.Sort
- Quick Sort.txt is a algorithm for sort data-Quick Sort.txt is a algorithm for sort data
2007102318148533
- 解压后会有5M,这是我利用C#针对嵌入式WinCE做的一个GPS/惯性导航系统的组合定位软件,包括了卡尔曼滤波算法(含矩阵控件),界面显示,GPS串口接受,滤波结果输出以及WinCE应用调试控件,超强吧!直接下载可以在Visual.Net下调试使用 -After decompression there 5M, which I use C# for embedded WinCE do a GPS/inertial navigation system integrated positioning s
Machine
- 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Optimal scheduling problem, assuming there are n a task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design a complet
Client
- This paper introduces a message forwarding algorithm for search applications within mobile ad hoc networks that is based on the concept of selecting the nearest node from a set of designated nodes. The algorithm, which is called Minimum Distance Pack
AStarAlgorithm
- 使用.Net实现的A*算法,vs2008编译。-Use the Net to achieve the A* algorithm, vs2008 compile.
AStar
- 在绘制的40*40的方格上,自己定义起点终点和障碍,用A*算法避开障碍物,规划出最短路径-On the paint of 40* 40 squares, define your own starting point to the end and obstacles, using A* algorithm to avoid obstacles, planning the shortest path