资源列表
[Internet/网络编程] 20051111164846677
说明: 升级内容: 首页,分类页,新闻页可生成静态页面。 添加修改新闻时自动更新相关新闻和前后篇新闻、分类、专题静态页面 修正分类固顶数大于分页大小时第一页显示分类所有新闻问题-upgrade : Home, category pages, news pages can be generated static pages. Add changes to the press automatically update the relevant information and news a<赵洁> 在 2025-06-03 上传 | 大小:1.24mb | 下载:0
[Internet/网络编程] 网络crc
说明:这个是计算机网络第四版其中的一道编程题目.是实现CRC编码的程序.对于网络初学者来说是一个不可多得的学习的程序.-This is the fourth edition of which the computer network of a programming topic. Yes CRC coding procedures. Beginners network is a rare study of the procedure.<李想> 在 2025-06-03 上传 | 大小:8kb | 下载:0
[Internet/网络编程] CRC实验报告
说明:这是计算机网络第四版的一个CRC实验报告.之前我上传了另外一个CRC的实验,这个是CRC实现的另外一个不同的方法.-This is the fourth edition of the computer network experiment a CRC report. Before, I uploaded another CRC test, the realization of the CRC is a different approach.<李想> 在 2025-06-03 上传 | 大小:28kb | 下载:0
[Internet/网络编程] int
说明:windowns 32 网络编程用的常用函数,欢迎大家下载-windowns network programming with 32 commonly used functions, welcoming everyone to download<嚣张> 在 2025-06-03 上传 | 大小:61kb | 下载:0
[Internet/网络编程] ChatMain
说明:不好意思 只是想看看别人的源码 这个是参照别人的写的简单巨域网聊天工具 不能传中文,不好意思,希望站长原谅。-sorry just want to see other people's source code is the reference to the others to write a simple chat area network giant tool-not Chinese, sorry, forgive head.<志杰> 在 2025-06-03 上传 | 大小:4kb | 下载:0
[Internet/网络编程] libosip2-2.2.2.tar
说明:最新osip源代码,已经支持了WIN32和vxWorks操作系统-latest source code, support has been the WIN32 and VxWorks operating system<> 在 2025-06-03 上传 | 大小:648kb | 下载:0
[ICQ/即时通讯] xmlparsers
说明:这是一个自己编制的即时通信协议xmpp的微型版希望对大家有帮助-This is a preparation of their own instant communication protocol Xmpp miniature version hope to be helpful<佟柳燃> 在 2025-06-03 上传 | 大小:6kb | 下载:0
[Internet/网络编程] GameOfLife1_0
说明:Game Of Life 的并行程序 在MPI的下设计的C语言程序:GameOfLife1_0.c 在2D版本,3D正在制做中。-Game Of Life parallel procedures in the design of MPI C Programming Language : GameOfLife1_0.c version of the 2D, 3D which is being produced.<爱老婆> 在 2025-06-03 上传 | 大小:2kb | 下载:0
[TCP/IP协议栈] 基于S3C4510B的以太网协议的移植
说明:基于S3C4510B的以太网协议的移植,适用于三星ARM7核心的S3C4510B开发板,其他ARM7可参考-S3C4510B based on the Ethernet protocol transplant applies to the Samsung S3C4510B ARM7 core development board, other ARM7 reference<李贽> 在 2025-06-03 上传 | 大小:95kb | 下载:0
[Internet/网络编程] 初级教程攻防
说明:这是一本可以给你提供最基本的黑客知识的书,让你了解怎么样成为一名小菜鸟-This is one you can provide the basic knowledge of hackers, so you know how to become a kind of small exposure<hqq> 在 2025-06-03 上传 | 大小:371kb | 下载:0
[Internet/网络编程] http下载(源程序)
说明:是有关HTTP下载的一些程序,本人已经测试过可以使用,希望大家喜欢-the HTTP download some of the procedures, I have tested can be used, hope you like<李军> 在 2025-06-03 上传 | 大小:16kb | 下载:0
[Web服务器] 用Java实现Web服务器
说明:用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接<雨岳> 在 2025-06-03 上传 | 大小:10kb | 下载:0