CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - linear

搜索资源列表

  1. 直线检测

    0下载:
  2. 检测一副图象中的直线并把直线描绘出来,用OPENCV编,VC环境下-an image detection of linear and linear painted with OPENCV series, VC environment
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1022byte
    • 提供者:张莉
  1. mydraw1986

    0下载:
  2. 设计一个库,可以在控制台窗口 (1)绘制矩形、直线 (2)绘制矩形或者直线的字符可以更改 (3)从指定的种子点出发用指定的符号填充种子点所在的封闭区域 (4)在指定位置输出字符串 -design of a library that is the console window (1) draw a rectangle, straight (2) mapping of linear or rectangular characters can be altered (3) the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:25.58kb
    • 提供者:叶黎
  1. student-system

    0下载:
  2. 线性表是最常用最简单的一种数据结构。本设计运用线性表实现较为容易,可以实现学生数据的录入、插入、删除、查询、修改、显示操作,至于文件的相关操作,即学生数据保存至文件和载入文件,可以利用C语言中文件操作的相关函数实现。-Linear is the most common form of a simple data structure. The design is more easily achieved using the linear form, students can achieve dat
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:296.8kb
    • 提供者:肖飞
  1. SqList

    1下载:
  2. C语言顺序表程序,包括建立,查找,添加,删除等线性表的基本操作-C language program order list, including the establishment, search, add, delete, the basic operation of the linear list
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:3.06kb
    • 提供者:赵志杰
  1. 2009620150022

    0下载:
  2. 解多元线性回归方程组,工业控制算法.可移植到MFC程序中.-Solution of multiple linear regression equations, industrial control algorithm. Can be transplanted to MFC program.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:15.58kb
    • 提供者:陈书高
  1. Matrix

    0下载:
  2. 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:21.94mb
    • 提供者:d_cloud
  1. VB

    0下载:
  2. VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
  3. 所属分类:Console

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

    0下载:
  2. This a program to solver the coefficient matrix of a linear system- Cramer-This is a program to solver the coefficient matrix of a linear system- Cramer
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1.03kb
    • 提供者:thop
  1. linear_listANDaccessfile

    0下载:
  2. 简单功能,通过线性表结构处理数据,并把数据随时保存到磁盘文件。-Easy functionality, deal with table structure through the linear data and the data saved to disk files at any time.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:212.46kb
    • 提供者:黄华
  1. Gausi

    0下载:
  2. 本程序使用经典数值分析中的高斯消去法解N阶线性方程组-Gaussian elimination method for solving linear equations
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:26.35kb
    • 提供者:bill_chuang
  1. LU

    0下载:
  2. 本程序采用数值分析中经典的LU分解法解线性方程组-This program uses numerical analysis of the classical LU decomposition method for solving linear equations
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:27.39kb
    • 提供者:bill_chuang
  1. MILP

    0下载:
  2. Mixed integer linear programming source code
  3. 所属分类:Console

    • 发布日期:2017-05-26
    • 文件大小:9.1mb
    • 提供者:park sang yoon
  1. main

    0下载:
  2. 实现永磁同步直线电机驱动的高低向伺服控制系统的PID控制-PID Control based on servo system driven by Permanent magnet synchronous linear motor d
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1.38kb
    • 提供者:王刚
  1. cipper

    0下载:
  2. 随机生成判断条件,生成5级线性反馈移位寄存器,并输出五级的序列-Randomly generated to determine the conditions to generate five linear feedback shift register, and outputs a sequence of five
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2.87mb
    • 提供者:王加玉
  1. data-structure-linear-list

    0下载:
  2. a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d.在该线性表中删除或插入指定元素。 实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。 -a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:2kb
    • 提供者:Mr
  1. linear-list

    0下载:
  2. 用c语言写的数据结构中的线性表,在VC6.0编译通过 -linear list(c language)
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:991byte
    • 提供者:Michael
  1. Linear-Probing

    0下载:
  2. ini adalah program Linear Probing
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:34.08kb
    • 提供者:tiwi
  1. Non-linear-filters

    0下载:
  2. Apply non-linear filters(Median, max, min filters).
  3. 所属分类:Console

  1. Chain-store-of-linear-list

    0下载:
  2. 线性表的链式存储,学习如何创建链式存储的线性表-Chain store of linear tables, and learn how to create a chain store.
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:306.63kb
    • 提供者:nixianwei
  1. Linear-prediction

    0下载:
  2. (1)掌握线性预测分析的基本原理。 (2)掌握线性预测误差滤波器参数与语音信号声道模型参数之间的关系。 (3)熟练掌握线性预测分析的自相关方法和Levinson-Durbin递推算法。 (4)熟悉语音信号的LPA谱估计方法-1) master the basic principles of linear predictive analysis. (2) to master the linear prediction error filter parameters and voic
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:1.15mb
    • 提供者:潘多拉
« 12 3 4 »
搜珍网 www.dssz.com