登录
首页 » Visual C++ » HLDS

HLDS

于 2011-10-29 发布 文件大小:1636KB
0 359
下载积分: 1 下载次数: 44

代码说明:

  著名游戏CS(反恐精英)中,建立服务器的工具HLDS的源码. 可用VC++6.0编译!(Famous game CS (Counter Strike), create the tools HLDS server source code. Available VC++ 6.0 compiler!)

文件列表:

conproc.cpp,7908,2002-10-03
conproc.h,674,2002-10-03
Debug
.....\conproc.obj,23201,2011-10-29
.....\Dedicated.pch,3591704,2011-10-29
.....\dedicated.res,1204,2011-10-29
.....\engine.obj,20779,2011-10-29
.....\hlds.exe,286791,2011-10-29
.....\hlds.ilk,407168,2011-10-29
.....\hlds.map,92743,2011-10-29
.....\hlds.pdb,640000,2011-10-29
.....\sys_ded.obj,35125,2011-10-29
.....\vc60.idb,148480,2011-10-29
.....\vc60.pdb,77824,2011-10-29
Dedicated.aps,18148,2011-10-29
Dedicated.dsp,4896,2002-10-03
Dedicated.dsw,526,2011-10-29
dedicated.h,659,2002-10-03
Dedicated.ncb,50176,2011-10-29
Dedicated.opt,48640,2011-10-29
Dedicated.plg,1766,2011-10-29
dedicated.rc,1712,2002-10-03
engine.cpp,6325,2002-10-03
enginecallback.h,875,2002-10-03
exports.h,392,2002-10-03
Makefile,1054,2002-10-03

resource.h,754,2002-10-03
sys_ded.cpp,19455,2002-10-03
sys_ded.h,565,2002-10-03
引用的头文件
............\beamdef.h,1713,2002-10-03
............\cl_entity.h,3332,2002-10-03
............\com_model.h,7608,2002-10-03
............\const.h,26540,2002-10-03
............\con_nprint.h,936,2002-10-03
............\crc.h,1735,2002-10-03
............\cvardef.h,1578,2002-10-03
............\demo_api.h,870,2002-10-03
............\director_cmds.h,1573,2002-10-03
............\dlight.h,933,2002-10-03
............\dll_state.h,733,2002-10-03
............\engine_launcher_api.h,4318,2002-10-03
............\entity_state.h,4057,2002-10-03
............\entity_types.h,805,2002-10-03
............\event_api.h,2262,2002-10-03
............\event_args.h,1065,2002-10-03
............\event_flags.h,1664,2002-10-03
............\exefuncs.h,1332,2002-10-03
............\hltv.h,2270,2002-10-03
............\interface.cpp,3577,2002-10-03
............\interface.h,4734,2002-10-03
............\in_buttons.h,1154,2002-10-03
............\ivoicetweak.h,962,2002-10-03
............\mathlib.h,4457,2002-10-03
............\netadr.h,896,2002-10-03
............\net_api.h,3043,2002-10-03
............\nowin.h,326,2002-10-03
............\particledef.h,1428,2002-10-03
............\pmtrace.h,1305,2002-10-03
............\qfont.h,903,2002-10-03
............\ref_params.h,1699,2002-10-03
............\r_efx.h,11138,2002-10-03
............\r_studioint.h,5678,2002-10-03
............\screenfade.h,740,2002-10-03
............\studio_event.h,780,2002-10-03
............\triangleapi.h,1858,2002-10-03
............\usercmd.h,1294,2002-10-03
............\weaponinfo.h,1230,2002-10-03

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

发表评论

0 个回复

  • recvfrom
    windows网络编程recvfrom源码实例(windows network programming source code examples recvfrom)
    2015-11-06 19:35:25下载
    积分:1
  • NetworkProgrammming
    基于SOCKET编程,模拟聊天窗口,可选择端口号等,两个窗口之间可以相互发送信息。(SOCKET-based programming, simulation of the chat window, two windows to send messages between each other.)
    2009-04-02 16:09:10下载
    积分:1
  • chap3
    用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
    2020-07-04 14:20:01下载
    积分:1
  • Chat
    在VS2005的编程环境下,利用套接字的编程原理,可以实现网络聊天功能。(On the basic of VS2005, take advantage of the principle of Socket to achieve the ability to communicate online.)
    2014-04-11 09:18:47下载
    积分:1
  • mzc1
    网络报告,可以快速修改使用,方便快捷!谢谢,使用!(Network report, you can quickly modify to use, quick and easy!)
    2013-12-25 12:50:36下载
    积分:1
  • ask_answer
    该程序模拟知乎,作为网上问答系统,用户能注册,登录,提问,回答,点赞,关注,取关,查找问题,等一系列操作,一个服务器端可以同时连接多个客户端,能够同步各个客户端操作结果。程序分为客户端和服务器端,用户gui采用mfc编写,通信方式为socket方式,开发环境为win7 vs2015,编译器v140.(The program simulates know almost as online quiz system, users can register, login, questions, answers, thumbs up, focus on, take off, find the problem, and a series of operations, a server can be connected to multiple clients simultaneously, it is possible to synchronize each client operating results. Program is divided into client and server side, the user using mfc gui written communication for the socket, the development environment for win7 vs2015, compiler v140.)
    2016-05-17 11:56:13下载
    积分:1
  • Resource
    一个包含客户端、服务器的Corba实例,基于ACE和TAO(A CORBA Example Consisted of client and server)
    2010-12-10 15:07:14下载
    积分:1
  • Scan
    局域网共享扫描MFC多线程编写 具有端口扫描 共享扫描 IP扫描 mac扫描等功能(MFC multi-threaded scanning local area network to share the preparation of a port scan scanner share scanner functions such as IP scanning mac)
    2009-10-21 20:15:30下载
    积分:1
  • httpclient
    说明:  输入参数:某个web地址,端口号(默认80)。 连接成功后,提示,输入:某个文件名。例如index.jsp 获取文件成功后,输出发送的字节数和接收到的字节数。关闭(Input parameters: a web address, port number (default 80). Connection is successful, prompt, type: a file name. For example, access to the file index.jsp is successful, the output number of bytes sent and received bytes. Close)
    2010-03-17 23:42:01下载
    积分:1
  • VCPP--scan
    VC++ 编写简单文件扫描器 编写递归函数 查找文件 用的(recursive function)
    2011-05-03 16:40:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载