CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 -

搜索资源列表

  1. nodeDispcutBatchRt

    1下载:
  2. ABAQUS中节点各属性显示的fortran代码,可以修改内部显示参数-Fortran code ABAQUS in the node properties displayed, you can modify the display parameters within
  3. 所属分类:Data structs

    • 发布日期:2015-06-05
    • 文件大小:1024
    • 提供者:许荣
  1. sort_python_120521

    0下载:
  2. 人工智能通用算法,数据挖掘中常见算法。数据挖掘中常见算法-Artificial intelligence, general-purpose algorithm, data mining, a common algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-13
    • 文件大小:21471184
    • 提供者:wy
  1. transfer.py.tar

    0下载:
  2. 通过Unicode内码值计算,将中文全角标点符号转换为中文半角标点符号的Python脚本,可用于统一语料中的标点符号全半角。-Code value in Unicode within the Chinese full-width punctuation into Chinese half-width punctuation Python scr ipt can be used for the width of a unified corpus of punctuation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:557
    • 提供者:滑车
  1. SM3

    1下载:
  2. python编写SM3密码杂凑算法,测试字符串abc, abcd*16-written in python SM3 password hash algorithm, the test string abc, abcd.* 16
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1312
    • 提供者:必须
  1. algoritmo-gneetico

    0下载:
  2. A simple algorithm wich finds the max value of an equation using genetic programming algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1538
    • 提供者:fraztto
  1. SheikhIP

    0下载:
  2. Image processing functions: Gamma correction Contrast stretching histogram equalization
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:1214
    • 提供者:sheikh
  1. DecisionTree

    1下载:
  2. CART决策树 python 代码,思想来自Programming Collective Intelligence。未剪枝。数据来自the census bureau database。-CART decision tree python code, thoughts from Programming Collective Intelligence. Not pruning. The data from the census bureau database.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:634880
    • 提供者:范深
  1. Bloomfilter

    0下载:
  2. 一个基于APHash方法设计的Bloomfilter 构造需要提供参数:size(字符串总数)-The design based on APHash method Bloomfilter. Construct parameter: size (total number of strings)
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:755
    • 提供者:刘天元
  1. fun

    0下载:
  2. 1-20中所有和为20的组合,递归实现.-1-20 and 20 in combination, the recursive implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:11685
    • 提供者:梁贻
  1. polynomial

    0下载:
  2. 多项式的乘法的类,含有自测main函数。-Polynomial multiplication of the class, containing a self-test function main.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:741
    • 提供者:lishuai
  1. EvalTool

    0下载:
  2. 这是一个生成词的模式匹配与检验代码,python的效率很高,很适合编写这样的程序-This is a generation word pattern matching and inspection code, the python efficiency is very high, very suitable for writing this program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:1439
    • 提供者:斡旋
  1. Particle-swarm-algorithm

    0下载:
  2. 用python语言实现粒子群算法,此处用来求解几道非线性式子-Particle swarm algorithm, python language, here used to solve several nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1424
    • 提供者:李欣怡
  1. xmsc

    0下载:
  2. 能够生成五百多个不同的姓名。本源码可更改元组。-Able to generate more than five hundred different name. The source code can be changed tuple.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-22
    • 文件大小:515
    • 提供者:张怡秋
  1. group_douban

    0下载:
  2. 对group——user网络计算出group--group网络,边权为group间的overlap-compute a bipartite graph
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:777
    • 提供者:周正
  1. CART

    0下载:
  2. 机器学习-CART决策树代码。使用UCI上面的Adult数据集。-Machine learning- CART decision tree using adult database on UCI.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-07
    • 文件大小:569579
    • 提供者:吴学明
  1. spaun_0

    0下载:
  2. spaun 神经网络人工智能 西班牙科学家设计模拟人脑的人工智能-spaun
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:45182876
    • 提供者:zhuqingfei
  1. AStar-python

    1下载:
  2. python 实现的Astar 算法 。 -the python implementation Astar algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:1571
    • 提供者:付翔
  1. SendOptimal

    0下载:
  2. 一个PYTHON实现的次优顺序查找树的生成,可以作为一个参考。-The PYTHON achieve sub-optimal search tree in order to generate can be used as a reference.
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:704
    • 提供者:ciah275 zhang
  1. DecisionTree

    0下载:
  2. python编写的决策树的代码,主要用于模式识别和机器学习领域,-an example containing the program code for decision tree in python
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:22634
    • 提供者:change
  1. Binomial_Tree

    0下载:
  2. Using wxpython to interface thecalculation of binomial tree of an american or European call/put options with different user-specified parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:13696
    • 提供者:Max
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com