资源列表
SERIAL_CONTROLLER
- UART控制,使用三段式编写,非常规范,可以通过编译,仿真-UART transmission, the use of three-step preparation, very standard, you can compile, simulation
T02
- 软件练习题2. 从键盘输入十进制正数(0~65535),在显示器上以十六进制无符号数显示其值。(即实际值) 例如:输入:65535; 输出:=FFFF 输入:100; 输出:=64 -ASM test
T03
- 软件练习题3. 从键盘输入一个补码数(1~4位十六进制数),在显示器上以十进制形式显示其真值。(先判断输入了几位,据此合并得到十六进制数;再判断16位结果的最高位,若正直接除10取余倒序输出;若负则先求补再除10取余,输出时还要加’-’) 例如:输入:FFFF;输出:= -1 输入:80;输出:= 128 输入:E; 输出:=14 输入:FF;输出:= 256 -asm test
T04
- 软件练习4. 从键盘输入一个无符号十六进制数(1~4位),在显示器上以十进制形式显示其真值。 (先得到各个输入的十六进制位数,再参考[例4.10],*10—>*16,得到输入的实际数值;再除10取余倒序输出) 例如:输入:FFFF; 输出:= 65535 输入:64; 输出:=100 -asm test
Linux_NAT_source_code
- Linux系统中NAT模块的代码解析,包括数据结构,函数功能,逻辑关系的说明。-Linux system, NAT module code analysis, including data structures, functions, features, logic instructions.
DoubleClosedLoopReversibleDCunipolarcontrolprocedu
- 直流单极性双闭环可逆控制程序 对电机控制很有用-DC motor CNTRONL
DoubleClosdLoopReversibleDCbipolarcontrolprocedure
- 直流双极性双闭环可逆控制程序 对电机控制很有用-Dc motor control
gcc_trees
- 了解gcc语法树结构和创建过程很好的资料-Gcc syntax tree and learn the process of creating good information
Wrtingtestbench
- 介绍如何写FPGA的仿真测试程序的书,很实用,容易上手-How to write FPGA simulation test program book, very practical, easy to use
C_GUI_Programming_with_Qt
- C++与GUI接口程序大全,全文为英文,介绍GUI与C++接口方法-C++ with GUI interface program Guinness, full text in English, introduced GUI and C++ interface methods
MFC_demo
- MFC框架的仿真,参考CRT库和《深入浅出MFC》实现-MFC framework of the simulation, the reference CRT library and the " layman' s language and MFC" to achieve
llk
- 连连看小程序,连续点击两张图案相同的牌,如果两张牌可以用三条或三条以下的直线首尾相连, 则两张牌被消除,最先消除所有牌的人获得胜利。-Lianliankan small program, the same pattern continuously clicking two cards, two cards can be used if three or three lines below the end to end, the two cards is eliminated, the first
