CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - WinSock

搜索资源列表

  1. 在VB中基于Winsock控件实现网络围棋对弈

    1下载:
  2. 在VB中基于Winsock控件实现网络围棋对弈-in VB based Winsock Control Network Go Chess
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:145737
    • 提供者:lm
  1. wsock32dll原程序

    0下载:
  2. 程序通过替换wsock32.dll 来监测winsock调用. 可以在要跟踪的程序当前目录下复制一份 windows\\system\\wsock32.dll 到跟踪的程序当前目录,并改名为 wsock32.aaa,把本程序生成的wsock32.dll 也复制过去。 -wsock32.dll replacement procedures adopted to monitor call winsock. The procedures to follow under the current dire
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:10521
    • 提供者:广泛
  1. Chess

    0下载:
  2. 个人版网路五子棋,根据WinSock API函数编写
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:50414
    • 提供者:老地方
  1. 1288

    0下载:
  2. 网络编程 winsock 做外挂的资料-network programming protocols of doing external information
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:6778
    • 提供者:s
  1. windows内核相关源码

    0下载:
  2. windows内核 硬盘、winsock、窗口、进程、HOOK、调试、dll 集一体的模块源码!
  3. 所属分类:外挂编程

  1. llk

    0下载:
  2. 连连看游戏网络版.不但可以单机玩,还利用Winsock控件实现了网络对战。客观的说,代码有些乱,特别是每个方块均采用一个Image控件的做法不太可取,不过效果非常好。源码爱好者玩了一局,另一番感受。它的源码你可以进行改进和加入更多功能。-Lianliankan online version of the game. Will not only stand-alone play, but also to use Winsock control against the realization of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:518265
    • 提供者:441
  1. tcp_wuziqi

    1下载:
  2. VB语言编写的网络对战五子棋源代码。网络采用TCP协议,应用winsock控件。我找过很多类似的程序,这个是最好的。-TCP_wuziqi
  3. 所属分类:游戏

    • 发布日期:2017-06-03
    • 文件大小:80620
    • 提供者:晓来谁
  1. CODE_UPLOAD1421

    0下载:
  2. Play Othello Game in multiplayer mode with the TCP/IP or in local mode.... Winsock and recursive code-Play Othello Game in multiplayer mode with the TCP/IP or in local mode.... Winsock and recursive code...
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:14362
    • 提供者:wanderer
  1. Game_Programming_Guide

    0下载:
  2. 游戏编程指南本文基于VC7.0 / DirectX 9.0 / Winsock 2.2-Game Programming Guide
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:480916
    • 提供者:loll
  1. AI

    0下载:
  2. 函式庫: Windows API SDK Open GL 1.2 DirectX SDK Winsock Mci API 預測2步之五子棋AI與玩家遊戲. -Library: Windows API SDK Open GL 1.2 DirectX SDK Winsock Mci API Forecast Step 2 of the AI and player backgammon game.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:837164
    • 提供者:朱庭贤
  1. 201062320466489

    0下载:
  2. 此版本界面简洁美观,通过Winsock进行网络传输,附带远程CMD功能(使用方法可在源码中获知)。棋子图片可更换,格式为32*32bmp文件背景色(255,192,128)。 -This version of the interface is simple and beautiful, through Winsock for network transmission, with remote CMD features (using the method in the source of info
  3. 所属分类:Game Program

    • 发布日期:2017-04-16
    • 文件大小:128521
    • 提供者:luchaohw
  1. 3

    0下载:
  2. 网络五子棋,分为游戏双方。一方为服务器端,另一方加载此服务器,基于winsock-Internet backgammon, the game is divided into two sides. One for the server side, the other load this server, based on winsock
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-02
    • 文件大小:591297
    • 提供者:罗琦
  1. post_demo.ZIP

    0下载:
  2. vb winsock 封包发送post get等相关命令。可以利用于封包游戏-vb winsock packet sent post get and other related commands. Games can be used in Packet
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-27
    • 文件大小:6143
    • 提供者:bookuser
  1. Game-Server-Network-Programming

    0下载:
  2. 网络游戏Server编程 本书向读者展示了网络游戏服务器设计和开发的基础知识及实战案例,首先介绍了C/C++的基础知识、开发服务器所必需的基础类及通信类;然后说明了C/C++基础知识中的继承(Inheritance)、重载(Overloading)等概念,以及基础类中的Log、Memory类和Thread类;接着在通信类中对服务器编程所需的Winsock及IOCP进行了说明;还介绍了如何运行库和类设计游戏服务器;另外,介绍了其他书籍中不常见到的性能监视器(Performance Monit
  3. 所属分类:游戏引擎

    • 发布日期:2013-03-11
    • 文件大小:675536
    • 提供者:沈飞
  1. game

    0下载:
  2. 碰球游戏源码,使用了winsock支持联网游戏,适合网络编程初学者学习-Hitting the ball game source code, use winsock support networked games, suitable for network programming beginners learning
  3. 所属分类:Other Games

    • 发布日期:2017-11-22
    • 文件大小:29696
    • 提供者:ddd
  1. vbllk

    0下载:
  2. VB连连看网络版游戏代码,不但可以单机玩,还利用Winsock控件实现了网络对战。-VB lianliankan Online game code, not only can play alone, but also the use of Winsock control to achieve online play.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-17
    • 文件大小:520469
    • 提供者:安娜
  1. Reversi

    0下载:
  2. 利用winsock实现了图形界面的网络黑白棋-Online reversi using winsock and QT
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:19472
    • 提供者:kejunjie
  1. 20090327

    0下载:
  2. 用INET或XMLHTTP winsock webbrowser提交表单登录一个网站,特别是含有验证的的网站,怎么获取验证码图片放到PictureBox或Image里显示。-INET or use XMLHTTP winsock webbrowser login form to submit a site, especially with proven website, how to obtain verification code picture on display in PictureBo
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6647
    • 提供者:摆放花草
  1. A-Basic-Multi-User-Chat-Program

    0下载:
  2. 多用户聊天服务器,代码完成了winsock多连接的应用,-multi-user chat server, code completion of a multi-link protocols of the application
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6087
    • 提供者:oeconom
  1. AnExampleOfHttpProgramming

    0下载:
  2. 一个简单的基于WINSOCK的HTTP请求发送实例水平有限请大家指教-based on a simple HTTP request WINSOCK example of this is limited please enlighten
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7223
    • 提供者:针对
« 12 »
搜珍网 www.dssz.com