搜索结果
找到约 833 项符合
Implementation-Virtual 的查询结果
Linux/Unix编程 This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (D
This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request for it
其他书籍 linux virtual memory management
linux virtual memory management
加密解密 ssl implementation(delphi)
ssl implementation(delphi)
人工智能/神经网络 This a GA implementation using binary and real coded variables. Mixed variables can be used. Constra
This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective()).
加密解密 RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algori
RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001
其他书籍 《数据库系统实现》DATBASE SYSTEM IMPLEMENTATION 斯坦福大学那本书的中文版 不好意思 这里只有前四章的
《数据库系统实现》DATBASE SYSTEM IMPLEMENTATION 斯坦福大学那本书的中文版 不好意思 这里只有前四章的
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects ...
J2ME Mobile Device Remote Camera implementation
Mobile Device Remote Camera implementation
嵌入式/单片机编程 One of the most important issues affecting the implementation of microcontroller software deals wi
One of the most important issues affecting
the implementation of microcontroller
software deals with the data-decision
algorithm. Data-decision refers to decoding
the DIO-pin from the CC400/CC900. Two
main principles exist for decoding
Manchester-coded data: Data decision
based on timing the period ...
数据结构 Libgist is an implementation of the Generalized Search Tree, a template index structure that makes i
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).