资源列表
S3C_BOOT
- S3C2440 BOOTLOADER UNDER LINUX G-S3C2440 BOOTLOADER UNDER LINUX GCC
DISPLAY
- S3C24XX DISPLAY TFT LCD
Turbo_BASIC
- borland turbo basic.
1720401
- mimo ofdm program is included
Digital-System-Design-With-VHDL-(1)
- vhdl ams programming books
Circuito-Electronico
- Temperature sensor simulation
INVENTARIO--TAREA
- Inventario Visual Studio
bianyiyuanli
- 一个简单编译器,分为词法分析器,语法分析器,中间代码生成。-A simple compiler, divided into lexical analyzer, parser, intermediate code generation.
model
- Semi-Continuous fermentation of baker s yeast
a-numeros
- convierte el numero introducido a number romanos
Easy-Python-Decompiler-v1.3.2
- 反编译pyinstaller生成的exe文件,反编译出源代码-Decompile pyinstaller generated exe file decompile the source code
2.12
- 设A=(a1,…,am)和B=(b1,…,bn)均为顺序表,A’和B’分别为A和B中除去最大共同前缀后的子表(例如,A=(x,y,y,z,x,z),B=(x,y,y,z,y,x,x,z),则两者中最大的共同前缀为(x,y,y,z),在两表中除去最大共同前缀后的子表分别为A’=(x,z)和B’=(y,x,x,z))。若A’=B’=空表,则A=B;若A’=空表,而B’≠空表,或者两者均不为空,且A’的首元小于B’的首元,则A < B,否则A > B。试写一个比较A、B大小的算法(请注意: