-
Plus a library management system source code, you can achieve the basic function...
一个图书管理系统加源码,可以实现图书馆管理的基本功能-Plus a library management system source code, you can achieve the basic functions of library management
- 2023-05-26 14:50:03下载
- 积分:1
-
Copy the code to the local hard disk, remove the read
将代码拷贝到本地硬盘,去掉只读属性,再调试。通过这些事例学习到在viausl c++中设计界面的基本方法,提高应用程序的开发。-Copy the code to the local hard disk, remove the read-only attribute, then Debug. Through these stories have learned how to viausl c++ Basic interface design methods to improve application development.
- 2022-01-25 16:49:08下载
- 积分:1
-
c++完美演绎的源代码
c++完美演绎的源代码-c perfect interpretation of the source code
- 2022-03-23 11:28:53下载
- 积分:1
-
新概念Linux学习电子书籍,给大家一个离线认识Linux与学习Linux的平台。...
新概念Linux学习电子书籍,给大家一个离线认识Linux与学习Linux的平台。-Linux to learn the new concept of e-books give you an understanding of Linux and off-line learning platform for Linux.
- 2022-07-04 11:54:37下载
- 积分:1
-
C Primer 3中国(笔记)
C++Primer 3rd 中文(附题解)-C Primer 3rd Chinese (notes)
- 2022-02-01 00:28:09下载
- 积分:1
-
cg用户手册,英文版,详细讲述了cg的使用方法,及cg实例
cg用户手册,英文版,详细讲述了cg的使用方法,及cg实例-cg user manuals, in English, detailed account of the use of the cg, and cg examples
- 2022-02-13 06:27:23下载
- 积分:1
-
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初...
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。-Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive. The book is divided into 18 chapters, covering the evolution of the object, data abstraction, hiding implementation, initialization and clearance, function overloading and default parameters, input and output stream introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package container classes, multiple inheritance, exception handling and runtime type identification. The book as a formal teaching and self-learning books are very g
- 2022-04-23 04:53:26下载
- 积分:1
-
传统的以太网是一个广播型网络,网络中的所有主机通过HUB 或交换机相连,处在
同一个广播域中。HUB 是物理层设备,没有交换功能,接收的报文会向所有端口转...
传统的以太网是一个广播型网络,网络中的所有主机通过HUB 或交换机相连,处在
同一个广播域中。HUB 是物理层设备,没有交换功能,接收的报文会向所有端口转
发;交换机是链路层设备,具备根据报文的目的MAC 地址进行转发的能力,但在
收到广播报文或未知单播报文(报文的目的MAC 地址不在交换机MAC 地址表中)
时,也会向除交换机报文入端口之外的所有端口转发。
上述情况使网络中的主机会收到大量并非以自身为目的地的报文,在浪费大量带宽
资源的同时,也造成了严重的安全隐患。
隔离广播域的传统方法是使用路由器,但是路由器成本较高,而且端口较少,无法
划分细致的网络。
为解决以太网交换机在LAN 中无法限制广播的问题,出现了VLAN(Virtual Local
Area Network,虚拟局域网)技术。-err
- 2022-05-06 09:48:38下载
- 积分:1
-
Windows+CE下USB摄像头驱动开发
Windows+CE下USB摄像头驱动开发-Windows+ CE Driver Development under the USB camera
- 2022-05-29 14:18:11下载
- 积分:1
-
该应用程序包括了简单的算术运算、字符串处理图片显示等功能,必须包含有按钮、编辑框、进度条、文件菜单等基本的控件,在界面中可嵌入图片或者动画等信息。
基本要求...
该应用程序包括了简单的算术运算、字符串处理图片显示等功能,必须包含有按钮、编辑框、进度条、文件菜单等基本的控件,在界面中可嵌入图片或者动画等信息。
基本要求:
(1) 用AWT或者Swing实现,可以借助于Eclipse等集成开发环境;
(2) 程序运行良好,界面清晰。
提高要求:
在界面中能实现简单动画。
-The application includes a simple arithmetic operations, string handling features such as picture shows, there is the button must be included, edit box, progress bar, file menu, such as the basic control interface can be embedded in the picture or animation and other information. Basic requirements: (1) implementation using AWT or Swing, you can help Eclipse integrated development environment, etc. (2) run a good, clear interface. Improve requirements: at the interface simple animation can achieve.
- 2023-01-05 03:10:03下载
- 积分:1