搜索结果
找到约 278 项符合
Writing Analyticall 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (37)
- 技术资料 (29)
- 书籍 (17)
- 其他 (15)
- VC书籍 (13)
- 电子书籍 (11)
- Java编程 (11)
- 单片机编程 (10)
- 软件设计/软件工程 (10)
- 驱动编程 (9)
- 其他嵌入式/单片机内容 (8)
- 软件工程 (7)
- Java书籍 (7)
- 书籍源码 (6)
- 单片机开发 (6)
- 编译器/解释器 (5)
- Linux/Unix编程 (4)
- 加密解密 (3)
- 技术书籍 (3)
- 串口编程 (3)
- 汇编语言 (3)
- 嵌入式/单片机编程 (3)
- Delphi/CppBuilder (3)
- matlab例程 (3)
- Delphi控件源码 (3)
- 无线通信 (2)
- allegro (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 文件格式 (2)
- 数学计算 (2)
- USB编程 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 数据结构 (2)
- J2ME (2)
- VHDL/FPGA/Verilog (2)
- 其他行业 (2)
- 行业发展研究 (2)
- 源码 (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 其他文档 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- Modem编程 (1)
- 网络 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- 通讯编程文档 (1)
- 微处理器开发 (1)
- 并口编程 (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- JavaScript (1)
- SQL Server (1)
- GPS编程 (1)
- 认证考试资料 (1)
- Ajax (1)
- VIP专区 (1)
书籍 Deploying+Wireless+Networks
At the time of writing, and to an extent never seen before, there is an expectation that
almost any information or service that is available through communication systems in
the office or home will be available wherever the user happens to be. This is placing
incredible demands on wireless communica ...
驱动编程 本设备驱动教程是一本实际操作指南
本设备驱动教程是一本实际操作指南,介绍如何开发简单的 SolarisTM 操作系统(Solaris OS)驱动程序。设备驱动教程 还阐述了设备驱动程序在 Solaris 操作系统中的工作原理。本书与 Writing Device Drivers 配套。Writing Device Drivers 是一个详尽的参考文档,对多种设备和驱动程序进行了讨论。设备驱动教程探讨了完整的驱 ...
Java编程 The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive approach to writ
The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive
approach to writing code from a Java application to a MySQL database
using the industry standard: JDBC. As you will see later in this
Introduction, the chapter titles indicate what area of database connectivity and
m ...
书籍 Queueing Theory with Packet Telecommunication
Soon after Samuel Morse’s telegraphing device led to a deployed electri-
cal telecommunications system in 1843, waiting lines began to form by those
wanting to use the system. At this writing queueing is still a significant factor in
designing and operating communications services, whether they are ...
Delphi/CppBuilder Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimed ...
软件设计/软件工程 Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ways. You can also u ...
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
VC书籍 Secure Programming Cookbook for C and C++ is an important new resource for developers serious about
Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, sy ...
数据结构 This forced me to write about more interesting and comprehensive sorting methods, the result of whic
This forced me to write about more interesting and comprehensive sorting methods, the result of which is this one. Through this writing I have tried to give in-depth coverage of the entire sort algorithm I hope Peter wouldn t mind reading it. This article assumes that you really don t know about the ...
单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte ...