资源列表
yuyifenxi
- 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.h 和递 归下降分析.cpp。 实现的基本原理是自顶向下分析,单遍扫描,以语法分析为 核心,调用词法分析,并实现语义分析。-This is a simple include lexical, syntax, semantic analysis of the program: Analysis of recursive descent. H and recursive descent analysis. Cpp. The basi
smd4all
- 这是个PDA的数据备份盘程序,程序中使用了CRC校验法,是笔者过去的一个得意之作。可供学习串口通讯编程使用CRC校验的朋友参考。
source-code
- source code for pwm -source code for pwm
ncmgui
- 主要是针对面向对象设计中的模块应用,详细见英文说明-NCMGUI Master GUI for Numerical Computing with MATLAB. NCMGUI provides an interface to nineteen of the graphical demostrations from "Numerical Computing with MATLAB". Click on any graphic to access the underlying fun
CRC32_base
- CRC加密和解密程序,ASM源程序代码编写-CRC encryption and decryption procedures, the preparation of ASM source code
AT91SAM7X256_bsd
- Boundary-Scan Descr iption file (BSD) for the AT91SAM7X256 in LQFP package
Serial
- Serial comm in Compiler C30 for DsPics
VBQQ
- VBQQ加密破解工程 VBQQ加密破解工程-VBQQ encryption works VBQQ crack crack encryption works
some_of_assem
- 包括汇编常用的中断、求最值和进制转换的代码片段和三个小例子 环境:masm-Including disruption of the compilation of commonly used, and the most value, and hexadecimal conversion code fragments and three small examples of the environment: masm
实现SEH异常处理
- 易语言SEH异常处理源码例程程序调用API函数并置入汇编代码,实现SEH异常处理清除硬件断点。 本易语言源码例程属于易语言高级教程。-Easy language SEH exception handling source routine procedure call API functions and inserting a assembly code, realize the SEH exception handling remove hardware breakpoint. Th
CopiedeMyinter
- just some bullshit donot download it
eluosi
- C语言写的俄罗斯方块程序 其中的主要逻辑有: (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。 (2)得分越高,方块下降速度越快(每200分为单位)。 (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。 游戏控制: up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。 特点: (1)由于tc不支持中文,所以基本都是英文注释。 (2)函数
