CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - order

搜索资源列表

  1. jaq

    0下载:
  2. /*  本程序实现的功能: 显示系统时间和日期    该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。   主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.61kb
    • 提供者:碧匀天
  1. BICOHERX

    1下载:
  2. 两信号的互相关一致性的分析,很有用处,用在高阶谱方面的-two inter-related signals in the consistency of analysis, useful, the use of higher-order spectrum
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:xjs
  1. BISPECD

    1下载:
  2. 高阶谱估计的函数方程,很有用处,用于检测被高斯信号淹没的信号-higher order spectral estimation function equation, useful for the detection of Gaussian signal was submerged signal
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.56kb
    • 提供者:xjs
  1. BISPECDX

    0下载:
  2. 高阶谱估计的函数方程,很有用处,也是用于检测被高斯信号淹没的信号-higher order spectral estimation function equation, useful, as well as for detecting submerged by the Gaussian signal signal
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.76kb
    • 提供者:xjs
  1. TDE

    1下载:
  2. 用于信号检测方面的,用在高阶谱估计中,很有用的函数-for signal detection, the use of higher-order spectrum estimation, a very useful function
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:xjs
  1. CUM3X

    0下载:
  2. 用于信号的累和方面的,是高阶谱方面的重要函数-signal for the tired and that high-order spectrum is the important function
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.84kb
    • 提供者:xjs
  1. C-Sort

    0下载:
  2. 本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-this document on the order of several ways the advantages and disadvantages. Include direct insertion, Hill, direct choice, Bubble, rapid and heaps of two-way merge, etc. Sort.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:82.47kb
    • 提供者:wyk
  1. insert_line

    0下载:
  2. 这是个在已有队列中插入数据,然后按顺序排列的示例-This is the cohort have been inserting data, and then by order of examples
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:19.07kb
    • 提供者:marina
  1. josep

    0下载:
  2. Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m,从某个指定的第一个人开始,沿环计数,每遇到第m个人就让其出列,且计数继续进行下去。这个过程一直到所有的人都出列为止。最后出列都优胜者。每个人出列的次序定义了整数1,2,...,n的一个排列。这个排列称为一个(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4.对于给定的1,2,...n中的k个数,Josephus想知道是否存在一个正整数m(n,m)Josephus排列的最后
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:诛仙
  1. Mysplit

    0下载:
  2. 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:201.26kb
    • 提供者:蒋建军
  1. matrix_mul

    0下载:
  2. 本程序对输入的矩阵选择最优相乘次序,并以此次序显示矩阵相乘的过程,输出所需相乘的次数-procedures for the importation of matrix multiplication order to choose optimal, and this order shows that the process of matrix multiplication. Output multiplication of the number required
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:13.95kb
    • 提供者:lisalee
  1. commodity

    0下载:
  2. 此部分的源程序可使用Jdk1.3以上的任何版本编译和运行,命令运行商品库存管理系统 的命令格式为:java chapter1. MainFrame。-this part of the source can be used over any Jdk1.3 version compile and run Operation order merchandise inventory management system for the command format : java chapter1. M
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6.82kb
    • 提供者:一凡
  1. yijie

    0下载:
  2. 一阶微分算法,用于边缘提取-an order differential algorithm for edge detection
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4.98kb
    • 提供者:张毅
  1. sample3

    0下载:
  2. 用CVI开发的滤波程序,通过设置滤波器类型,采样频率,截止频率,衰减系数,滤波器的阶次,纹波系数来设计滤波器。-CVI development of the filtering process, through the establishment of filter types, sampling frequency, cutoff frequency, attenuation coefficient, Filter Order, Ripple to design the filter coef
  3. 所属分类:书籍源码

    • 发布日期:2014-01-15
    • 文件大小:5.57kb
    • 提供者:张力
  1. modelsim库编译包会教程

    0下载:
  2. 对modelsim中的vhdl和verilog库进行编译的教程和实施命令-right modelsim of VHDL and Verilog library compiler implementation of the curriculum and order
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6.54kb
    • 提供者:张武
  1. 线性表的应用——仓库管理

    0下载:
  2. 1) 问题描述:建立一个仓库管理程序,可以按顺序和货物名称查询仓库存储情况,也可以增加或删除货物以及建立新的仓库存储系统。-a) Descr iption of the issue : the establishment of a warehouse management procedures, in accordance with the order for goods and warehouse storage, can also add or remove the goods and th
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:KAKA
  1. Tod

    0下载:
  2. 非线性光纤光学中用来仿真二阶色散、三阶色散以及SPM的程序,对刚开始进行科研的人有很大帮助。-Fiber optics used for simulation of nonlinear second-order dispersion, third-order dispersion and SPM process right to conduct scientific research in the beginning there is a great help.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:809byte
    • 提供者:gulingling
  1. the-Definition-of-Order-List

    0下载:
  2. 设有两个整数类型的顺序表A(有m个元素)和B(有n个元素),其元素均从小到大排列。试编写一个函数,将这两个顺序表合并成一个顺序表C,要求C的元素也从小到大排列。-Sequence table has two integer type A (m elements) and B (n elements), whose elements are in ascending order. Try to write a function that the two order tables into a se
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:1.81kb
    • 提供者:chentao
  1. High-order-sliding-mode

    1下载:
  2. 高超的高阶滑模控制,来源于法国人在某杂志发表的文章-High order sliding mode control for HSV
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:16.84kb
    • 提供者:makie
  1. Fractional Order Chaotic Systems

    2下载:
  2. 学习分数阶混沌系统同步的一本好书,例子详细,并附有代码,简单易学。(Synchronization of Integral and Fractional Order Chaotic Systems)
  3. 所属分类:书籍源码

    • 发布日期:2020-09-07
    • 文件大小:11.61mb
    • 提供者:Paul Yang
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com