-
CRC校验
Visual Basic源代码
CRC校验
Visual Basic源代码-CRC Checksum Visual Basic source code
- 2022-07-16 16:13:28下载
- 积分:1
-
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。...
用于查询体育彩票的中奖情况,先导入自己写的体育彩票号码的文本文件,再导入历来中奖的体育彩票号码的文本文件,就可以查询。-inquiries for the sports lottery jackpot, the first to write into their sports lottery number in a text file, then import the sport has always winning lottery number in a text file, it can inquiries.
- 2022-12-14 10:05:03下载
- 积分:1
-
并网光伏电站监控系统
C# 实现的windows服务,多线程、TCP协议和心跳包机制,可对下行的设备进行设备管理和数据解析,实现对光伏电站数据的监控
- 2023-07-13 14:45:05下载
- 积分:1
-
A good strong program for many people like to use, very very powerful, Welcome
很好很强大的程序适合很多人使用,很好很强大,欢迎使用-A good strong program for many people like to use, very very powerful, Welcome
- 2022-03-12 21:19:55下载
- 积分:1
-
本人不才,当初还不知道OPENH323的时候,用DX写的一个关于网络电话的东东.也许VC开发时间长一些的朋友,有可能都已经见过了,呵呵.希望对大家有用...
本人不才,当初还不知道OPENH323的时候,用DX写的一个关于网络电话的东东.也许VC开发时间长一些的朋友,有可能都已经见过了,呵呵.希望对大家有用-I Incompetent, when OPENH323 do not know when DX was made using a telephone network on the Eastern. VC development time, perhaps longer friends. might have seen, Ha ha. We hope that the right useful
- 2022-07-25 03:04:56下载
- 积分:1
-
主机用串口,从机用普通的I/O口进行相互的通信
主机用串口,从机用普通的I/O口进行相互的通信-Host using the serial from the machine put it in general I/O port for communication with each other
- 2023-09-07 09:10:02下载
- 积分:1
-
a DLL using information obtained CPU code, very professional, not only can the C...
一个利用DLL实现获得CPU信息的代码,十分专业,不但可以获得CPU的速度、型号等,而且可以获得CPU的缓存大小、流水线数等等30多项CPU的特性,而且,带了DLL的VC源程序-a DLL using information obtained CPU code, very professional, not only can the CPU speed, models, but the available CPU cache size, number, etc. Line 30 of the characteristics of the CPU, but with a VC source DLL
- 2022-07-03 01:43:55下载
- 积分:1
-
for the development of a library of useful Wanton
一个对于开发字库很有用的-for the development of a library of useful Wanton
- 2022-03-31 00:54:20下载
- 积分:1
-
可以统计文章的字数的软件,功能简单,适合学习使用
可以统计文章的字数的软件,功能简单,适合学习使用-article wordage software functions simple, suitable for learning to use
- 2022-02-25 14:22:05下载
- 积分:1
-
获得本机以及指定域名的ipv4和ipv6地址
应用背景本代码可以用来实现获取本机以及指定域名的ipv4地址以及ipv6地址,代码分了两个c++文件,并非写在一起,使用时可以注释掉其中一个或是新建项目将其中一个c++文件剪切进去。关键技术
对于本地的ip地址我们只需要使用WinSocket继承的Berkeley Socket API里面的函数gethostbyname()通过名字获得主机信息,然后再显示出其ip地址即可,对于输出ipv6地址需将地址族改为AF_INET6.进一步得到ipv6地址。而要得到指定域名的ip地址时需要对一个地址同样使用gethostbyname()获得信息,再进行显示。
- 2022-07-04 18:45:02下载
- 积分:1