搜索资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
BICOHERX
- 两信号的互相关一致性的分析,很有用处,用在高阶谱方面的-two inter-related signals in the consistency of analysis, useful, the use of higher-order spectrum
BISPECD
- 高阶谱估计的函数方程,很有用处,用于检测被高斯信号淹没的信号-higher order spectral estimation function equation, useful for the detection of Gaussian signal was submerged signal
BISPECDX
- 高阶谱估计的函数方程,很有用处,也是用于检测被高斯信号淹没的信号-higher order spectral estimation function equation, useful, as well as for detecting submerged by the Gaussian signal signal
TDE
- 用于信号检测方面的,用在高阶谱估计中,很有用的函数-for signal detection, the use of higher-order spectrum estimation, a very useful function
CUM3X
- 用于信号的累和方面的,是高阶谱方面的重要函数-signal for the tired and that high-order spectrum is the important function
C-Sort
- 本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-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.
insert_line
- 这是个在已有队列中插入数据,然后按顺序排列的示例-This is the cohort have been inserting data, and then by order of examples
josep
- 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排列的最后
Mysplit
- 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
matrix_mul
- 本程序对输入的矩阵选择最优相乘次序,并以此次序显示矩阵相乘的过程,输出所需相乘的次数-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
commodity
- 此部分的源程序可使用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
yijie
- 一阶微分算法,用于边缘提取-an order differential algorithm for edge detection
sample3
- 用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
modelsim库编译包会教程
- 对modelsim中的vhdl和verilog库进行编译的教程和实施命令-right modelsim of VHDL and Verilog library compiler implementation of the curriculum and order
线性表的应用——仓库管理
- 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
Tod
- 非线性光纤光学中用来仿真二阶色散、三阶色散以及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.
the-Definition-of-Order-List
- 设有两个整数类型的顺序表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
High-order-sliding-mode
- 高超的高阶滑模控制,来源于法国人在某杂志发表的文章-High order sliding mode control for HSV
Fractional Order Chaotic Systems
- 学习分数阶混沌系统同步的一本好书,例子详细,并附有代码,简单易学。(Synchronization of Integral and Fractional Order Chaotic Systems)