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

搜索资源列表

  1. 停车场

    0下载:
  2. 我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8860
    • 提供者:胡小勇
  1. 24_point

    0下载:
  2. 本人自已寫的一個24點的計算器 希望大家多多的幫我改正。 有什麽更好的算法,還請指點!-my own writing of a 24 point calculator hope you can help me a lot of corrections. What better algorithm, also requested guidance!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12131
    • 提供者:王者
  1. rprod02

    0下载:
  2. 这是我上传的第5个文件,是用于建模方面的,很有用,所上传的5个程序文件要协同工作才行-This is my uploads section 5, for modeling, very useful, by the five upload files to work together Caixing
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2262
    • 提供者:小伟
  1. MATLAB3

    0下载:
  2. 还是工具箱 希望能够给大家提供帮助 呵呵 也希望站长批准我成为你们的会员 -This is the toolbox. Hope it can be helpful. Hope administrator can approve my willingness to be the member. Thanks.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:109134
    • 提供者:刘楠
  1. myKalman

    0下载:
  2. 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。-Source code of kalman filter using matlab. function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) This is made by me for my course design。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1229
    • 提供者:王卫
  1. fitellipse

    1下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:王流
  1. 双向链表

    0下载:
  2. 这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-This my learning algorithm and data structure of the time series of the two-way linked list, the operation of the learning algorithm and data structure of friends to help! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11233
    • 提供者:阿的
  1. 队列操作

    0下载:
  2. 这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:阿的
  1. 遗传算法wendang

    0下载:
  2. 这是我收藏的遗传算法的文章,里面详细介绍了各种遗传算法。-This is my collection of genetic algorithm article containing details of the genetic algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2590588
    • 提供者:
  1. dashujiecheng

    0下载:
  2. 该源代码利用计算机模拟乘法竖式 计算阶乘 将每位数子保存在用new分配的一长字符数组里 在本人的机子上可计算30000!的精确值 用时近60秒-the source code used a computer simulation multiplication calculation factorial shaft will be preserved for each digit used in the distribution of a new long arrays of characte
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3496
    • 提供者:杨浩
  1. 孟庆洋 分治

    0下载:
  2. 是著名的骑士巡游问题的改进,采用了分治策略,同样也是我的个人作品,向往大家给予批评指正-Cleveland is the famous parade of improvement, adopted a divide and conquer strategy, but it's also my personal work, and yearning for everyone criticized correction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5697
    • 提供者:孟庆洋
  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. tspwithKL

    0下载:
  2. this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this tar also include some testfiles and config file and a readme which describes how to run this program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10020
    • 提供者:原代码
  1. 四级上机_30

    0下载:
  2. 全国计算机等级考试四级上机的部分练习题,配有我自己写的算法,算法说明和输入输出文件,使实验起来更容易。算法比较简洁易懂,大概有三十题左右(已经去掉了重复和类似的),对考四级的朋友和正在学习C的朋友会有帮助的-National Computer Rank Examination four aircraft on the part Exercises, equipped with my own writing algorithm, the algorithm descr iption and inp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10515
    • 提供者:沈毅
  1. homework.m

    0下载:
  2. 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5378
    • 提供者:李文化
  1. my

    0下载:
  2. 实现图像压缩功能。这个程序是从网上下载来的,但是有很多错误,我调试了,已经通过编译,可直接编译运行。-Achieve image compression. This procedure is to download from the Internet, but there is a lot of mistakes, my debugging, and has been through the compiler, the compiler can be run directly.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:9932418
    • 提供者:宋庆席
  1. my

    0下载:
  2. my matlab image enhanchment code
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:209507
    • 提供者:fat
  1. my-library

    1下载:
  2. 图书管理系统java web 作业 东北大学 软件学院-my library system java web
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:196515
    • 提供者:一一
  1. GA-to-train-my-neural-network

    0下载:
  2. GA to train my neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3985
    • 提供者:ali
  1. My-guidance-law-3

    0下载:
  2. 这是我的一种新型的制导律,给大家分享,希望大家一起学习,一起进步,这是一个导引律,请仔细看看,-This is my a new guidance law, to share, hope everybody study together, progress together, this is a guidance law, please take a closer look at, thank you
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:17174
    • 提供者:川野
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com