登录
首页 » Windows Socket编程 » 1 首先下载josua

1 首先下载josua

于 2022-03-06 发布 文件大小:445.81 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

1 首先下载josua-0.9.2.tar.gz(http://osip.atosc.org/download/deprecated/)和libosip-0.9.2.tar.gz(); 2 将两个文件分别解压缩到/josua文件夹和 bosip文件夹,需要注意解压缩的时候要使用winzip,winrar解压缩会有问题; 3 打开VC++6.0,在文件菜单中打开~ bosip/windows/osipfsm.dsw,(注意:没有先打开VC++,直接打开~ bosip/windows/osipfsm.dsw时候出现了问题?); 4 编译的时候要首先编译osipparser files,再编译osipfsm files(注意:直接编译会出现不能打开osipparser.lib的错误提示);编译后则在文件夹~ bosip/windows/.libs下生成osipfsm.dll,osipfsm.lib和osipparser.dll,osipparser.lib四个库文件; -a first download josua- 0.9.2.tar.gz (http :// osip.atosc.org/download/deprecated /) and l ibosip- 0.9.2.tar.gz (

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 各种套接字接口函数在环境重的上下文中有其用途…
    各种套接字接口函数都有其使用的上下文环境和参数规定。上下文环境由程序模式和程序流程决定;参数则有正确和错误之分。因此在根据错误提示信息解决错误时,应注意到这两种情况。-various socket interface function has its use in the context of environmental requirements and parameters. Environmental context by the procedures in decision processes and procedures; Parameters are right and wrong points. In accordance with the wrong message at the wrong solution, it should be noted that both cases.
    2022-02-21 13:36:18下载
    积分:1
  • 一款类似于黑雨的邮箱密码攻克软件
    一款类似于黑雨的邮箱密码攻克软件-similar to the one mail password capture software
    2022-05-17 12:27:39下载
    积分:1
  • HTTPClient: 该序完全是为了演示HTTP的客户写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例...
    HTTPClient: 该程序完全是为了演示HTTP的客户编写的,因此运行时必须在本机有开HTTP服务才行。 HTTPSvr: 这是微软提供的HTTP服务器例程,使用时需要在建一个 C:webpages的目录。你把该目录下的webpages拷到C:就好了。 下面是原来的readme-HTTPClient : The procedure is to demonstrate the preparation of HTTP clients, and therefore must be run in the machine is open HTTP domestic demand. HTTPSvr : This is Microsoft"s HTTP server routines, the need to be used in building a C : webpages directory. You put the directory of webpages Manchester C : good enough. Below is the original readme
    2023-02-26 23:00:03下载
    积分:1
  • bt下载工具的源代码,对想了解的端口和NAT穿透内网的,很有帮助。...
    bt下载工具的源代码,对想了解的端口编程和NAT穿透内网的编程,很有帮助。-bt download the source code tool of the port would like to know programming and penetration within NAT network programming and helpful.
    2022-03-23 09:50:21下载
    积分:1
  • 蓝牙文件传输,是可以直接运行的一个小
    蓝牙文件传输,是可以直接运行的一个小程序-Bluetooth file transfer, it can directly run a small program
    2022-07-08 12:14:34下载
    积分:1
  • TCP文件传输协议的服务器端的实现(JAVA写)
    TCP文件传输协议的服务器端的实现(JAVA编写)-TCP File Transfer Protocol server-side to achieve the (JAVA prepared)
    2022-05-13 16:29:49下载
    积分:1
  • 仿真manet中的AODV协议,并对其仿真结果有详细分析,对同学者有一定帮助...
    仿真manet中的AODV协议,并对其仿真结果有详细分析,对同学者有一定帮助-MANET simulation of AODV protocol, and its simulation results are detailed analysis of students who have some help
    2022-02-05 12:50:40下载
    积分:1
  • 简单的 购物系统 可以清晰的了解购物的业务流
    简单的 购物系统 可以清晰的了解购物的业务流程-The system can be easy to clear to know the business processes
    2022-07-18 18:48:02下载
    积分:1
  • full name in English : Vitci Eshop, the Chinese name : Victoria C Mall, which is...
    * VITCIE 的英文全称为:Vitci Eshop,中文名称为:维C商城,是一款基于php+Mysql的网络商城. * * VITCIE 具有以下特点: * * 1. 基于Php+Mysql+FreeBSD系统构建,稳定/强大/低廉; * * 2. 采用流行的模版编译系统,轻松拥有美观实用的用户界面; * * 3. 内建语言包替换模块,轻松实现多语言版本; * * 4. 拥有强大的数据备份功能; * * 5. 独创的商品参数模版系统,不同类别商品具体参数的维护将变得极之容易。-full name in English : Vitci Eshop, the Chinese name : Victoria C Mall, which is a php Mysql online marketplace.** VITCIE have the following characteristics :** 1. Php Mysql based on FreeBSD system builders, stability/powerful/low;** 2. to use the popular templates Compiler easily have aesthetic and practical user interface;** 3. Built-language pack replacement modules, easier and more language versions;** 4. powerful data backup function;** 5. original merchandise parameters template system, different categories of products to safeguard the specific parameters will become very easy.
    2022-10-04 01:00:03下载
    积分:1
  • 客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为...
    客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为客户机采用主动通信的方式,主动发起通信过程,才能最终完成通信。-client/server model is to solve the communication problems polymerization. If we do not use the client/server model is very difficult to achieve normal communications, as one of only a passive server, which has been waiting for communication with the other side; The other client as an active communication, initiate the communication process can be finalized communications.
    2022-01-26 07:43:14下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载