登录
首页 » Visual C++ » HLDS

HLDS

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

  • Translate.Files.With.Winsock
    这是一个简单地使用WinSock传输文件的工具,分为服务端和客户端,先抛一块砖。(This is a simple way to transfer files using the WinSock tool is divided into server and client, first throw a brick.)
    2009-03-26 11:02:46下载
    积分:1
  • TCPIP
    modbus 测试,用VB的winsock控件实现的modbus tcpip通讯等(modbus test, with VB the winsock control to achieve the modbus tcpip communications)
    2021-04-06 17:59:02下载
    积分:1
  • lancs
    说明:  vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。(vc++ server and client c/s lan chatroom)
    2010-04-20 07:35:37下载
    积分:1
  • Secret_hacker_disassembly
    黑客反汇编揭秘................(Secret_hacker_disassembly )
    2010-11-03 14:43:55下载
    积分:1
  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • HTTPGetPost_src1
    说明:  httppost的实现方法基于visualc++实现(httppost based on the method to achieve visualc)
    2006-04-22 21:50:55下载
    积分:1
  • TCPNet
    一个采用TCP协议的网络测试工具。采用VC6.0开发环境,具有客户端和服务器端,加入进来的客户端可以互相发送接受数据,对学习socket编程是不错的借鉴。(using a TCP network testing tools. VC6.0 use development environment with the client and server side, joined the client can accept each other this data, to learn socket programming is a good reference.)
    2020-11-14 16:19:43下载
    积分: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
  • TransServer
    vc——服务器TransServer的程序源码,值得一看!(vc- server TransServer the program source code, worth a visit!)
    2011-08-23 22:51:08下载
    积分:1
  • szdstx
    VC written program startup window style, debugging in VC through
    2018-10-21 12:54:27下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载