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

搜索资源列表

  1. PSO-algorithm-

    0下载:
  2. 这个程序就是最基本的粒子群优化算法程序,用Matlab实现。优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。-This program is the most basic particle swarm optimization procedures, using Matlab to achieve. Optimizing the function with the form of m documents on fitness.m
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1280
    • 提供者:yu
  1. C

    0下载:
  2. C语言队列问题,详细的实现了队列的先进先出的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C language queue problem, detailed implements the functionality of the fifo queue, and the function of the input file, delete the file content function, through singly link
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:830
    • 提供者:wesai
  1. C

    0下载:
  2. C语言二叉树问题,详细的实现了二叉树的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C binary tree, the function of the detailed implementation of a red-black tree, and the function of the input file, delete the file content function, through singly linked lis
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1128
    • 提供者:wesai
  1. C

    0下载:
  2. C语言图遍历的问题,详细的实现了图遍历的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C graph traversal problem, detailed the realization of the function of graph traversal, and the function of the input file, delete the file content function, through singly l
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1029
    • 提供者:wesai
  1. avl

    0下载:
  2. 一套持久化平衡树,可用于代替sgiSTL中的rope,且功能更加强大(略作修改可实现持久化动态树)使用GNUC++标准(在OI前辈fanhq指导下完成)文件内自带使用方法样例-A persistent balanced BST, can be used instead of rope in sgiSTL, and more powerful (slightly modified to achieve lasting dynamic tree) (OI seniors fanhq complete
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1205
    • 提供者:laoyumi
  1. myyiqun

    1下载:
  2. 蚁群算法优化PID参数,运行myyiqun.m文件,修改数学模型在TEST文件中-Ant colony optimization algorithm PID parameters, run myyiqun.m file, modify the mathematical model TEST file
  3. 所属分类:matlab

    • 发布日期:2015-09-26
    • 文件大小:9216
    • 提供者:李峰
  1. yichuan

    2下载:
  2. 使用遗传算法优化PID参数,运行yichuan.m文件,修改模型在test文件中-PID parameter optimization using genetic algorithms, run yichuan.m file, modify the model in the test file
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:8802
    • 提供者:李峰
  1. 3SAT(SA)

    0下载:
  2. 使用模拟退火算法(SA)解决3-SAT问题,程序中有详细注释,采用文件方式输入输出,数据规模可在程序中修改。-Using simulated annealing algorithm (SA) to solve the 3-SAT problem, the program has detailed notes, the use of input and output files, data scale can be modified in the program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:sjj
  1. jpg2hex

    0下载:
  2. 此程序可将一个jpg文件转换成十六进制hex文件,数组格式为N行2列。如需其他格式,对矩阵A修改即可。-This matlab program can convert jpg file to hex file directly.The hex matrix is N row 2 column.If you need other sharp, resharp the matrix A.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:15935
    • 提供者:潘继汉
  1. zhuchengxu

    1下载:
  2. 此文件很棒的,通过修改动力仿真软件advisor模型数据来来实现对传动系统参数的优化,可以配合相应的算法程序,如退火法,粒子群,遗传等-matlab assist parameter optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1055
    • 提供者:王刚
  1. gaidaxiaoxie

    0下载:
  2. 由于matlab高低版本的不同,M文件的格式有的时候是.M有的时候是.m 这时候可以批次的修改为需要的的大写或者小写。-The capital letters exchange in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:630
    • 提供者:王刚
  1. Genetic-Algorithm

    0下载:
  2. 好用的遗传算法,可以运行。内涵三个文件。请按照原有程序内容根据需要自行编码,修改保优函数-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1531
    • 提供者:
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:258048
    • 提供者:宋骏霖
  1. libsvm-master

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:633620
    • 提供者:郭坦
  1. PBC-0.4.7-vc-c

    1下载:
  2. 刚刚修改成功的在VC6.0下的可用整套源码,注意解压后要打开PBCVC文件夹下的PBCVC.dsw工作区运行,可以分别将example文件夹下的例子分别放入该工作区,但要删除原工作区的testpairing.c文件,因为testpairing.c本身就是一个带有main函数的可用实例-Just changed successfully in VC6.0 source package available, pay attention to open the unzipped folder PBCV
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5416471
    • 提供者:
  1. gridedit

    0下载:
  2. 在matlab环境下对grid文件进行可视化修改,方便灵活。-In the matlab environment to visualize modified grid files, convenient and flexible.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5970
    • 提供者:guchao
  1. masumhabib-PlotPub-v2.0-0-ga20f8be

    0下载:
  2. PlotPub是一个自由和开放源码MATLAB库创建美丽、出版质量图立即从MATLAB生成或保存MATLAB图文件的数字。此库提供了一个简单的和简单的方法来修改几乎所有方面的一个MATLAB的数字。它可以出口的数字EPS、PDF、JPEG、PNG、TIFF可调的决议。PlotPub中的默认设置可以产生体面,出版准备开箱图。-PlotPub is a free and open source MATLAB library for creating beautiful, publication qu
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1886838
    • 提供者:LJ
  1. mywavelete_new

    0下载:
  2. 读取两个文件夹中对应的图像,将两幅图像进行小波分解,修改小波系数将两幅图像的小波系数进行融合,融合后进行反变换,得到小波分解融合后的图像。-Read the two folders corresponding image, two images using wavelet decomposition, wavelet coefficients modified wavelet coefficients of the two images are fused fusion inverse tran
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1203
    • 提供者:zhengjunjie
  1. xyz_116_t

    3下载:
  2. 该文件程序可用于任意螺旋锥齿轮加工参数的齿面数据点的输出,可直接修改参数,得出对应的齿轮齿面,为齿轮的建模和TCA提供一定的基础。-The output of the file that can be used for any machining parameters of spiral bevel gear tooth surface data points, you can directly modify the parameters derived corresponding gear t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1531
    • 提供者:DHAN
  1. kexi5

    0下载:
  2. 绘制地震反应谱,根据需要修改阻尼比、步长、地震动时程(dat文件)即可-to draw sesmic response spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:751
    • 提供者:dawnnao
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com