-
获得本机以及指定域名的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
-
这是一个开发WINCE系统上键盘输入法的例子,在EVC上编写,方法易懂,简单易用,可以一看。...
这是一个开发WINCE系统上键盘输入法的例子,在EVC上编写,方法易懂,简单易用,可以一看。-This is a development system, the keyboard input method WINCE case in point is the preparation of the EVC, methods easy to understand, easy to use, you can have a look.
- 2022-03-03 02:46:34下载
- 积分:1
-
软件架构设计,流程架构设计,组织架构设计
软件架构设计,流程架构设计,组织架构设计-Software architecture design, architecture design flow, organization structure design
- 2023-03-27 05:40:02下载
- 积分:1
-
This procedure is used to engage in sports competitions artistic hand to score s...
此程序是用于搞文艺体育活动比赛评分省去以往手工去评分记录-This procedure is used to engage in sports competitions artistic hand to score save previous score record
- 2022-06-27 19:42:46下载
- 积分:1
-
Windows ce下的改变时间控件的程序 !
Windows ce下的改变时间控件的程序 !-Windows ce under the control of the procedure to change the time!
- 2022-02-04 20:59:06下载
- 积分:1
-
一个画图的小程序!简单
一个画图的小程序!简单-drawing of a small program! Simple
- 2022-01-26 06:12:29下载
- 积分:1
-
这是一个存储管理分区分配算法的源码,操作系统的
这是一个存储管理分区分配算法的源码,操作系统的-this is a source code of save the charge sectors,for operating system
- 2022-11-29 02:45:03下载
- 积分:1
-
MSG消息列表
整理的一份WM_开头的消息列表,共查询
- 2022-02-07 05:52:39下载
- 积分:1
-
Colleges and Universities Computer Science and Technology teaching operating sys...
高等学校计算机科学与技术专业教材
操 作 系 统
Operating System
孟庆昌 编著
电子工业出版社
Publishing House of Electronics Industry
北京・BEIJING
-Colleges and Universities Computer Science and Technology teaching operating system Operating System孟庆昌edited by Publishing House of Electronics Industry Publishing House of Electronics Industry Beijing BEIJING
- 2022-06-13 22:24:34下载
- 积分:1
-
Differential Equations (ODE) Solver through Galerkin Method
Galerkin方法求解常微分方程组...
Differential Equations (ODE) Solver through Galerkin Method
Galerkin方法求解常微分方程组的实现
这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是
Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method Galerkin method for solving ordinary differential equations matlab program to achieve this through the Galerkin method for solving ordinary differential equations, of course, a result of solving Differential Equations (ODE) approximation of the solution.
- 2022-11-27 00:50:03下载
- 积分:1