大家相比也看过很多网狐棋牌游戏的源码,但是稳定性和配置方式总是形式多变,本人费了几周时间,在网狐棋牌游戏开源代码6.6.0.3版本基础上优化了服务器端代码的稳定性。现在发帖,有需要的童鞋QQ找我。
后台登陆
协调服务器、登录服务器、510K游戏服务器
绝对的稳定,采用完成端口异步模式队列模式,高效快速稳定,适合中小型公司使用,同时也可以在此模式下进行二次开发,达到更高级的模式。
本次图片展示只有510K游戏,其他游戏的可以依样进行配置即可。
【源代码目录结构】 D:. ├─Directx SDK 9.0c │ ├─Developer Runtime │ │ ├─x64 │ │ └─x86 │ ├─Documentation │ │ ├─DirectX9 │ │ └─License Agreements │ ├─Extras │ │ ├─DirectSound │ │ │ └─Debug │ │ │ ├─x64 │ │ │ └─x86 │ │ └─Symbols │ │ ├─debug │ │ │ ├─x64 │ │ │ │ ├─dll │ │ │ │ ├─win7 │ │ │ │ │ └─dll │ │ │ │ └─winvista │ │ │ │ └─dll │ │ │ └─x86 │ │ │ ├─dll │ │ │ ├─Win2K │ │ │ │ └─dll │ │ │ ├─win7 │ │ │ │ └─dll │ │ │ ├─WinVista │ │ │ │ └─dll │ │ │ └─WinXP │ │ │ └─dll │ │ └─retail │ │ ├─x64 │ │ │ ├─dll │ │ │ ├─exe │ │ │ └─WinVista │ │ │ └─dll │ │ └─x86 │ │ ├─dll │ │ ├─exe │ │ ├─Win2K │ │ │ └─cpl │ │ ├─WinVista │ │ │ └─dll │ │ ├─WinXP │ │ │ ├─cpl │ │ │ └─dll │ │ └─WinXP-SP2 │ │ └─dll │ ├─Include │ ├─Lib │ │ ├─x64 │ │ └─x86 │ ├─Redist │ ├─Samples │ │ ├─C++ │ │ │ ├─Direct3D │ │ │ │ ├─AntiAlias │ │ │ │ │ └─Media │ │ │ │ ├─BasicHLSL │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─CompiledEffect │ │ │ │ ├─ConfigSystem │ │ │ │ ├─CustomUI │ │ │ │ ├─DepthOfField │ │ │ │ ├─EffectParam │ │ │ │ ├─EmptyProject │ │ │ │ ├─HDRCubeMap │ │ │ │ ├─HDRFormats │ │ │ │ ├─HDRLighting │ │ │ │ ├─HDRPipeline │ │ │ │ │ └─Shader Code │ │ │ │ ├─HLSLwithoutEffects │ │ │ │ ├─Instancing │ │ │ │ ├─IrradianceVolume │ │ │ │ ├─LocalDeformablePRT │ │ │ │ │ └─Media │ │ │ │ ├─MeshFromOBJ │ │ │ │ │ └─media │ │ │ │ ├─MultiAnimation │ │ │ │ ├─OptimizedMesh │ │ │ │ ├─ParallaxOcclusionMapping │ │ │ │ │ └─Media │ │ │ │ ├─Pick │ │ │ │ ├─PixelMotionBlur │ │ │ │ ├─PostProcess │ │ │ │ ├─PRTCmdLine │ │ │ │ ├─PRTDemo │ │ │ │ ├─ShadowMap │ │ │ │ ├─ShadowVolume │ │ │ │ ├─SimpleSample │ │ │ │ ├─SkinnedMesh │ │ │ │ ├─StateManager │ │ │ │ │ └─Media │ │ │ │ ├─Text3D │ │ │ │ ├─Tutorials │ │ │ │ │ ├─PIXGameDebugging │ │ │ │ │ │ └─Media │ │ │ │ │ ├─Tut01_CreateDevice │ │ │ │ │ ├─Tut02_Vertices │ │ │ │ │ ├─Tut03_Matrices │ │ │ │ │ ├─Tut04_Lights │ │ │ │ │ ├─Tut05_Textures │ │ │ │ │ └─Tut06_Meshes │ │ │ │ └─UVAtlas │ │ │ ├─Direct3D10 │ │ │ │ ├─10BitScanout10 │ │ │ │ ├─AdvancedParticles │ │ │ │ ├─BasicHLSL10 │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─ContentStreaming │ │ │ │ ├─CubeMapGS │ │ │ │ ├─DDSWithoutD3DX │ │ │ │ ├─DeferredParticles │ │ │ │ ├─DepthOfField10.1 │ │ │ │ ├─DrawPredicated │ │ │ │ ├─EffectPools │ │ │ │ ├─EmptyProject10 │ │ │ │ ├─FixedFuncEMU │ │ │ │ ├─GPUBoids │ │ │ │ ├─GPUSpectrogram │ │ │ │ ├─HDAO10.1 │ │ │ │ ├─HDRFormats10 │ │ │ │ ├─HLSLWithoutFX10 │ │ │ │ ├─Instancing10 │ │ │ │ ├─MeshFromOBJ10 │ │ │ │ ├─Motionblur10 │ │ │ │ ├─MultiMon10 │ │ │ │ ├─MultiStreamRendering │ │ │ │ ├─NBodyGravity │ │ │ │ ├─ParticlesGS │ │ │ │ ├─Pick10 │ │ │ │ ├─PipesGS │ │ │ │ ├─ProceduralMaterials │ │ │ │ ├─RaycastTerrain │ │ │ │ ├─ShadowVolume10 │ │ │ │ ├─SimpleSample10 │ │ │ │ ├─Skinning10 │ │ │ │ ├─SoftParticles │ │ │ │ ├─SparseMorphTargets │ │ │ │ ├─SubD10 │ │ │ │ ├─TransparencyAA10.1 │ │ │ │ └─Tutorials │ │ │ │ ├─Direct3D10Workshop │ │ │ │ │ ├─Exercise00 │ │ │ │ │ ├─Exercise01 │ │ │ │ │ ├─Exercise01_Solved │ │ │ │ │ ├─Exercise02 │ │ │ │ │ ├─Exercise02_Solved │ │ │ │ │ ├─Exercise03 │ │ │ │ │ ├─Exercise03_Solved │ │ │ │ │ ├─Exercise04 │ │ │ │ │ ├─Exercise04_Solved │ │ │ │ │ ├─Exercise05 │ │ │ │ │ ├─Exercise05_Solved │ │ │ │ │ ├─Exercise06 │ │ │ │ │ ├─Exercise06_Solved │ │ │ │ │ └─Media │ │ │ │ ├─Direct3D10WorkshopGDC2007 │ │ │ │ │ ├─D3DWkshpPlugin │ │ │ │ │ ├─Exercise01 │ │ │ │ │ ├─Exercise01_Solved │ │ │ │ │ ├─Exercise02 │ │ │ │ │ ├─Exercise02_Solved │ │ │ │ │ ├─Exercise03 │ │ │ │ │ ├─Exercise03_Solved │ │ │ │ │ ├─Exercise04 │ │ │ │ │ ├─Exercise05 │ │ │ │ │ ├─Exercise05_solved │ │ │ │ │ ├─Exercise06 │ │ │ │ │ └─Exercise06_Solved │ │ │ │ ├─PIXWorkshopGDC2007 │ │ │ │ │ ├─Exercise01 │ │ │ │ │ ├─Exercise01_Solved │ │ │ │ │ ├─Exercise02 │ │ │ │ │ ├─Exercise02_Solved │ │ │ │ │ ├─Exercise03 │ │ │ │ │ ├─Exercise03_Solved │ │ │ │ │ ├─Media │ │ │ │ │ │ └─PIXWorkshop │ │ │ │ │ └─PIXWkshpPlugin │ │ │ │ ├─Tutorial00 │ │ │ │ ├─Tutorial01 │ │ │ │ ├─Tutorial02 │ │ │ │ ├─Tutorial03 │ │ │ │ ├─Tutorial04 │ │ │ │ ├─Tutorial05 │ │ │ │ ├─Tutorial06 │ │ │ │ ├─Tutorial07 │ │ │ │ ├─Tutorial08 │ │ │ │ ├─Tutorial09 │ │ │ │ ├─Tutorial10 │ │ │ │ ├─Tutorial11 │ │ │ │ ├─Tutorial12 │ │ │ │ ├─Tutorial13 │ │ │ │ └─Tutorial14 │ │ │ ├─Direct3D11 │ │ │ │ ├─AdaptiveTessellationCS40 │ │ │ │ ├─BasicCompute11 │ │ │ │ ├─BasicHLSL11 │ │ │ │ ├─BC6HBC7EncoderDecoder11 │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─CascadedShadowMaps11 │ │ │ │ ├─ComputeShaderSort11 │ │ │ │ ├─ContactHardeningShadows11 │ │ │ │ ├─DDSWithoutD3DX11 │ │ │ │ ├─DecalTessellation11 │ │ │ │ ├─DetailTessellation11 │ │ │ │ ├─DynamicShaderLinkage11 │ │ │ │ ├─DynamicShaderLinkageFX11 │ │ │ │ ├─EmptyProject11 │ │ │ │ ├─FluidCS11 │ │ │ │ ├─HDRToneMappingCS11 │ │ │ │ ├─MultithreadedRendering11 │ │ │ │ ├─NBodyGravityCS11 │ │ │ │ ├─OIT11 │ │ │ │ ├─PNTriangles11 │ │ │ │ ├─SimpleBezier11 │ │ │ │ ├─SimpleSample11 │ │ │ │ ├─SubD11 │ │ │ │ ├─Tutorials │ │ │ │ │ ├─Tutorial01 │ │ │ │ │ ├─Tutorial02 │ │ │ │ │ ├─Tutorial03 │ │ │ │ │ ├─Tutorial04 │ │ │ │ │ ├─Tutorial05 │ │ │ │ │ ├─Tutorial06 │ │ │ │ │ └─Tutorial07 │ │ │ │ ├─VarianceShadows11 │ │ │ │ └─WindowsTouch │ │ │ ├─DirectInput │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─Customformat │ │ │ │ ├─FFConst │ │ │ │ └─Joystick │ │ │ ├─DXUT │ │ │ │ ├─Core │ │ │ │ └─Optional │ │ │ ├─DXUT11 │ │ │ │ ├─Core │ │ │ │ └─Optional │ │ │ ├─Effects11 │ │ │ │ ├─Binary │ │ │ │ └─Inc │ │ │ ├─Misc │ │ │ │ ├─Autorun │ │ │ │ │ └─InstallerAndGame │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─Collision │ │ │ │ ├─ContentExporter │ │ │ │ │ ├─ExportObjects │ │ │ │ │ ├─ImportFBX │ │ │ │ │ ├─SDKMeshFileWriter │ │ │ │ │ └─XATGFileWriter │ │ │ │ ├─CoreDetection │ │ │ │ ├─D3D11InstallHelper │ │ │ │ │ └─res │ │ │ │ ├─DxDiagOutput │ │ │ │ ├─DxDiagReport │ │ │ │ ├─DXInstall │ │ │ │ ├─FirewallInstallHelper │ │ │ │ ├─GameStatisticsExample │ │ │ │ ├─GameuxInstallHelper │ │ │ │ ├─GDFExampleBinary │ │ │ │ │ ├─ENU │ │ │ │ │ └─FRA │ │ │ │ ├─InstallOnDemand │ │ │ │ ├─ParentalControlTimeLimits │ │ │ │ ├─PixPluginSample │ │ │ │ ├─ProviderGDFExampleBinary │ │ │ │ │ ├─ENU │ │ │ │ │ └─FRA │ │ │ │ └─VideoMemory │ │ │ ├─XACT │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─Tutorials │ │ │ │ │ ├─Tut01_PlayCue │ │ │ │ │ ├─Tut02_Stream │ │ │ │ │ └─Tut03_Variable │ │ │ │ ├─XACTCodeDriven │ │ │ │ └─XACTGame │ │ │ │ └─media │ │ │ │ ├─audio │ │ │ │ ├─droid │ │ │ │ └─room │ │ │ ├─XAudio2 │ │ │ │ ├─Bin │ │ │ │ │ ├─x64 │ │ │ │ │ └─x86 │ │ │ │ ├─XAudio2BasicSound │ │ │ │ ├─XAudio2BasicStream │ │ │ │ ├─XAudio2CustomAPO │ │ │ │ └─XAudio2Sound3D │ │ │ └─XInput │ │ │ ├─AudioController │ │ │ ├─Bin │ │ │ │ ├─x64 │ │ │ │ └─x86 │ │ │ ├─RumbleController │ │ │ ├─SimpleController │ │ │ └─XInputGame │ │ ├─Media │ │ │ ├─AdvancedParticles │ │ │ ├─Airplane │ │ │ ├─BatHead │ │ │ ├─BlackHoleRoom │ │ │ ├─ChairScene │ │ │ ├─CloudBox │ │ │ ├─ColumnScene │ │ │ ├─ContentStreaming │ │ │ ├─Crypt │ │ │ ├─Data │ │ │ ├─DeferredParticles │ │ │ ├─Dwarf │ │ │ ├─Earth │ │ │ ├─ExoticCar │ │ │ ├─GPUBoids │ │ │ ├─IslandScene │ │ │ ├─Light Probes │ │ │ ├─Lobby │ │ │ ├─MicroscopeCity │ │ │ ├─misc │ │ │ ├─MotionBlur │ │ │ ├─NightBox │ │ │ ├─powerplant │ │ │ ├─PRT Demo │ │ │ ├─RaycastTerrain │ │ │ ├─Scanner │ │ │ ├─ShadowColumns │ │ │ ├─SharedFx │ │ │ ├─softparticles │ │ │ ├─Soldier │ │ │ ├─SparseMorphTargets │ │ │ ├─Squid │ │ │ ├─SquidRoom │ │ │ ├─SubD10 │ │ │ ├─Teapot │ │ │ ├─Textures │ │ │ ├─Tiger │ │ │ ├─Tiny │ │ │ ├─TransparencyAA │ │ │ ├─trees │ │ │ ├─UI │ │ │ └─Wavs │ │ └─SampleBrowser │ │ ├─img │ │ └─Thumbnails │ └─Utilities │ ├─bin │ │ ├─x64 │ │ └─x86 │ │ ├─Microsoft Games for Windows Test Tool │ │ └─RatingSystems │ └─Source │ ├─dxerr │ ├─dxtex │ ├─GDFTrace │ ├─MeshConvert │ └─Sas ├─发布组件 │ ├─客户端组件 │ │ └─Release │ │ └─Unicode │ └─服务器组件 │ ├─Debug │ │ └─Unicode │ └─Release │ └─Unicode ├─发布资源 ├─游戏组件 │ ├─子游戏 │ │ ├─28杠+控制+机器人 │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─510K │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─两幅斗地主 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─中国象棋 │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─二七王 │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ ├─CallScore │ │ │ │ └─sound │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─二人双扣 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ ├─BOY │ │ │ │ └─GIRL │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─二人麻将(机器人) │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ └─麻将声音 │ │ │ │ ├─女 │ │ │ │ └─男 │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─五子棋 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─十点半 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─南昌麻将 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ ├─LogicBak │ │ │ │ └─Res │ │ │ │ └─麻将声音 │ │ │ │ ├─温州女 │ │ │ │ └─温州男 │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─台球 │ │ │ ├─HgeSdk │ │ │ │ ├─include │ │ │ │ └─lib │ │ │ ├─完整资源及DLL所需组件 │ │ │ │ └─TaiQiu │ │ │ │ ├─pic │ │ │ │ │ ├─buttons │ │ │ │ │ ├─coin+ │ │ │ │ │ ├─coin- │ │ │ │ │ └─textControl │ │ │ │ └─sound │ │ │ │ └─common │ │ │ │ └─bkmusic │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ ├─lib │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─四副升级 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─围棋 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─干瞪眼 │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ ├─sound │ │ │ │ └─system │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─德州扑克 │ │ │ ├─德州扑克 │ │ │ │ ├─消息定义 │ │ │ │ ├─游戏客户端 │ │ │ │ │ └─Res │ │ │ │ └─游戏服务器 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ ├─Release_Unicode │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ ├─Release_Unicode │ │ │ └─Res │ │ ├─扯旋 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─按钮五张 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─摇骰子 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ ├─AniTDBottom │ │ │ │ ├─AniTDTop │ │ │ │ └─sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─新港式五张 │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ ├─CONTROL │ │ │ │ └─GAME_OVER │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─新牛牛(机器人) │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─欢乐斗地主+机器人 │ │ │ ├─客户端 │ │ │ │ └─Res │ │ │ │ ├─BOY │ │ │ │ └─GIRL │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─水果转转 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─温州麻将 │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ └─麻将声音 │ │ │ │ ├─女 │ │ │ │ └─男 │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─湖南跑得快 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─百人小九(机器人+控制+真人下注显示) │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─百人新百家乐(机器人+控制+真人下注显示) │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─百人牛牛(机器人+控制+真人下注显示) │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─百人碰碰车(机器人+控制+真人下注显示) │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─百人红九+控制+机器人 │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─百人跑马(机器人+控制) │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─百人龙虎斗(机器人+控制+真人下注显示) │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ ├─虎虎生威+控制+机器人 │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─Sound │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─血战麻将 │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ │ └─麻将声音 │ │ │ │ ├─女 │ │ │ │ └─男 │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─诈金花(+在信息框内显示牌+机器人) │ │ │ ├─服务器控制 │ │ │ │ └─res │ │ │ ├─机器人服务 │ │ │ │ └─Res │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─赖子斗地主 │ │ │ ├─消息定义 │ │ │ ├─游戏客户端 │ │ │ │ └─Res │ │ │ └─游戏服务器 │ │ │ └─Res │ │ ├─金鲨银鲨+控制 │ │ │ ├─客户端控制 │ │ │ │ └─res │ │ │ ├─客户端组件 │ │ │ │ └─Res │ │ │ │ ├─BTPNG │ │ │ │ ├─CHIP │ │ │ │ ├─FISH │ │ │ │ ├─MAIN │ │ │ │ ├─OVER │ │ │ │ ├─PNG │ │ │ │ └─WIN │ │ │ ├─服务器控制 │ │ │ │ ├─Release_Unicode │ │ │ │ └─res │ │ │ ├─服务器组件 │ │ │ │ └─Res │ │ │ └─消息定义 │ │ └─飞禽走兽 │ │ ├─消息定义 │ │ ├─游戏客户端 │ │ │ └─Res │ │ │ └─Sound │ │ └─游戏服务器 │ │ └─Res │ ├─开发库 │ │ ├─Include │ │ │ └─DirectShow │ │ └─Lib │ │ ├─Ansi │ │ └─Unicode │ └─游戏发布 │ ├─510K │ ├─摇骰子 │ ├─新港式五张 │ ├─新牛牛(机器人) │ ├─欢乐斗地主+机器人 │ ├─水果转转 │ ├─深海捕鱼 │ ├─温州麻将 │ ├─湖南跑得快 │ ├─百人小九(机器人+控制+真人下注显示) │ ├─百人新百家乐(机器人+控制+真人下注显示) │ ├─百人牛牛(机器人+控制+真人下注显示) │ ├─百人碰碰车(机器人+控制+真人下注显示) │ ├─百人红九+控制+机器人 │ ├─百人跑马(机器人+控制) │ ├─百人龙虎斗(机器人+控制+真人下注显示) │ ├─虎虎生威+控制+机器人 │ ├─血战麻将 │ ├─诈金花(+在信息框内显示牌+机器人) │ ├─赖子斗地主 │ ├─金鲨银鲨+控制 │ └─飞禽走兽 ├─系统模块 │ ├─全局定义 │ ├─公共文件 │ ├─公共组件 │ │ ├─服务核心 │ │ │ ├─Compress │ │ │ └─Res │ │ └─进程控制 │ │ └─Res │ ├─客户端组件 │ │ ├─下载组件 │ │ │ └─Res │ │ ├─图像控件 │ │ │ └─Res │ │ ├─平台数据 │ │ │ └─Res │ │ ├─形象组件 │ │ │ └─Res │ │ ├─游戏广场 │ │ │ ├─Other │ │ │ └─Res │ │ │ ├─DLG_STATUS │ │ │ ├─DOWN_LOAD │ │ │ ├─ITEM_FRAME │ │ │ ├─PLATFORM_FRAME │ │ │ ├─PLAZA_COLLOCATE │ │ │ ├─PLAZA_ENQUIRE │ │ │ ├─PLAZA_LOGON │ │ │ ├─PLAZA_MATCH │ │ │ ├─PLAZA_WHISPER │ │ │ ├─SERVER_CHAT │ │ │ ├─SERVER_FRAME │ │ │ ├─SERVER_LIST │ │ │ ├─SERVER_PROPERTY │ │ │ ├─SERVER_TABLE │ │ │ ├─SERVER_USER │ │ │ ├─USER_INFO │ │ │ └─WEB_BROWSER │ │ ├─游戏引擎 │ │ │ └─res │ │ ├─游戏控件 │ │ │ └─Res │ │ │ └─DLG_INSURE │ │ ├─游戏框架 │ │ │ ├─Other │ │ │ └─Res │ │ │ ├─GAME_CHAT │ │ │ ├─GAME_FRAME │ │ │ ├─GAME_INSURE │ │ │ ├─GAME_MATCH │ │ │ ├─GAME_PROPERTY │ │ │ ├─USER_INFO │ │ │ ├─USER_LIST │ │ │ └─USER_MEDAL │ │ ├─游戏道具 │ │ │ └─Res │ │ ├─用户服务 │ │ │ └─Res │ │ ├─界面控件 │ │ │ ├─Other │ │ │ └─Res │ │ ├─网络服务 │ │ │ └─Res │ │ └─视频组件 │ │ ├─Res │ │ │ └─GiftPic │ │ └─VideoSDK │ │ ├─include │ │ └─lib │ ├─服务器组件 │ │ ├─内核引擎 │ │ │ └─Res │ │ ├─协调服务器 │ │ │ └─Res │ │ ├─模块管理 │ │ │ └─Res │ │ ├─比赛服务 │ │ │ ├─Debug │ │ │ ├─Debug_Unicode │ │ │ ├─Release │ │ │ ├─Release_Unicode │ │ │ └─Res │ │ ├─游戏服务 │ │ │ └─Res │ │ ├─游戏服务器 │ │ │ └─Res │ │ └─登录服务器 │ │ ├─Debug │ │ ├─Debug_Unicode │ │ ├─Release │ │ ├─Release_Unicode │ │ └─Res │ ├─模板库 │ ├─消息定义 │ └─链接库 │ ├─Ansi │ └─Unicode ├─网站发布 │ ├─GameAdmin │ │ ├─aspnet_client │ │ │ └─system_web │ │ │ └─2_0_50727 │ │ │ ├─CrystalReportWebFormViewer3 │ │ │ │ ├─CSs │ │ │ │ ├─html │ │ │ │ ├─Images │ │ │ │ │ ├─ToolBar │ │ │ │ │ └─Tree │ │ │ │ └─JS │ │ │ └─CrystalReportWebFormViewer4 │ │ │ ├─css │ │ │ ├─html │ │ │ ├─images │ │ │ │ ├─toolbar │ │ │ │ └─tree │ │ │ └─js │ │ ├─bin │ │ ├─config │ │ ├─gamepic │ │ ├─images │ │ ├─ipconfig │ │ ├─Module │ │ │ ├─AccountManager │ │ │ ├─AppManager │ │ │ ├─BackManager │ │ │ ├─FilledManager │ │ │ ├─OperationLog │ │ │ └─WebManager │ │ ├─scripts │ │ │ ├─kindEditor │ │ │ │ ├─asp │ │ │ │ ├─plugins │ │ │ │ │ ├─advtable │ │ │ │ │ ├─emoticons │ │ │ │ │ ├─file_manager │ │ │ │ │ │ └─images │ │ │ │ │ ├─image │ │ │ │ │ │ └─images │ │ │ │ │ └─link │ │ │ │ └─skins │ │ │ │ ├─common │ │ │ │ └─default │ │ │ ├─lhgdialog │ │ │ │ ├─images │ │ │ │ └─_skins │ │ │ │ ├─areo_blue │ │ │ │ ├─areo_gray │ │ │ │ ├─default │ │ │ │ ├─extjs │ │ │ │ ├─skyblue │ │ │ │ └─skyblue2 │ │ │ └─My97DatePicker │ │ │ ├─lang │ │ │ └─skin │ │ │ ├─blueFresh │ │ │ ├─default │ │ │ ├─ext │ │ │ └─whyGreen │ │ ├─styles │ │ ├─TempImages │ │ ├─Themes │ │ └─Tools │ └─GameFront │ ├─ads │ │ ├─Images │ │ └─Script │ ├─bin │ ├─config │ ├─flash │ ├─gamepic │ ├─Games │ ├─images │ │ ├─client │ │ ├─gameIcons │ │ │ └─icons │ │ └─xsrm │ ├─img │ ├─js │ │ ├─lhgdialog │ │ │ ├─images │ │ │ └─_skins │ │ │ ├─areo_blue │ │ │ ├─areo_gray │ │ │ ├─default │ │ │ ├─extjs │ │ │ ├─skyblue │ │ │ └─skyblue2 │ │ └─My97DatePicker │ │ ├─lang │ │ └─skin │ │ ├─blueFresh │ │ ├─client │ │ ├─default │ │ ├─ext │ │ └─whyGreen │ ├─Match │ ├─Member │ ├─News │ ├─Pay │ ├─Service │ ├─Shop │ ├─Spread │ ├─style │ ├─Themes │ │ └─Standard │ ├─UserService │ └─WS ├─脚本代码(平台+网站) │ ├─510K平台脚本代码 │ │ ├─存储过程 │ │ │ ├─平台数据库 │ │ │ ├─比赛数据库 │ │ │ ├─用户数据库 │ │ │ ├─积分数据库 │ │ │ ├─练习数据库 │ │ │ └─金币数据库 │ │ ├─数据库脚本 │ │ └─数据脚本 │ ├─平台脚本代码 │ │ ├─存储过程 │ │ │ ├─平台数据库 │ │ │ ├─比赛数据库 │ │ │ ├─用户数据库 │ │ │ ├─积分数据库 │ │ │ ├─练习数据库 │ │ │ └─金币数据库 │ │ ├─数据库脚本 │ │ └─数据脚本 │ └─网站脚本代码 │ ├─存储过程 │ │ ├─公共过程 │ │ ├─前台脚本 │ │ │ ├─教程数据库 │ │ │ ├─本地数据库 │ │ │ ├─用户数据库 │ │ │ ├─积分数据库 │ │ │ ├─网站数据库 │ │ │ └─金币数据库 │ │ └─后台脚本 │ │ ├─函数 │ │ ├─帐号库 │ │ ├─平台库 │ │ ├─权限库 │ │ ├─积分库 │ │ ├─记录库 │ │ └─金币库 │ ├─数据库脚本 │ └─数据脚本 └─运行 ├─Debug │ ├─Ansi │ └─Unicode │ ├─510K │ ├─Expression │ └─Users │ └─100104 └─Release ├─Ansi └─Unicode ├─510K └─Expression
源码展示为:
本帖有隐藏内容,请您回复后查看。
收藏的用户(0)
X
正在加载信息~
2