搜索资源列表
stack
- UNIX下堆栈的操作,完成多个函数依次进栈,之后用jmpbuffer跳转的实例-UNIX operating under the stack, followed by the completion of a number of functions into the stack, followed by examples of Jump jmpbuffer
myebook
- Linux系统下的电子书源代码,支持多种编码(unicode,GBK,BIG5,UTF8),支持自定义跳转页码和自动阅读功能.-E-book under the Linux system source code, supports a wide range of encoding (unicode, GBK, BIG5, UTF8), support for custom page Jump and automatic function.
Keyboard-Interrupt-Functions-in-C
- 文章阐述了用C语言改写Linux0.01键盘模块的技术要点,包括ASCⅡ码映射表、键盘处理子程序跳转表、键盘处理程序、键盘中断程序的编程方法及关键代码. -vImplementation of Linux 0. 01 Keyboard Interrupt Functions in C
gotocell
- 零基础学习QT中跳转单元格的源代码,不错的 -the source code of begin to learn the QT
YL3250_kickstart
- kickstart首先做必要的系统初始化,然后将自身代码搬移到IRAM末尾的32K处,搬移大小为0x4000(16K)。之后初始化GPIO并加载stage 1 app到IRAM的首地址处(0x0),并跳转到此处执行。-The kickstart First make the necessary system initialization, its own code and then will move to the end of the 32K at the IRAM move size is
FragmentDemoTest
- 这是关于android的fragment的一个小demo,可以实现acivity之间的跳转-This is a fragment of a small android demo, can jump between acivity
myATM
- 1.启动服务器时创建两个消息队列,关闭时进行删除。用信号关闭,在信号的处理函数中删除消息队列。 2.服务端根据客户端发过来的数据,判断是何种请求,再根据各种请求做出相应的处理。 3.分析开户的流程:客户端输入用户名,密码和金额,把数据封存在msg中,通过消息队列发给服务器,在服务器端生成一个帐号,然后把account信息写入文件,并把处理结果通过消息队列返回给客户端。 4.服务器端用多进程完成各种功能。(vfork+execl) 通过跳转到另一个可执行程序,来实现各种业务功能。
x86汇编语言-从实模式到保护模式
- 学习从引导跳转至保护模式,在跳转至内核模式的整个过程(Learn from boot jump to protected mode, jump to kernel mode of the whole process)