搜索结果
找到约 165 项符合
STATIC 的查询结果
按分类筛选
- 全部分类
- 技术资料 (33)
- Java编程 (17)
- 书籍 (8)
- Java书籍 (7)
- 其他书籍 (5)
- matlab例程 (5)
- 源码 (4)
- 单片机编程 (4)
- 数值算法/人工智能 (3)
- 加密解密 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- Linux/Unix编程 (3)
- 文件格式 (3)
- 嵌入式/单片机编程 (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- 笔记 (2)
- DSP编程 (2)
- 通讯/手机编程 (2)
- 其他 (2)
- 技术书籍 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- 磁盘编程 (2)
- Applet (2)
- uCOS (2)
- 数据结构 (2)
- J2ME (2)
- VHDL/FPGA/Verilog (2)
- Windows CE (2)
- JavaScript (2)
- Jsp/Servlet (2)
- 教程 (1)
- 手册 (1)
- 习题答案 (1)
- 行业应用文档 (1)
- 数据库系统 (1)
- 存储器技术 (1)
- 书籍源码 (1)
- 电工电气 (1)
- 传感与控制 (1)
- 串口编程 (1)
- 网络 (1)
- 多国语言处理 (1)
- 数学计算 (1)
- 技术管理 (1)
- 单片机开发 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- 系统设计方案 (1)
- SQL Server (1)
- 并行计算 (1)
- Ajax (1)
书籍 Essentials+of+Short-Range+Wireless
Over the past ten years there has been a revolution in the devel-
opment and acceptance of mobile products. In that period, cel-
lular telephony and consumer electronics have moved from the
realm of science fiction to everyday reality. Much of that revolu-
tion is unremarkable – we use wireless, in ...
技术资料 at89c2051-24pu
Features
• Compatible with MCS®-51Products
• 2K Bytes of Reprogrammable Flash Memory
– Endurance: 1,000 Write/Erase Cycles
• 2.7V to 6V Operating Range
• Fully Static Operation: 0 Hz to 24 MHz
• Two-level Program Memory Lock
• 128 x 8-bit Internal RAM
• 15 Programmable I/O Lines
• Two 16-b ...
uCOS 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... exter
应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中国人民万岁"GUI_UC_END /* Set ShiftJIS font */ ...
Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>
#include<stdio.h>
#include<string.h>
#include<limits.h>
#include<unistd.h>
#include<sys/types.h>
#define PROMPT_STRING "[myshell]$"
#define QUIT_STRING "exit\n"
static char inbuf[MAX_CANON]
char * g_ptr
char * g_lim
extern void yylex()
int main (void){
for( ){
if(fputs(PROMPT_STRING,stdout ...
传感与控制 STATCOM并联技术的研究
分析了静止同步补偿器(Static Synchronous Compensator, STATCOM)的系统结构和工作原理,采用基于调节控制角&delta;的单变量间接电流控制策略,以PSIM软件为工具建立了STATCOM的仿真模型。在此基础上,分析了多台STATCOM并联运行的控制方法,并选择分散控制方法对2台STATCOM并联进行了仿真分析。仿真实验结果表明STATCOM ...
其他 PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of
PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of both static and dynamic pages, spidering of almost all links in HTML content, in hrefs, areamaps, and frames, and full text indexing. The search results appearence is skin-able, using a very simple t ...
电子书籍 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 ...
串口编程 一个简单的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 ...
电子书籍 The emphasis of this book is on real-time application of Synopsys tools, used to combat various pro
The emphasis of this book is on real-time application of Synopsys tools, used
to combat various problems seen at VDSM geometries. Readers will be
exposed to an effective design methodology for handling complex, submicron
ASIC designs. Significance is placed on HDL coding styles,
synthesis and optimi ...
数据库系统 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量
重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["Conne ...