-
importation of a string (length less than 80) Statistical their letters, numbers...
输入一个字符串(长度小于等于80)统计其字母,数字和其他字符的个数-importation of a string (length less than 80) Statistical their letters, numbers and other characters Number
- 2022-03-21 09:11:33下载
- 积分: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
-
WinIo模拟,本软件用易著作,带模块
WinIo模拟,本软件用易著作,带模块-WinIo simulation, the software works easily with modules
- 2022-03-25 12:51:25下载
- 积分:1
-
Visual Basic 小程序来数据库打印
Visual Basic 小程序来数据库打印-Visual Basic program to a database of small print
- 2022-05-20 01:30:52下载
- 积分:1
-
omnet++ code for wireless networks sumo integrated
人人项目酷好omnet++无线网络代码sumo集成omnet++无线网络代码sumo集成omnet++无线网络代码sumo集成omnet++无线网络代码sumo集成
- 2022-03-19 00:43:29下载
- 积分:1
-
浮舟人生节律计算器1.0.0,可以计算人生的智力、情绪、体力规律。...
浮舟人生节律计算器1.0.0,可以计算人生的智力、情绪、体力规律。-Rhythm of life pontoon calculator 1.0.0, we can calculate life intellectual, emotional, physical laws.
- 2022-03-24 19:34:50下载
- 积分:1
-
一个很好的员工考勤系统,也有助于初学者,学习使用…
一个很不错的人事考勤系统,对于初学者很又帮助,仅供学习使用-A very good staff attendance system is also help for beginners, learning to use only
- 2022-03-14 10:21:28下载
- 积分:1
-
SPI interface experiment, transmission of data to the mainframe SPI, from the pl...
SPI接口实验,主机传送数据到SPI,由从机显示,IO口需要自己重新定义.-SPI interface experiment, transmission of data to the mainframe SPI, from the plane, IO I need to redefine themselves.
- 2022-01-21 18:31:18下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
旅游业管理系统
此源代码是关于旅游管理体制,引导游客为旅游景点的网站。
- 2022-09-24 04:35:03下载
- 积分:1