-
c# wifi串口测试
C# wifi串口测试。类似串口调试助手。搜索设备SendHex
- 2023-04-24 00:45:03下载
- 积分:1
-
多线程端口扫描
一个代码很规范的程序,实现对目标IP的主机进行端口扫描,其中线程数在程序中内嵌,无法自定义。可以自定义要扫描的端口号,有操作界面,操作简单,运行流畅,不会出现运行过慢的情况,不会卡顿,很好的例子。源码中有详细的注释。
- 2022-10-20 18:05:04下载
- 积分:1
-
ASP编写的动感下载系统
ASP编写的动感下载系统-prepared by the ASP dynamic Download System
- 2022-06-19 05:27:31下载
- 积分:1
-
A scalable Web
一个可扩展的基于Web 的office 套件,它采用模块化设计,可扩展性强。主要功能有:用户管理、模块管理、email客户端、文件管理、日历、项目管理、站点管理以及客户联系管理等,可以与PDA和Outlook 同步-A scalable Web-based office suite, which uses modular design, scalability, strong. Main features include: user management, module management, email client, document management, calendar, project management, site management, and customer contact management, and Outlook synchronization with PDA
- 2022-04-07 10:19:06下载
- 积分:1
-
这是一个VNC源代码,号称世界上监控速度最快的监控系统.
这是一个VNC源代码,号称世界上监控速度最快的监控系统.-This is a VNC source code, which claims to monitor the world
- 2023-02-28 07:15:04下载
- 积分:1
-
SSH
一个基于SSH & SFTP的客户端源码-SSH
- 2022-07-23 15:53:40下载
- 积分:1
-
计算校验和
校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
计算校验和
校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。
由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。
还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。
当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。
-calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
- 2022-01-26 06:39:03下载
- 积分:1
-
主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以...
主要功能: 1.可以搜索局域网内的所有工作组和计算机; 2.利用了win2k的net send 功能。可以向对端直接发送桌面消息,对端不 用有该程序; 3.可以查看对方的共享资源; 4.可以直接登录对方计算机,可以建立空连接; 5.可以点对点的进行语音通话; 6.可以匿名发送消息; 7.可以传送文件,(最好是小于10M的文件,这个功能还没有优化好);-main functions : 1. LAN can search all the working group and the computer; 2. Win2k use of the net send function. To be sent directly to end desktop news is not right side of the proceedings; 3. View can share each other"s resources; 4. The other side can be directly logged in the computer, we can establish air links; 5. Could the point-to-point voice calls; 6. Anonymous information can be sent; 7. documents can be transmitted, (preferably less than 10M of the document, and the optimization feature is not good);
- 2022-03-22 07:50:43下载
- 积分:1
-
windows网络编程
多个WINDOWS SOCKET 编程实例,基础
本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。
内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。
本书论述深入浅出、用大量实例详解了微软网络API函数的应用。
配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。
- 2023-06-01 03:25:05下载
- 积分:1
-
php template technology, using technology smarty official php web template devel...
php 模板 技术实现, 采用 smarty 官方技术实现 php web 模板开发, 几秒钟实现全站更新-php template technology, using technology smarty official php web template development, a few seconds to realize the station update
- 2022-01-25 20:21:03下载
- 积分:1