登录
首页 » Visual C++ » HLDS

HLDS

于 2011-10-29 发布 文件大小:1636KB
0 343
下载积分: 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 个回复

  • wenjianchuanshu
    我的毕业设计,一个简单的集聊天,文件传输于一体的vc源码,可选TCP或UDP传输模式!(My graduation project, a simple set chat, file transfer in one vc source, optional TCP or UDP transfer mode!)
    2009-05-08 18:37:52下载
    积分: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
  • PacketCapture
    基于Winpcap的网络数据包抓取.开发环境VS2013(network packet capture based on Winpcap . Development environment: VS2013)
    2014-06-29 14:22:31下载
    积分:1
  • syn
    SYN Flood是当前最盛行的DoS(拒尽服务进攻)与DDoS(散布式拒尽服务进攻)的方法之一,这是一种利用TCP协议缺点,发送大批伪造的TCP连接请求,从而使得被进攻方资源耗尽(CPU满负荷或内存不足)的进攻方法。(SYN Flood is one of the most popular DoS (refuse to do service attack) and DDoS (Distributed refuse to do service attack), which is a Use the TCP protocol shortcomings, sending a large number of forged TCP connection requests, making the offensive resource exhaustion (CPU full load or memory) Offensive....)
    2012-02-24 21:09:08下载
    积分:1
  • VBIP
    显示和修改网卡地址和网关.DNS Visual Basic编程.(Display and modify the network card address and gateway. DNS Visual Basic programming.)
    2013-11-04 10:26:51下载
    积分:1
  • router1
    模拟路由器功能,简单的c++程序代码,可以实现。(Simulation router function a simple c++ code, can be achieved.)
    2021-03-27 22:29:12下载
    积分:1
  • ChatRoom(Winsock)
    这是一个用于局域网内部进行聊天通信的小软件源程序,对于学习和了解winsock编程很有借鉴意义。(This is a chat for LAN communications within a small software source code, for learning and understanding of referential significance to winsock programming.)
    2008-12-28 13:45:26下载
    积分:1
  • ChatCSocket
    简单聊天软件,简单易学 winscok2.0 (Simple chat software, easy to learn winscok2.0)
    2008-08-16 08:54:45下载
    积分:1
  • MFC-ATL-SDK-Socket
    MFC、ATL、SDK、SOCKET 等概念的辨析,详细解读(The Concept of MFC, ATL, SOCKET, detailed interpretation)
    2013-04-09 13:26:24下载
    积分:1
  • DMMidddleWare
    部署在服务器公网上 实现内外网通讯的源码,外部程序连接到这个程序,这个程序再连接内部服务器(Deployed on the server the public Internet to achieve internal and external network communication)
    2012-02-10 15:46:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载