-
高效程序的奥秘,很好的一本书
高效程序的奥秘,很好的一本书 -Efficient procedures for the mystery, a good book
- 2022-01-25 16:54:13下载
- 积分:1
-
learning midp2.0 game programming
学习midp2.0游戏编程-learning midp2.0 game programming
- 2022-10-20 07:05:03下载
- 积分:1
-
绝版书籍,现在到处都买不到了,这本书非常好!
绝版书籍,现在到处都买不到了,这本书非常好!-out of print books, now unable to buy everywhere, this book is very good!
- 2022-03-29 09:25:54下载
- 积分:1
-
ant工具的使用说明,chm格式的文件便于检索
ant工具的使用说明,chm格式的文件便于检索-ant tool use, chm files accessible
- 2022-03-03 07:08:54下载
- 积分:1
-
讲述关于j2ee设计模式的应用
讲述关于j2ee设计模式的应用-described on the application design patterns
- 2022-02-07 17:00:00下载
- 积分:1
-
c语言算法的研究 很高深的研究 是供高手研究的东西
c语言算法的研究 很高深的研究 是供高手研究的东西 -c language algorithm for deep research is very high for what you study
- 2023-02-08 03:25:05下载
- 积分:1
-
争取E 效率是古老而普遍的时间和其他资源的影响。
The strive for eciency is ancient and universal as time and other resources are
always in shortage Thus the question of which tasks can be performed eciently
is central to the human experience
- 2022-06-14 03:40:48下载
- 积分:1
-
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类...
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-classical grammar and C applications, such as preparation of the application structure and destructor function, and the heavy-duty, class inheritance, function coverage, the base class and the derived class constructor and destructor function has the calling sequence, how the derived class constructor function to the base class constructor function transmission parameters, this member variable, Insider type conversion, virtual functions and polymorphism, and the indicators used variables and the differences between common point. VC works compiler theory and the process of engineering Resolution different types of different documents, every one by one category. h and. cpp document completed, the first document to repeat the definition of the solutio
- 2023-01-14 21:20:03下载
- 积分:1
-
Beginning Linux Programming LINUX开发的经典书
Beginning Linux Programming LINUX开发的经典书-Beginning LINUX Linux Programming development of the classic book
- 2022-04-25 16:21:54下载
- 积分:1
-
传统的以太网是一个广播型网络,网络中的所有主机通过HUB 或交换机相连,处在
同一个广播域中。HUB 是物理层设备,没有交换功能,接收的报文会向所有端口转...
传统的以太网是一个广播型网络,网络中的所有主机通过HUB 或交换机相连,处在
同一个广播域中。HUB 是物理层设备,没有交换功能,接收的报文会向所有端口转
发;交换机是链路层设备,具备根据报文的目的MAC 地址进行转发的能力,但在
收到广播报文或未知单播报文(报文的目的MAC 地址不在交换机MAC 地址表中)
时,也会向除交换机报文入端口之外的所有端口转发。
上述情况使网络中的主机会收到大量并非以自身为目的地的报文,在浪费大量带宽
资源的同时,也造成了严重的安全隐患。
隔离广播域的传统方法是使用路由器,但是路由器成本较高,而且端口较少,无法
划分细致的网络。
为解决以太网交换机在LAN 中无法限制广播的问题,出现了VLAN(Virtual Local
Area Network,虚拟局域网)技术。-err
- 2022-05-06 09:48:38下载
- 积分:1