搜索结果
找到约 604 项符合
Write 的查询结果
按分类筛选
- 全部分类
- 技术资料 (85)
- 单片机开发 (45)
- 其他 (33)
- Java编程 (33)
- Linux/Unix编程 (27)
- 单片机编程 (24)
- 其他书籍 (22)
- VHDL/FPGA/Verilog (19)
- 嵌入式/单片机编程 (18)
- 微处理器开发 (15)
- 汇编语言 (14)
- 其他嵌入式/单片机内容 (13)
- 编译器/解释器 (12)
- VC书籍 (12)
- 软件工程 (11)
- 软件设计/软件工程 (11)
- 书籍 (10)
- 驱动编程 (10)
- Java书籍 (10)
- 系统设计方案 (10)
- 电子书籍 (9)
- Delphi控件源码 (9)
- 操作系统开发 (8)
- 文章/文档 (8)
- 嵌入式Linux (7)
- VIP专区 (6)
- 源码 (5)
- 通讯/手机编程 (5)
- 网络 (5)
- 数学计算 (5)
- 技术管理 (5)
- USB编程 (5)
- 数值算法/人工智能 (4)
- 压缩解压 (4)
- matlab例程 (4)
- Internet/网络编程 (3)
- 串口编程 (3)
- 游戏 (3)
- 通讯编程文档 (3)
- 数据结构 (3)
- 中间件编程 (3)
- Jsp/Servlet (3)
- MTK (3)
- DSP编程 (2)
- 书籍源码 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- 编辑器/阅读器 (2)
- 磁盘编程 (2)
- 其他数据库 (2)
- uCOS (2)
- BREW编程 (2)
- J2ME (2)
- FlashMX/Flex源码 (2)
- 其他行业 (2)
- Windows CE (2)
- Windows Mobile (2)
- SQL Server (2)
- 行业发展研究 (2)
- GPS编程 (2)
- 软件 (1)
- 其他 (1)
- C/C++语言编程 (1)
- 加密解密 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 传感与控制 (1)
- 开发板开源 (1)
- 可编程逻辑 (1)
- SCSI/ASPI (1)
- *行业应用 (1)
- 企业管理 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 人工智能/神经网络 (1)
- VxWorks (1)
- 家庭/个人应用 (1)
- JavaScript (1)
- 人物传记/成功经验 (1)
- 3G开发 (1)
- MacOS编程 (1)
软件设计/软件工程 Text processing often involves matching text against a pattern. Although Java s character and assort
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After intro ...
单片机开发 这个是我今天用Keil_C51写的关于MAX5417的底层函数
这个是我今天用Keil_C51写的关于MAX5417的底层函数,微控制器可以用其他的(我是用51的,其他的话,只要修改一下头文件就可以了),上层软件只要调用Write_MAX5417()这个函数就可以了,代码简洁,层次分明,注释也不少,非常适合新手学习或者是直接拿来为自己的上层软件服务。 ...
VC书籍 Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Pr
Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalen ...
书籍 ComSoc+Guide+to+Next+Generation+Optical+Transport
Many times I have been asked to explain “ briefl y ” how SDH, SONET, and the
OTN “ exactly ” work. The questions came mainly from new colleagues, stu-
dents, and users of these technologies, personally or via the usenet newsgroup
comp.dcom.sdh - sonet. I could have referred them to the standards ...
单片机编程 XA-S3 I2C driver software
This application note demonstrates how to write an Inter Integrated Circuit bus driver (I2C) for the XA-S3 16-bitMicrocontroller from Philips Semiconductors.Not only the driver software is given. This note also contains a set of (example) interface routines and a smalldemo application program. All t ...
网络 LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards,
LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently.
It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, po ...
网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
软件工程 This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. ...
系统设计方案 R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM).
R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable
ROM). They realize high speed, low power consumption and a high level of reliability by employing
advanced MNOS memory technology and CMOS process and low voltage circuitry technology. They
also have a 128- ...
其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re
Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_q ...