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

资源列表

« 1 2 ... .12 .13 .14 .15 .16 26517.18 .19 .20 .21 .22 ... 28275 »
  1. overview--of-tne-HEVC-standard

    0下载:
  2. 新的图像压缩算法HEVCoverview of tne HEVC standardoverview of tne HEVC standard-overview of tne HEVC standard
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2592430
    • 提供者:wangchao
  1. SPHYSICS_3D_v2.2.003

    2下载:
  2. SPHysics是光滑粒子流体动力学的平台(SPH)由莫纳汉(1992)的制定灵感代码的研究人员在美国约翰霍普金斯大学(美国)联合开发,维哥曼彻斯特大学(英国)大学(西班牙),以及罗马萨皮恩扎大学(意大利)。发展了数年,主要以研究自由表面流的现象,其中欧拉方法可能难以适用,如波,对海上构筑物损坏断裂的影响。我们很高兴地宣布,有3个可用的代码:代码功能,而未来的版本可以在(未来发展及发行版)中找到。-SPHysics is a platform of Smoothed Particle Hydro
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2592577
    • 提供者:李成
  1. machine_learning_python-master

    1下载:
  2. 通过阅读网上的资料代码,进行自我加工,努力实现常用的机器学习算法。感知机的基本形式和对偶形式的实现 Kmeans和Kmeans++的实现 EM GMM高斯混合和GMM+LASSO的实现 实现朴素贝叶斯的基本算法和高斯混合朴素贝叶斯算法 实现决策树的基本算法 实现adaboost基本算法 实现svm基本算法 实现逻辑回归基本算法(By reading the data codes on the Internet, we can process oursel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-05-08
    • 文件大小:2592768
    • 提供者:似水流年19
  1. Digital-audio-processing-and-MATLAB-

    0下载:
  2. 数字语音处理及MATLAB仿真[张雪英][程序源代码]Matlab设计滤波器示例-Digital audio processing and MATLAB simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2592791
    • 提供者:肖建平
  1. FLUENT-secondary-development

    1下载:
  2. 利用FLUENT二次开发(UDF)辅助科学计算-Secondary development using FLUENT (UDF) supporting scientific computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2592869
    • 提供者:sara
  1. parallel-SPH-0.1.tar

    3下载:
  2. 光滑质点无网格法SPH并行计算程序,一种新型算法-Smooth particle meshless method SPH parallel computing procedures, a new type of algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-12-22
    • 文件大小:2592872
    • 提供者:jimcqcu
  1. 666

    0下载:
  2. 人脸检测程序,采用贝叶斯判别进行的人脸检测,有测试例子-Face detection program, using Bayes discriminant for face detection, there are test cases
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-12
    • 文件大小:2592982
    • 提供者:徐慧
  1. simulannealbnd.rar

    1下载:
  2. 描述基于matlab环境的模拟退火算法的原理、应用和实例的好书,Descr iption based on matlab, the principle of the simulated annealing algorithm is applied and examples of good books
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-04
    • 文件大小:2593022
    • 提供者:董阳
  1. CSR_IR

    0下载:
  2. CSR模型图像复原,近期较为新颖的图像复原方法,效果更好。-The CSR model of image restoration, recently a novel method for image restoration, the better.
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2593068
    • 提供者:孙芮
  1. mima

    0下载:
  2. 功能:当使用机子的人离开电脑后,可以根据提示输入密码,锁定本机,进入时输入密码-Function: When the person using the machine to leave the computer, can prompt for a password, lock the machine, the time of entry to enter a password
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2593318
    • 提供者:郑奇峰
  1. Interview

    0下载:
  2. Interview题目是对n个数据进行排序再输出。利用循环链表可以方便的进行m次后移,并且利于倒序输出。构建结构体struct in,结构体中有每个面试者的编号no,和指向下一个结构体的指针。-Interview data subject is a sort of n and then output. Use circular list can easily be moved after m times, and is conducive to reverse output. Construct
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2593624
    • 提供者:荣良子
  1. lab4_2

    0下载:
  2. 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2593792
    • 提供者:梁思
« 1 2 ... .12 .13 .14 .15 .16 26517.18 .19 .20 .21 .22 ... 28275 »
搜珍网 www.dssz.com