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

搜索资源列表

  1. count1

    0下载:
  2. C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.03kb
    • 提供者:夏辉达
  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
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3.07kb
    • 提供者:lxq
  1. 2009122

    0下载:
  2. 想加密自己的软件,看过一些软件的作法,思路如下: 1、用户安装后,得出本机的机器码(硬盘的序列号,不想用网卡,因为很多机器没有网 卡)。生成机器码代码 2、用户将该机器码EMAIL给我,我用该机器码生成一个注册码,发送给用户。注册码生成 代码 3、用户在程序中输入该注册码,程序逆算该注册码,与机器码核对,查看是否相符。注册 码逆算、核对代码, 4、如果用户安装后没有得到注册码,在N天后部分功能不可用。不要太容易被改(虽然说 安装后也只有少部份功能能用)。时限功能代
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:11.44kb
    • 提供者:华仔
  1. Linear_least_squares_fitting_procedure

    0下载:
  2. 最小二乘法的拟合直线的C++源代码,供参考。-Least squares method of fitting a straight line of C++ source code for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924byte
    • 提供者:聂鑫鑫
  1. Introduction_to_Algorithm

    0下载:
  2. 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14.49kb
    • 提供者:xichen
  1. IntersectionPointOfTwoLines

    0下载:
  2. 该代码绝对本人原创,可根据两打直线的四个端点坐标求解交点,并判断交点为实交点或虚交点,若两直线重合或平行,则返回值为FALSE: 以下代码为求交点的函数,使用方法: rtn=InterPointTwoLine(直线A起点X,直线A起点Y,直线A终点X,直线A终点Y, 直线B起点X,直线B起点Y,直线B终点X,直线B终点Y, 返回的交点X,返回的交点Y,交点类型) 有交点时该函数返回值为True,平行或重合时返回False 最后一个参数(Inter_Type)是
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7.63kb
    • 提供者:覃东
  1. voronoi

    0下载:
  2. 这个是Voronoi生成的代码, 理论基础是扫描线法,具体可以再google上搜索Sweep line method.-include the head file and source code for generating the Voronoi diagram, which is based on the Sweep line algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5.77kb
    • 提供者:Stone
  1. Liang-Barsky

    0下载:
  2. C++ code. Realization (with Glut) of the Liang-Barsky algorithm for line clipping.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:5.85kb
    • 提供者:bob stan
  1. Bresenham

    0下载:
  2. C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:5.25kb
    • 提供者:bob stan
  1. NR_C210_win

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,代码大全。这个在官方网站上是收费的。此版本是Windows版本V2.10版,还有其他版本,待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included in a user s own programs. The code, incl
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.05mb
    • 提供者:王磊
  1. numerical_recipes_V2.08

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.08版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:872.6kb
    • 提供者:王磊
  1. numerical_recipes_V2.06b

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.06b版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be include
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:872.78kb
    • 提供者:王磊
  1. numerical_recipes_V2.02

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.02版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:735.22kb
    • 提供者:王磊
  1. numerical_recipes_V2.08h(windows)

    0下载:
  2. 《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Windows版本V2.08h版,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included in a user s own
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:542.42kb
    • 提供者:王磊
  1. LineTrackingwithKalmanfilter

    0下载:
  2. Line Tracking code with Kalman filter algorithm in C-Line Tracking code with Kalman filter algorithm in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:6.95mb
    • 提供者:JinaYu
  1. FEM1D

    0下载:
  2. 一维杆元有限单元代码。很简单,很基础的代码,为初学者保驾护航。-One-dimensional line element finite element code. Very simple and very basic code for beginners escort.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2.04kb
    • 提供者:zstqq
  1. jisuanqi

    0下载:
  2. C#源码 双行显示 简易计算器 供大家参考-C# source code line shows the simple calculators for your reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:56.27kb
    • 提供者:张晶晶
  1. fitting-code

    0下载:
  2. vb6.0编写的最小二乘法直线拟合、二次曲面拟合程序,线性方程组采用列主元高斯消去法。-vb6.0 prepared by the method of least squares fitting a straight line, the quadratic surface fitting procedure, linear equations using Gaussian elimination main-element.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:14.21kb
    • 提供者:xft
  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40kb
    • 提供者:Xs_55555
« 12 3 »
搜珍网 www.dssz.com