-
获得本机以及指定域名的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
-
实例09
实例09-多人聊天室-09-people chat room
- 2022-04-16 06:49:32下载
- 积分:1
-
This a C++ code about Josephus problem, and use two
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com (2005-5-22,VC,1KB,下载0次)【向站长举报此文件和某个同类文件可能重复】-This a C++ code about Josephus problem, and use two-way chain form to realize.If you have any problem, please contact ho1983xx@tom.com
- 2022-02-02 20:43:28下载
- 积分:1
-
be common VB users landing module! ! ! Very useful! ! The city should no longer...
可以通用的VB用户登陆模块!!!非常有用!!不要再去写 烦人的登陆了 这个模块帮你一起搞定-be common VB users landing module! ! ! Very useful! ! The city should no longer write the landing of the module help you to get together! !
- 2022-03-17 14:29:32下载
- 积分:1
-
The software result is show the figure below: there are two floating and size ad...
程序运行结果如下图:左边、底下有两个可浮动、可变大小的控制窗口 ,在左边一个Tab页中,可以显示系统目录。-The software result is show the figure below: there are two floating and size adjustable windows in the left bottom, the system directory can be displayed in one of the left tab page.
- 2022-01-31 06:42:45下载
- 积分:1
-
利用c++BUILDER控制窗体
利用c++BUILDER控制窗体-c BUILDER control the use of Form
- 2023-03-15 02:50:04下载
- 积分:1
-
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
- 2022-02-28 14:53:16下载
- 积分:1
-
4G LTE 物理层相关协议 TS36.201――810
4G LTE 物理层相关协议 TS36.201――810-4G LTE physical layer related agreements TS36.201--810
- 2022-02-07 02:23:00下载
- 积分:1
-
后台监控客户端信息
windows 后台服务程序, 监控客户端 ip 信息数据 写文件保存日志
- 2023-02-02 06:55:04下载
- 积分:1
-
C51驱动PM2.5芯片源码
C51驱动PM2.5芯片源码,基于KEIL MDK的C51版本开发的PM2.5传感器驱动代码,内部附有文档和说明,也有直接可以用的可执行文件。方便二次开发,对PM2.5环境监测的学习具有深远意义。
- 2022-02-05 07:46:47下载
- 积分:1