CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 .net编程 搜索资源 - Algorithm

搜索资源列表

  1. fpgrowth(1)

    0下载:
  2. 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
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:99.19kb
    • 提供者:老乔
  1. tsp

    0下载:
  2. 应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:675.15kb
    • 提供者:li
  1. decrypt

    0下载:
  2. Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:115.7kb
    • 提供者:刘博
  1. CSharpFiltersProject

    0下载:
  2. 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
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:21.59kb
    • 提供者:LeeYJ
  1. 000GrabCut.zip

    0下载:
  2. graph cut algorithm ,graph cut algorithm
  3. 所属分类:.net

    • 发布日期:2017-05-08
    • 文件大小:1.69mb
    • 提供者:叶凯
  1. 9927436FPTree

    0下载:
  2. TF-Tree的数据挖掘实现,文件好用,下载后运行DEBUG文件下的文件-The TF-Tree algorithm,used for dataming
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:120.25kb
    • 提供者:时佳楠
  1. suanfa

    0下载:
  2. 里面包含很多C#算法方面的源码,是面试的必备材料。-Which contains a lot of C# Algorithm source area is an essential interview material.
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:267.14kb
    • 提供者:周逸梦
  1. hanoi

    0下载:
  2. 利用程序把输入的十进制的数转为其它进制的数。用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.
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:247.62kb
    • 提供者:
  1. 645645223

    0下载:
  2. 根据克里格算法绘制等值线,可以很好的利用为二维到三维中-According to Krieger isogram mapping algorithm can be used as a very good two-dimensional to three-dimensional in
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:159.36kb
    • 提供者:henry
  1. CoinChangingProblem

    0下载:
  2. implementation of the coin changing problem using greedy algorithm.
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:18.8kb
    • 提供者:microgen
  1. NSvm-v0.1

    1下载:
  2. SBM算法的c#实现,在.NET 2.0环境下完成的。同时还给出了一些代码的注释-SBM algorithm implementation c# in. NET 2.0 environment completed. At the same time give some code Notes
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:46.6kb
    • 提供者:杨化志
  1. bag

    1下载:
  2. 用Visual C++编写的程序,利用贪心算法实现背包问题-Using Visual C++ to prepare the procedures for implementation the use of greedy algorithm knapsack problem
  3. 所属分类:.net编程

    • 发布日期:2013-06-23
    • 文件大小:146.2kb
    • 提供者:hilings
  1. WebMining-HAC

    0下载:
  2. I ve developed a program which discribes HAC (Hierachical Agglomerative Clustering) algorithm.
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:364.79kb
    • 提供者:DungDX
  1. aesCPP

    0下载:
  2. AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:3.29kb
    • 提供者:owen
  1. A_new_Gene957236182002

    0下载:
  2. based on genetic algorithm
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:10.94kb
    • 提供者:saurabh
  1. sishewuru

    0下载:
  2. 可以精确到小数点后两位的算法 四舍五入的方法-Can be accurate to two decimal places rounding algorithm approach
  3. 所属分类:.net

    • 发布日期:2017-04-26
    • 文件大小:9.2kb
    • 提供者:zhang
  1. clustering

    0下载:
  2. bellman ford algorithm implemented in C#.NET
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:793.68kb
    • 提供者:piyu
  1. select

    0下载:
  2. 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-
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:31.82kb
    • 提供者:Lemor
  1. FLOODING

    0下载:
  2. C code of flooding source algorithm using omnet++ 4.0
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:43.61kb
    • 提供者:chris kasta
  1. least-squares-algorithm

    0下载:
  2. 最小二乘算法的充分展示,过程层次分明,可用于数值分析-Demonstrating least squares algorithm, structured process can be used for numerical analysis
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:255.92kb
    • 提供者:liuqijun
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com