This a set of notes I put together for my Computer Architecture
class in 1990. Students had a project in which they had to model a
microprocessor architecture of their choice. They used these notes to
learn VHDL. The notes cover the VHDL-87 version of the language.
Not all of the language is covere ...
modelsim_se_tutorThis is a set of notes I put together for my Computer Architecture
class in 1990. Students had a project in which they had to model a
microprocessor architecture of their choice. They used these notes to
learn VHDL. The notes cover the VHDL-87 version of the language.
Not all of th ...
This is a set of notes I put together for my Computer Architecture
class in 1990. Students had a project in which they had to model a
microprocessor architecture of their choice. They used these notes to
learn VHDL. The notes cover the VHDL-87 version of the language.
Not all of the language is cov ...
“命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制,
Microsoft Windows NT,Windows 2000、Windows 95以及Windows 98均提供了对它的支持
(但不包括Windows CE)。命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的
不同计算机的不同进程之间,支持可靠的、单向或双向的数据通 ...
利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如
何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原
始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使
用原始套接字,我们不打算提及。而且,大多数 ...
本附录介绍一些新的A P I函数,有了这些函数,便可在自己的计算机上对I P协议统计情况
进行查询和管理。它们有助于获得下面的能力:
■ I p c o n f i g . e x e(或适用于微软Windows 95的Wi n i p c f g . e x e):显示I P配置信息,允许释放
和更新D H C P分配的I P地址。
■ N e t s t a t . e x e:显示T C P连接表、 ...