搜索结果
找到约 127 项符合
take 的查询结果
按分类筛选
- 全部分类
- 书籍 (16)
- 其他书籍 (14)
- Java编程 (11)
- VC书籍 (11)
- 单片机编程 (7)
- 技术资料 (6)
- 电源技术 (5)
- Linux/Unix编程 (4)
- matlab例程 (4)
- Delphi控件源码 (4)
- 电子书籍 (4)
- 其他 (3)
- 数据结构 (3)
- 软件设计/软件工程 (3)
- 模拟电子 (2)
- 人工智能/神经网络 (2)
- Java书籍 (2)
- 技术管理 (2)
- 软件工程 (2)
- 微处理器开发 (2)
- 单片机开发 (2)
- 认证考试资料 (2)
- 传感与控制 (1)
- 书籍源码 (1)
- 通讯/手机编程 (1)
- 文件格式 (1)
- 并行计算 (1)
- 驱动编程 (1)
- 数据库系统 (1)
- 游戏 (1)
- Windows CE (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- 数学计算 (1)
- 编译器/解释器 (1)
- 其他嵌入式/单片机内容 (1)
- 金融证券系统 (1)
- 压缩解压 (1)
Java编程 a Java program that reads a file containing instructions written in self-defined file (TPL in this c
a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.
VC书籍 VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno
VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds a ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
VC书籍 This book is intended for "hands-on" developers or advanced students interested in understanding the
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient ...
书籍源码 Address book helps you look up your addresses from the system tray. It is quite useful in that way
Address book helps you look up your addresses from the system tray.
It is quite useful in that way 慶ause it stays out of the way and is
easily accessible when needed. Double clicking on any URL will start
the default web browser and take you to that URL. Double clicking on
the phone number will ...
其他书籍 From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to di
From the Publisher
Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to dive right in and begin creating your own games. If you have some knowledge of C or C++ and have been searching for a guide that will take your 2D programming into the third dimension, then search no mor ...
Java编程 Generics and the greatly expanded collection libraries have tremendously increased the power of Ja
Generics and the greatly
expanded collection libraries have tremendously increased the power of
Java 5 and Java 6. But they have also confused many developers who
haven t known how to take advantage of these new features.