搜索结果
找到约 359 项符合
Get 的查询结果
按分类筛选
- 全部分类
- Java编程 (26)
- 其他 (25)
- 其他书籍 (24)
- Linux/Unix编程 (14)
- VC书籍 (12)
- 技术资料 (12)
- Delphi控件源码 (11)
- 网络 (11)
- 单片机开发 (11)
- 书籍 (11)
- Internet/网络编程 (10)
- 汇编语言 (9)
- 软件设计/软件工程 (9)
- 单片机编程 (9)
- matlab例程 (8)
- 电子书籍 (8)
- Java书籍 (7)
- 人工智能/神经网络 (5)
- 文件格式 (5)
- 可编程逻辑 (4)
- 操作系统开发 (4)
- JavaScript (4)
- 嵌入式/单片机编程 (4)
- 软件 (4)
- 源码 (4)
- 嵌入式综合 (3)
- 文章/文档 (3)
- 驱动编程 (3)
- 微处理器开发 (3)
- 其他行业 (3)
- 数值算法/人工智能 (3)
- Delphi/CppBuilder (3)
- 书籍源码 (3)
- 嵌入式Linux (3)
- Windows CE (3)
- 其他嵌入式/单片机内容 (3)
- 系统设计方案 (3)
- 软件工程 (3)
- VHDL/FPGA/Verilog (3)
- 编辑器/阅读器 (3)
- 数据结构 (3)
- 电源技术 (2)
- 压缩解压 (2)
- Windows Mobile (2)
- 游戏 (2)
- 通讯/手机编程 (2)
- 人物传记/成功经验 (2)
- DSP编程 (2)
- 其他数据库 (2)
- Jsp/Servlet (2)
- Symbian (2)
- 数据库系统 (2)
- USB编程 (2)
- Ajax (2)
- 多国语言处理 (2)
- 通讯编程文档 (2)
- 技术教程 (1)
- 学术论文 (1)
- 图形图像 (1)
- Genesis (1)
- Mentor (1)
- 教程资料 (1)
- 通信网络 (1)
- 无线通信 (1)
- 教程资料 (1)
- C/C++语言编程 (1)
- 编译器/解释器 (1)
- 手机WAP编程 (1)
- 金融证券系统 (1)
- Modem编程 (1)
- 并行计算 (1)
- SQL Server (1)
- 电子政务应用 (1)
- 邮电通讯系统 (1)
- TAPI编程 (1)
- 家庭/个人应用 (1)
- 传真(Fax)编程 (1)
- *行业应用 (1)
- 教育系统应用 (1)
- 加密解密 (1)
- 磁盘编程 (1)
- J2ME (1)
- Windows编程 (1)
- 手册 (1)
- 教程 (1)
- 论文 (1)
电子书籍 C# Network Programming by Richard Blum ISBN:0782141765 Sybex ?2003 (647 pages) This book helps newco
C# Network Programming by Richard Blum ISBN:0782141765 Sybex ?2003 (647 pages) This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language抯 network classes, the Winsock interface, and DNS resolution.
Linux/Unix编程 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b
The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this release, the GET request for WML pages and WMLScrip ...
手机WAP编程 This software aims to create an applet and panel tools to manage a wireless interface card, such as
This software aims to create an applet and panel tools to manage a wireless interface card, such as IEEE 802.11 cards. The development will focus on Linux, as this is the most accessible platform, but will expand as we get access to more platforms
人工智能/神经网络 This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative
This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
人工智能/神经网络 开发环境:Delphi 简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must overr
开发环境:Delphi
简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution
Java书籍 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c
Contains a complete archiver by Haruhiko Okumura. The archiver uses
an LZ engine whose output is compressed with static Huffman. The
file is chopped into pieces which all get their own independent
set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use
essentially the same method. ZOO and L ...
金融证券系统 股票交易模拟器 A Stock Exchange simulator to show timers and randon number generators work together. A c
股票交易模拟器
A Stock Exchange simulator to show timers and randon number generators work together. A cool simulation for anyone who might think about playing the stocks and spending money and get a general idea how the system works.
汇编语言 This is an example how one could hide a process on Windows based operation systems from task viewer
This is an example how one could hide a process on Windows based
operation systems from task viewers like ProcDump (G-RoM, Lorian
& Stone) or ProcessExplorer (SysInternals).
It could e.g. be used as some kind of dump protection.
The way to get this done is very different on NT and 9x machines.
Internet/网络编程 It is about C++ Network programming(Socket Application Programming Interface).If you listen this les
It is about C++ Network programming(Socket Application Programming Interface).If you listen this lesson, you must get this program!
数据结构 本程序用VC++完成 定义类模板SortedSet (包括方法的实现)
本程序用VC++完成
定义类模板SortedSet (包括方法的实现) ,即元素有序的集合,集合元素的类型和集合元素的最大个数可由使用者确定。要
求该类模板对外提供以下三种操作:
insert:加入一个新的元素到合适的位置上,并保证集合元素的值不重复;
get:返回比给定值大的最小元素的地址。若不存在,返回-1;
del:删除与给定 ...