搜索资源列表
-
0下载:
本文目的是演示Linux中的SOCK_PACKET插口的使用方法,实现对网络数据帧的捕获,编程方法简洁高效,可广泛应用在网络数据的分析、过滤和协议变换上。作者通过对Linux系统的编程实践,提出了一些思考,希望对读者有所启发-purpose of this paper is a demonstration of Linux SOCK_PACKET jack way to use the network to achieve the data frame capture, programming
-
-
0下载:
一个用vb写的浏览器,基本满足浏览网页的功能,包括收藏网页,打印网页新建网页,进度条,搜索,刷新等.是程序设计实践中做的课程设计已经通过老师的验收放心引用.-Using vb to write a browser, visit the website to meet the basic functions, including the collection of pages, print pages of new pages, the progress bar, search, refresh
-
-
0下载:
c语言实现了snmp中set get bulk 和bulkwalk功能 源码-c language in the implementation of snmp and set get bulk source bulkwalk function
-
-
0下载:
Windows 的 socket 编程入门实践
实现server与client的通信-Windows of the socket programming practice to achieve entry-server and client communications
-
-
0下载:
一个代理服务器软件 vc++实现 适合新手练习vc++的网络编程 代码的使用已放在rar包里了 -A proxy server software for vc++ to achieve new practice of vc++ the use of network programming code has been placed on the bag rar
-
-
0下载:
能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
-
-
0下载:
visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述
第2章 C#.NET高级网络编程技术概述
第3章 开发基于TCP协议的应用程序
第4章 开发基于UDP的应用程序
第5章 开发基于SNMP协议的应用程序
第6章 使用.NET发送邮件
第7章 FTP下载与文件传输
第8章 基于C#.NET的网络管理模块
第9章 编写基于.NET的Web Service
第10章 基
-
-
0下载:
主要是讲解Linux下编程的使用和方法,以及在实际中的高级应用。-Mainly to explain the use of Linux, Programming and methods, as well as advanced applications in practice.
-
-
0下载:
VC++开发的计算机远程控制的程序,分服务器端与客户端,都在本资源中!
简单练习一下网络编程知识,供学习之用-VC++, computer remote control program, sub-server and the clients are in the resources! Simple practice my knowledge of network programming, for learning purposes
-
-
0下载:
2011最新CCNA题库 V104.2版,并带有中文解析的哦,大家快来下载进行练习吧!
还包含640-801的lab题,图片放大一点就清晰了-The latest version of CCNA exam V104.2 2011, and resolved with the Chinese, oh, we Come to practice download it! The lab also contains 640-801 questions a little to clear the
-
-
0下载:
1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序;
(1) 实践内容
(2) 实现过程
注意:
① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别;
② 在此实践中某些功能模块的实现流程;
③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程;
(3) 关键技术
关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴;
(4) 遇到的问
-
-
0下载:
这是我学习《网络应用编程》中练习时编的控制台程序,通过屏显菜单,把里面各个控制台的例子综合到一个项目中,方便大家学习、复习巩固用。-This is my learning " network application programming" code of practice in the console program, through the on-screen menu, the inside of each case integrated into a console p
-
-
0下载:
一个RPC(远程调用)的例子,利用了JAVA的反射、动态代理、Socket编程等技术来实习的一个远程调用的例子。展示了用JAVA来实现远程调用的基本过程。-A RPC ( remote procedure call ) example, use of the JAVA reflex, dynamic proxy, Socket programming technology to practice of a remote procedure call example. Show how to us
-
-
0下载:
C++编写的聊天软件,包括客户端和服务器端程序,作为初学者网络编程的练习。-Chitchat software writed whih c++,including client part and service part.The beginner can take it as a practice of network programming.
-
-
0下载:
基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。-A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.
-
-
0下载:
linux系统编程之信号练习实例,通过本例,读者可以熟悉Linux下信号的运用-Signal practice examples of linux system programming, through this example, the reader is familiar with the use of Linux may signal
-
-
0下载:
本项目是使用java编写,即使点对点聊天工具,主要为了练习网络编程Socket而写,内容不是很齐全,望见谅。-This project is the use of java to write, even if peer chat tools, Socket network programming primarily to practice writing, the content is not very complete, hope forgive me.
-
-
0下载:
虽然多年前在本科课程中学过C++,但之后的几年里,C++主要被我用来进行简单的算法实现或者简单的学术仿真程序的编写,一直没有深入实践过“面向对象的C++”、“泛型的C++”。因此,自己还是一个彻头彻尾的C++初学者。这里从初学者的角度谈谈读了这本书以后对C++的几点新理解新体会。
1,C++追求程序执行的效率,因而牺牲了一些编程开发的便利性。
书中好几个例子提到了这一点。比如,C++类中的方法都是默认non-virtual的。virtual函数会造成额外的开销,空间上要增加V
-
-
0下载:
01--Python编程:从入门到实践.pdf(Python programming: from the start to the practice of.Pdf)
-