搜索结果
找到约 126 项符合
Static 的查询结果
按分类筛选
- 全部分类
- Java编程 (17)
- 书籍 (7)
- Java书籍 (6)
- matlab例程 (5)
- 其他书籍 (5)
- 单片机编程 (4)
- 数值算法/人工智能 (3)
- Linux/Unix编程 (3)
- 电子书籍 (3)
- 文件格式 (3)
- 软件设计/软件工程 (3)
- 嵌入式/单片机编程 (3)
- 压缩解压 (3)
- 加密解密 (3)
- 技术资料 (3)
- 技术书籍 (2)
- 其他 (2)
- uCOS (2)
- 通讯/手机编程 (2)
- Applet (2)
- VC书籍 (2)
- DSP编程 (2)
- 数据结构 (2)
- Windows CE (2)
- J2ME (2)
- 磁盘编程 (2)
- 编译器/解释器 (2)
- Internet/网络编程 (2)
- Jsp/Servlet (2)
- VHDL/FPGA/Verilog (2)
- JavaScript (2)
- 笔记 (2)
- 行业应用文档 (1)
- 传感与控制 (1)
- 数据库系统 (1)
- 其他行业 (1)
- 微处理器开发 (1)
- 技术管理 (1)
- 串口编程 (1)
- 网络 (1)
- 书籍源码 (1)
- 多国语言处理 (1)
- Ajax (1)
- 并行计算 (1)
- 数学计算 (1)
- 单片机开发 (1)
- SQL Server (1)
- 文章/文档 (1)
- 系统设计方案 (1)
- Delphi/CppBuilder (1)
- 存储器技术 (1)
- 源码 (1)
- 习题答案 (1)
电子书籍 Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP
Features
&#8226 Compatible with MCS-51&reg Products
&#8226 8K Bytes of In-System Programmable (ISP) Flash Memory
– Endurance: 1000 Write/Erase Cycles
&#8226 4.0V to 5.5V Operating Range
&#8226 Fully Static Operation: 0 Hz to 33 MHz
&#8226 Three-level Program Memory Lock
&#8226 256 x 8-bit Internal ...
数值算法/人工智能 此文件用于仿真MIMO-STBC 系统性能程序
此文件用于仿真MIMO-STBC 系统性能程序,包括了发送,mimo quasi-static channel 和接收部分。用的是8psk调制
加密解密 MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵
MD5加密算法java实现
* 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的,
这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个
Instance间共享*/
技术管理 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放
堆和栈的区别
一、预备知识—程序的内存分配
一个由c/C++编译的程序占用的内存分为以下几个部分
1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。
2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中 ...
其他书籍 ARM7硬件说明与开发 The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use i
ARM7硬件说明与开发
The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use in application or
customer-specific integrated circuts (ASICs or CSICs). Its simple, elegant and fully static design is
particularly suitable for cost and power-sensitive applications. The ARM7’ ...
uCOS 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 fla
关于 uC/OS-II 在 LPC210X 上移植的说明
1. 全部代码在 ADS1.2 中编译调试.
2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行.
5. 全部代码采用 ARM 指令.
6. uC/OS-II 版本为 V2.52.
7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意
8. Vectors.S 文件中的 startup 段为程 ...
压缩解压 This is a little console mode utility program which is able to (de-)compress single files with a s
This is a little console mode utility program which is able to
(de-)compress single files with a static Arithmetic compression
algorithm. You could easily add the RLE/BWT/MFT data
transformation algorithms. Just rip the corresponding classes
out of my HuffComp source code. I won t add these ones ...
matlab例程 his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is w
his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate.
The simulation is written for static channel and AWGN noise. The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver) ...
串口编程 一个简单的SPI IP核
一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到!
The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol ...
J2ME This example application is a collection of Flash Lite do s and don ts from the usability point of
This example application is a collection of Flash Lite do s and don ts from the
usability point of view. The application contains real examples and animations
of static examples that help you to see problematic issues in real life on a
Nokia device. The application is optimized for devices with t ...