资源列表
my_fsm_vhdl
- How to infer a finite state machine for fpga altera xilinx
sctp-1-2K-s1p101
- It s tcl file for ns2 in wireless MANET
FileCopying
- unit copyprg interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Gauges -unit copyprg interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdC
shengchengEXE
- 在文件中生成应用程序或其他文件的VB源代码-In the document generation applications or other documents of VB source code
zuidayouxianshu
- 操作系统实验,编程实现进程的调度,最大优先数的调用-Operating system, experiment, programming process, scheduling, the largest number of calls of priority
wimax_ss_gen_n
- omnet++的wimax信号发生源代码-omnet++ The source code for wimax signal
1820cewen
- ds18b20测温代码 单总线串联一个1820进行温度检测与现实-ds18b20 temperature code 1820 for a single bus in series with the reality of the temperature detection
Main
- Code of threads and also its header file
nuttall_harmonic
- nuttall窗三谱线插值电力谐波分析程序,可随意更换信号参数-Nuttall window Interpolated power harmonic analysis program can easily replace the signal parameters
Read-style-profile
- 读取风格配置文件,配置文件风格说明: (1) 自动忽略掉每行开头的空格 (2) 以 # 开头的行是注释行 (3) 不能以 = 开头 (4) 支持行末注释-Read style configuration files, configuration files, style Descr iption: (1) Automatic ignored at the beginning of each line spaces (2) beginning with# are commen
ch1
- 实现一个可编程表达式的计算器,并判断输入的表达式是否正确。-Expression of the realization of a programmable calculator, and determine the expression entered is correct.
2
- 1. 实现顺序栈的基本操作(初始化、判断栈空、判断栈满、入栈、出栈)。 1) 从键盘输入一系列整数,当输入值为0时,停止输入,产生顺序栈。 2) 实现入栈操作,输入需入栈的值,如入栈成功,显示“入栈成功!”,否则显示“入栈失败!”并说明失败原因。 3) 实现出栈操作,如出栈成功,显示“出栈成功!”,否则显示“出栈失败!”并说明失败原因。 4) 顺序栈中元素依次出栈,并显示 。 2. 实现循环队列的基本操作(初始化、判断队空、判断队满、入队、出队)。 1) 从键盘输入一