-
根据协议中的原则,对每个字节进行分析,…
能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文-According to the agreement in principle with each other, for each byte analysis, but also can display Chinese and English
- 2022-06-22 01:52:42下载
- 积分:1
-
You may read code because you have to
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code.
Fact: If you make a habit of reading good code, you will write better
- 2023-06-05 04:00:03下载
- 积分:1
-
快速抓IE网页里的文章.
可以用在快速得到用户当前在访问的文章上....
快速抓IE网页里的文章.
可以用在快速得到用户当前在访问的文章上. -rapid grasp Internet Explorer Web"s article. Can be used in the fast current users in the article on the visit.
- 2022-07-19 03:16:46下载
- 积分:1
-
xmldtree_1 xml操作
xmldtree_1 xml操作-xmldtree_1 xml operation
- 2022-02-14 07:59:37下载
- 积分:1
-
parzen算法的vc实现代码,包括正态分布和均匀分布。
parzen算法的vc实现代码,包括正态分布和均匀分布。-vc achieve parzen algorithm code, including the normal distribution and uniform distribution.
- 2022-12-17 17:35:04下载
- 积分:1
-
计算方法中大部分的算法实现基于类的实现
计算方法中大部分的算法实现基于类的实现 -Calculation algorithm in most of the categories based on the realization of
- 2022-12-26 01:50:03下载
- 积分:1
-
一个关于VFP对OUTLOOK直接操控的小功能
一个关于VFP对OUTLOOK直接操控的小功能-OUTLOOK on VFP direct manipulation of the small function
- 2022-03-23 19:42:52下载
- 积分:1
-
一个文件分隔的源码
一个文件分隔的源码-a separate document the source
- 2022-01-31 12:10:15下载
- 积分:1
-
简单的Java聊天室系统
C/S实训开发模拟
运用Java程序编程聊天室,实现简单的聊天功能。它是以图形界面,线程,数据流等技术的综合应用。其界面主要采用了java.awt包,java.swing包以及java.util包等。程序实现了聊天室的基本功能,其中有:
1. 启动服务器;
2. 进入客户端界面;
3. 登录聊天室;
4. 发送信息(发送按钮);
5. 关闭服务器(关闭按钮)。
要实现用户与服务器相连接,就要用到Java网络编程的知识。当客户需要通信时,它们可以通过使用socket类建立套接字对象并连接在一起,当客户端对象建立后,客户端socket对象可以使用方法getInputStream()获得一个输入流,这个出入流的源和服务器的一个输出流的目的地刚好相同,所以,客户端用输入流可以读取服务器写入到输出流中的数据,客户端Socket对象使用方法getOutputStream()获得一个输出流,这个输出流的目的地和服务器端的一个输入流的源刚好相同,因此服务器用输入流可以读取客户写入到输出流中的数据。为了能使客户成功地连接到服务器,服务器必须建立一个ServerSocket对象,该对象通过将客户端的套接字对象和服务器端的一个套接字对象连接起来,从而达到连接的目的。当服务器的ServerSocket
- 2022-03-23 13:31:03下载
- 积分:1
-
手机店管理
手机店铺管理是是用C#语言的一个窗口基础软件。可以采取这个软件所有的动作。
- 2022-05-09 14:24:46下载
- 积分:1