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

搜索资源列表

  1. zuigansuanfa

    0下载:
  2. 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. Haskell,纯正的函数式程序设计语言。特别是利用很简单的叙述就可以完成[链表]、[矩阵]等数据结构。压缩包里有10几个例程 -Haskell, single-function programming language. In particular the use of very simple descr iption can be completed [List], [Matrix] data structure. 10 compression bag several routines
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17864
    • 提供者:鲍军波
  1. 54154156489

    0下载:
  2. #define MSGHEADER \"MICROCALC - A Turbo C Demonstration Program\" #define MSGKEYPRESS \"Press any key to continue.\" #define MSGCOMMAND \"Press / for the list of commands\" #define MSGMEMORY \"Memory Available:\" #define MSGERROR \"ERROR\"
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2508
    • 提供者:狐狸
  1. 20036127002

    0下载:
  2. 反密法在数值计算中的地位就不用我来一一列举了,此程序就可以轻易的使其实现。-anti-secret numerical calculation method in the position I would not have to list them one by one, this procedure can easily achieve it.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1324
    • 提供者:tuilip
  1. 44fe979b4813b

    0下载:
  2. 数值分析中的欧拉算法 本文建立在數值分析的理論基礎上,能夠在Matlab環境中運\行,給出了理論分析、程序清單以及計算結果。更重要的是,還有詳細的對算法的框圖說明。首先運\用Romberg積分方法對給出定積分進行積分,然後對得到的結果用插值方法,分別求出Lagrange插值多項式和Newton插值多項式,再運\用最小二乘法的思想求出擬合多項式,最後對這些不同類型多項式進行比較,找出它們各自的優劣。 -numerical analysis of Euler algorithm is base
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:87890
    • 提供者:向勇
  1. yue

    0下载:
  2. 约瑟夫算法 实现报到规定数值的人退出链表-report provides numerical withdraw from the List
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1470
    • 提供者:fly
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3258
    • 提供者:李士
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:667609
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:845944
    • 提供者:shshlzh
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. ponominal

    0下载:
  2. 通过链表实现多项式得加法。。思想是3层循环建立一单向循环链表,实现循环相加-Through the list to achieve a polynomial adder. . 3 layer idea is to establish a one-way circle circle list, add up to realize the cycle
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1978
    • 提供者:pu
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. jiandanjisuanqi.bdsproj

    0下载:
  2. 标准型和科学型。 标准型带有足够让你用手指来操作的按钮,数字大而清晰并能够满足你基本的计算,标准模式支持显示12位数字,足够可以使用手指按键,算术操作、平方根。 科学型带有所有普通的函数,所有的函数都分布在键盘上一致于你可以不用通过菜单列表来使用它们。科学型支持显示24位数字,支持运算优先选择模式、进制转换功能、标准数学函数、百分比计算、方根计算等等功能。 -Standards-based and science-based. Standard type with your fingers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:177098
    • 提供者:xiaoqiu
  1. New1

    0下载:
  2. splitting of linked list
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2096
    • 提供者:aakanksha89
  1. hashing__

    0下载:
  2. program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7012
    • 提供者:Abhiram
  1. ExperimentsOfParallelAlgorithms

    1下载:
  2. 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:1150777
    • 提供者:绿城苍狼
  1. quicksort

    0下载:
  2. algorithm to sort the list of elements using quick sort
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:571
    • 提供者:bhupathi
  1. Large-Int-Multi(list)

    0下载:
  2. 大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4975200
    • 提供者:czy
  1. Link-list-add

    0下载:
  2. 用单链表实现两个大整数的相加,输入为两个大整数,输出两个大数的和。-realize the addition of two big numbers with single link list
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:282326
    • 提供者:郭武楠
  1. Singly-linked-list---insert--remove--add--count.r

    0下载:
  2. Singly linked list - insert, remove, add, count
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:15893
    • 提供者:vahit
« 12 3 4 5 »
搜珍网 www.dssz.com