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

资源列表

« 1 2 ... .10 .11 .12 .13 .14 28115.16 .17 .18 .19 .20 ... 28276 »
  1. fitcurve

    0下载:
  2. 二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数 -Using two multiplication fit the curves//X,Y the site of two axial x,y//M the number of outcome variable//N the number of samples//A the parameter of outcome
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.36kb
    • 提供者:qiao
  1. vb_bezierfit

    0下载:
  2. 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:qiao
  1. hilbert

    0下载:
  2. 这个是Hilbert曲线的实现算法,可以具体演示出每级曲线的绘制过程,最多可实现8级曲线的绘制.-Hilbert Curve is the realization of the algorithm can be demonstrated that each specific grade curve of the process of drawing up to achieve eight curve drawing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.23kb
    • 提供者:慕容楚冰
  1. MakeTwoBarCode

    0下载:
  2. 教你如何制作PDF417、QRCode二维条码,如何进行图像压缩,提供免费的DLL,有打印复制设置样本,是你制作与应用二维条码的必备案例-show you how to make pdf417,ORCode 2d bar code,how to compress image,provid free dll, it has print and copy setting sample,it is necessary for you to make and apply 2d bar code.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:125.78kb
    • 提供者:何红军
  1. mimp

    0下载:
  2. 求解对角线元素很小的矩阵的逆矩阵,避免一般求逆的溢出问题,用Fortran编写-small diagonal elements of the matrix inverse matrix inversion generally avoid the overflow problems, Fortran prepared
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:杨天笑
  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37.56kb
    • 提供者:毅君
  1. 先序线索化以及遍历

    0下载:
  2. 该程序提供对需要进行遍历的树的自定义输入,并可以在对树进行先序线索化之后遍历该树。-the procedures needed to traverse the tree from the definition of import, and to be right tree for first sequence of clues after traversal of the tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.26kb
    • 提供者:朱青
  1. matlab仿真_理发店排队模拟

    1下载:
  2. 我们暑假数学建模过程中编写的理发店模拟系统,采用gui界面。-summer mathematical modeling process of the preparation of the barber shop simulation system using gui interface.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4.26kb
    • 提供者:文子
  1. 排序算法演示

    0下载:
  2. 各种常用的排序算法的演示程序, 以顺序表作为存储结构~~~~ 欢迎大家指正-A demo for different sort arithmetic,use qlist as store type. welcome ues and question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.12kb
    • 提供者:*
  1. 字符频率统计

    0下载:
  2. 字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.83kb
    • 提供者:*
  1. LMS by adian try

    1下载:
  2. 本程序用matlab工具编程,采用lms算法实现信道估计.其中信源是+-1二值随机码,信道为多径(3路径)信道.-the procedures used Matlab programming tools using LMS algorithm channel estimation. Which source is -1 two random codes, channel more Drive (Route 3) channel.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:839byte
    • 提供者:樊点桦
  1. MAT_demo

    0下载:
  2. visual c++ 和 matlab 混合编程的例子-visual c and Matlab programming examples of mixed
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:27.29kb
    • 提供者:陈茜
« 1 2 ... .10 .11 .12 .13 .14 28115.16 .17 .18 .19 .20 ... 28276 »
搜珍网 www.dssz.com