搜索结果
找到约 141 项符合
header 的查询结果
按分类筛选
- 全部分类
- 技术资料 (19)
- DSP编程 (13)
- 其他嵌入式/单片机内容 (11)
- 单片机编程 (7)
- 其他 (6)
- 汇编语言 (6)
- 数学计算 (5)
- 3G开发 (5)
- 单片机开发 (4)
- CA认证 (4)
- 压缩解压 (4)
- 嵌入式/单片机编程 (3)
- 书籍源码 (3)
- 编译器/解释器 (3)
- 其他书籍 (3)
- 文件格式 (3)
- 软件设计/软件工程 (3)
- 数据结构 (2)
- Linux/Unix编程 (2)
- 加密解密 (2)
- 串口编程 (2)
- Java编程 (2)
- Delphi控件源码 (2)
- 文章/文档 (2)
- 驱动编程 (2)
- VIP专区 (2)
- 模拟电子 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 数值算法/人工智能 (1)
- 其他数据库 (1)
- 交通/航空行业 (1)
- 通讯编程文档 (1)
- 网络 (1)
- 嵌入式Linux (1)
- 人工智能/神经网络 (1)
- Java书籍 (1)
- VC书籍 (1)
- BREW编程 (1)
- FlashMX/Flex源码 (1)
- VHDL/FPGA/Verilog (1)
- 电子书籍 (1)
- 并行计算 (1)
- *行业应用 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 源码 (1)
嵌入式综合 NIOSII用户定制指令
With the Altera Nios II embedded processor, you as the system designercan accelerate time-critical software algorithms by adding custominstructions to the Nios II processor instruction set. Using custominstructions, you can reduce a complex sequence of standard instructionsto a single instruction im ...
可编程逻辑 Nios II定制指令用户指南
     Nios II定制指令用户指南:With the Altera Nios II embedded processor, you as the system designer can accelerate time-critical software algorithms by adding custom instructions to the Nios II processor instruction set. Using custom
instructions, you can reduce a complex sequen ...
其他 PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,200
PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框 ...
数值算法/人工智能 This matrix C++ template class library is for performing common matrix operations in your C++ progra
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
Linux/Unix编程 linux 的引导程序源码The Microsoft® Windows® Software Development Kit (SDK) provides the documentation
linux 的引导程序源码The Microsoft&reg Windows&reg Software Development Kit (SDK) provides the documentation, samples, header files, libraries, and tools you need to develop applications that run on Windows. The applications you develop with this edition of the SDK can run on the x86, x64 and Itanium ...
文件格式 IPsec VPN的RFC文档集合: RFC 2401 《Security Architecture for the Internet Protocol》 RFC 2402 《IP Authent
IPsec VPN的RFC文档集合:
RFC 2401 《Security Architecture for the Internet Protocol》
RFC 2402 《IP Authentication Header》
RFC 2406 《IP Encapsulating Security Payload (ESP)》
RFC 2407 《The Internet IP Security Domain of Interpretation for ISAKMP》
RFC 2408 《Internet Security Association and Key M ...
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
其他数据库 把所给的三个文件DES.h
把所给的三个文件DES.h,DES.c,KEY.c在C++ 中创建一个动态链接库,分别加入到相应的Header Files和、Source Files和Desdll.h中
交通/航空行业 通过将jsp嵌入java代码
通过将jsp嵌入java代码,并将页面显示内容分为header,detail,foot三层,以递归实现页面动态显示。
文件格式 探讨了pbl的格式,Pbl有四种块类型
探讨了pbl的格式,Pbl有四种块类型,即Header、Free、Node、Data。Header块的前四个字节一定是HDR*,Free块则是FRE*,Node块是NOD*,Data块是DAT*