资源列表
cipher
- 该程序将键盘输入的字符串与机内设定的字符串比较,若相同,则显示“OK”,否则显示“illegal user” 程序中有详细注释。
FFT
- fft快速傅立葉轉換-FFT
key
- 调速流水灯程序,C语言,源码,一个很小很简单的程序-Light Speed program flow, C language, source code, a very small and very simple program
4g
- Assembly source code access to 4GB memory address for DOS-4G memory access assembly source code
SeqStack
- 建立一个空栈,对已建立的栈进行插入、删除、取栈顶元素等基本操作. -Create an empty stack, the stack has been established to insert, delete, take the top element, and other basic operations.
cSharpchuxuchengxu
- 假设你是一家银行的工作人员。要求你为帐户的类型定义对象。这些帐户是活期帐户(CheckingAccount)和储蓄存款帐户(SavingsAccount)。活期帐户具有以下特征:帐户持有者的名字只能在创建帐户时指定;初始金额必须在帐户创建时指定;帐户创建时必须分配帐户号。活期帐户的帐户号范围是从1000到4999,每个帐户必须具有唯一的帐户号。(不必检查帐户号的正确性)。活期帐户持有者能够:往帐户中加钱;如果帐户里资金充足,可以从中取钱。 储蓄存款帐户具有以下特征:帐户持有者的名字只能在创建
CAD9850-MSP430
- 基于51单片机信号发生器源程序,AD9851芯片的信号发生器-Based on 51 single-chip signal generator source, AD9851 chip signal generator
mov
- 计算(x+125-x*y)/z,设x、y、z 为16位有符号的字变量,计算后将商存入x,余数 存入y中。假设x=3、y=4、z=10-Computing (x+125-x* y)/z, set x, y, z 16-bit signed word variable, calculated after the trader deposited x, y in the remainder deposited. Assuming x = 3, y = 4, z = 10
3
- 汇编程序,分别从键盘输入姓名和8个字符的电话号码,并以一定的格式输出。-Assembler, respectively, enter the name and telephone number of eight characters from the keyboard, and to a certain format.
DBMS_SQL
- oracle dbms_sql的使用方法,非常使用-how to use oracle dbms_sql.sql
demapping
- this file describe the demapping for radio channel with matlab function
developedfrost去除相干斑噪声
- 改进的frost算法,可以用来去除SAR图像中的相干斑噪声,修改加载的图片路径后可以直接运行。