搜索结果

找到约 43 项符合 Linked 的查询结果

电子书籍 A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines)

A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines) that are compiled, linked, and stored separately from the applications using them. Because the functions or subroutines are separate from the applications using them, they can be shared or replaced eas ...
https://www.eeworm.com/dl/cadence/ebook/175149.html
下载: 76
查看: 1047

汇编语言 EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con

EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connecte ...
https://www.eeworm.com/dl/644/186090.html
下载: 59
查看: 1039

VC书籍 Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games w

Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games was written with four broad goals: To teach a lively style of object-oriented software engineering. To show how to bring a complete program to the level of a commercial release. To provide a "game eng ...
https://www.eeworm.com/dl/686/229135.html
下载: 178
查看: 1039

Delphi/CppBuilder 创世纪的C++ Builder --------------------------------------------------------------------------------

创世纪的C++ Builder -------------------------------------------------------------------------------- 告别Hello World的年代 图形程式设计基本概念 具体而微的绘图程式 以C++ Builder处理Windows讯息(Message) 动态链结函式库(DLL-Dynamic Linked Library) Install Shield的使用介绍 ...
https://www.eeworm.com/dl/664/234297.html
下载: 61
查看: 1045

汇编语言 find the information about a host with the DNS retrieving system calls, such as gethostbyname() and

find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the aliases and IP addresses of the host is stored in the hostent structure using linked list (链表).
https://www.eeworm.com/dl/644/261992.html
下载: 55
查看: 1045

数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...
https://www.eeworm.com/dl/654/267011.html
下载: 80
查看: 1108

Linux/Unix编程 CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applic

CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the "curses" library. CForms uses a language-based design to define forms. An application may contain C source modules, field p ...
https://www.eeworm.com/dl/619/281034.html
下载: 123
查看: 1072

数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation ...
https://www.eeworm.com/dl/654/287755.html
下载: 99
查看: 1032

驱动编程 This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver

This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities. This driver ...
https://www.eeworm.com/dl/618/313916.html
下载: 113
查看: 1052

其他书籍 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R

輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, ...
https://www.eeworm.com/dl/542/330816.html
下载: 95
查看: 1066