搜索资源列表

  1. NetworkWatchSystem

    0下载:
  2. 网络设备监控软件说明文档 雪峰 1、自己公司是做网络通讯服务的,需要对各个基站、节点的网络连接状态监控 2、以及设备资产进行管理 是DELPHI开发的,需求详细说明、开发文档、编程规范等在解压后的目录NewNet\document\中 tony.he 13960833000 8135666@163.com-Network equipment monitoring software document
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:3044352
    • 提供者:tonylike
  1. GetIp

    0下载:
  2. 轻而易举获取本机IP地址,在网络通讯编程中有比较大的用处-Easy access to the local IP address, in network communications programming has more usefulness
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:墓中无人
  1. GetNetSetting

    0下载:
  2. 得到网络设置,在网络通讯编程中有较大的用处,适合刚刚涉及网络编程的初学者学习-Be the network settings in the network communications programming have a greater usefulness, has just been involved in network programming for the beginners to learn
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:墓中无人
  1. safdsfewfewe

    0下载:
  2. + 界面编程 按钮控件 组合框控件 编辑框 TreeView控件 Static控件 PropertySheet RichEdit ListView/ListBox 菜单 工具条 状态条 对话框与窗口 系统编程 网络编程 驱动编程 数据库编程 GDI/图象编程 C#编程 .net
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:lin
  1. linux_network_UDP

    0下载:
  2. 这是一款很通用的linux下的UDP通讯编程。适合于嵌入式linux平台不可靠网络通讯的开发等相关研究。-This is a very common UDP communications under linux programming. Suitable for embedded linux platform unreliable network communications development and other related
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李少春
  1. Netwok_comm

    0下载:
  2. 网络通讯编程使用案例精选源码,配套源码。对网络编程参考十分有用。-Network communications programming source selected use cases, supporting source code. Programming on the network very useful reference.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4620288
    • 提供者:
  1. socket

    0下载:
  2. socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsoc
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:7334912
    • 提供者:qingangjun
  1. File_Tran_svr_clt

    0下载:
  2. 文件传送协议的服务器端和客户端源码,自创的文件通讯协议,对网络服务器和客户端编程有一定的启示-File Transfer Protocol server and client source code, created a document of communication protocols, the network server and the client program has some inspiration
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:朝发羊
  1. myicq-0.9-alpha2.src

    0下载:
  2. 使用mysql 的myicq 程序 完全模拟qq的界面,实现各种qq的功能,对学习网络通讯编程有较好的帮助!-a programe of myicq is a very useful example in study internt communication!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1531904
    • 提供者:龙志涛
  1. sockets

    0下载:
  2. symbian手机系统上利用 socket 模拟http的网络通讯编程的架构,希望对手机网络编程的朋友有用。-symbian mobile phone system using the socket network http communications simulation programming fr a mework for mobile network programming useful friends.
  3. 所属分类:Symbian

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:韩景维
  1. qserver

    0下载:
  2. 网络通讯编程程序员是常用的,而问题也是常现的,此例以标准的方法解决这个问题,请参考(本源码是服务器端程序)-Network communications programming programmer is commonly used, but also often are, and in this case the standard method to solve this problem, please refer to (the s
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:933888
    • 提供者:lisl
  1. 14160_1245114464X425

    0下载:
  2. WSAAsyncSelect 网络通讯编程包含服务器和客户端-WSAAsyncSelect programming network communications with the server and the client
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:671744
    • 提供者:zz
  1. GetNetSettingCode

    0下载:
  2. 一个获取网络设置和网卡信息的源代码,可用来学习网络通讯编程-a source code for net setting and net card setting, which can be used for studying of net communication programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:mingdong
  1. GetIPcode

    0下载:
  2. 一个获得本机IP的源代码,用MFC编写,可以用来进行网络通讯编程-a source code for getting IP address of local machine, which is programmed by MFC. It can be used for net communication programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:mingdong
  1. SOSFetionSource

    0下载:
  2. 飞信2008反编译源码!有利于精通网络通讯编程学习-Fetion 2008 decompile source code! Is conducive to learning fluent in network communication programming
  3. 所属分类:手机短信编程

    • 发布日期:2024-05-20
    • 文件大小:274432
    • 提供者:张杰
  1. dos-tcp

    0下载:
  2. dos下网络通讯编程例程.支持TCPIP/UDP等常用多种功能,针对NE2000网卡,别的型号网卡只要有驱动更换NE2000.COM即可通用。-dos of network communication programming routines. supports TCPIP/UDP and other commonly used a variety of functions, for the NE2000 card, other typ
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:225280
    • 提供者:田旭晖
  1. shuoming

    0下载:
  2. 网络通讯编程时的记录,添加一个对话框选择不同的“工作方式”。将发送的UDP报文显示出来。-Network communications programming record, add a dialog box, select a different " ways of working." Will send the UDP packet is displayed.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:Autumn
  1. wendang

    0下载:
  2. 网络通讯编程时的说明文档,工程添加“初始化参数设置”对话框。分“固定发送”和“手动发送”。并将发送的UDP报文显示出来。-When the network communication programming documentation, engineering, add the " initialization parameter settings" dialog box. Points " fixed sen
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:Autumn
  1. VoIP_Dll

    0下载:
  2. 很好的IP网络电话控制程序(并能够调节音量大小),生成的DLL文件,方便用户调用开发更高级的网络语音通信控制程序。用VC++6.0开发环境,适合初步学习vc网络通讯编程的人参考,-A very good IP Internet phone control program (and be able to adjust the volume size), the generated DLL file, user-friendly call
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:wq
  1. IOCP-SRC

    0下载:
  2. 完成端口的QQ代码,可以用来参考大型网络游戏的网络编程和网络通讯软件-QQ code completion port can be used to refer to large-scale network game network programming and network communication software
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:32980992
    • 提供者:徐胜
« 1 2 3 45 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org