搜索:Inline
找到约 63 项符合「Inline」的查询结果
结果 63
按分类筛选
- 全部
- 技术资料 (11)
- 源码 (10)
- 软件 (5)
- 书籍 (5)
- 教程 (4)
- 汇编语言 (3)
- 其他书籍 (2)
- 驱动编程 (2)
- 手册 (1)
- 习题答案 (1)
- 其他 (1)
- PCB相关 (1)
- 行业应用文档 (1)
- 接口技术 (1)
- 学术论文 (1)
- 加密解密 (1)
- 多媒体处理 (1)
- 图形图像 (1)
- 技术教程 (1)
- 实用工具 (1)
- 电工电气 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 压缩解压 (1)
- Linux/Unix编程 (1)
- 单片机开发 (1)
- 数据结构 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
https://www.eeworm.com/dl/618/487706.html
驱动编程
Inline hook KeyboardClassServiceCallback 实现键盘记录
Inline hook KeyboardClassServiceCallback 实现键盘记录
https://www.eeworm.com/dl/687/442463.html
其他嵌入式/单片机内容
Simple microthreads and fsm for microcontrollers using only preprocessor/inline code
Simple microthreads and fsm for microcontrollers using only preprocessor/inline code
https://www.eeworm.com/dl/644/459413.html
汇编语言
ARM GCC Inline Assembler Cookbook pdf更新版
ARM GCC Inline Assembler Cookbook pdf更新版
https://www.eeworm.com/dl/542/167417.html
其他书籍
gcc-inline-asm.rar 一部讲解嵌入式汇编的书籍
gcc-inline-asm.rar 一部讲解嵌入式汇编的书籍
https://www.eeworm.com/dl/619/280847.html
Linux/Unix编程
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy ...
https://www.eeworm.com/dl/654/155116.html
数据结构
Inline函数的使用,这是C++与C中函数不一样的地方
Inline函数的使用,这是C++与C中函数不一样的地方,所以专门写出来供参考
https://www.eeworm.com/dl/519/152503.html
加密解密
C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0)
C++ Base64编码/解码源代码
inline int Base64Encode(char * base64code, const char * src, int src_len = 0)
inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include "base64.h" 即可,编码后的长度一般比原文多占1/3的 ...
https://www.eeworm.com/dl/644/409917.html
汇编语言
可以将机器码计算为汇编指令并且算出指令长度的C头文件。在编写Ring0或Ring3的Inline Hook时不可缺少的东西。
可以将机器码计算为汇编指令并且算出指令长度的C头文件。在编写Ring0或Ring3的Inline Hook时不可缺少的东西。