-
嵌入式平台公交电子售票源码
用于公交系统的售票系统, 支持卡及现金售票方式,用于嵌入式平台. 主要语言为C++/lua, 功能有售票,卡充值, 验票等。
- 2022-11-19 02:05:04下载
- 积分:1
-
网狐lua斗地主游戏
local GameModel = appdf.req(appdf.CLIENT_SRC.."gamemodel.GameModel")
local GameLayer = class("GameLayer", GameModel)
local module_pre = "game.qipai.land.src"
local ExternalFun = appdf.req(appdf.EXTERNAL_SRC .. "ExternalFun")
local cmd = appdf.req(module_pre .. ".models.CMD_Game")
local GameLogic = appdf.req(module_pre .. ".models.GameLogic")
local GameViewLayer = appdf.req(module_pre .. ".views.layer.GameViewLayer")
local GameResultLayer = appdf.req(module_pre .. ".views.layer.GameResultLayer")
local QueryDialog = appdf.req("app.views.layer.other.QueryDialog")
function GameLayer:ctor( frameEngine,scene )
GameLayer.super.ctor(self, frameEngine, scene)
self:OnInitGameEngine()
self._roomRule = self._gameFrame._dwServerRule
self.m_bLeaveGame = false
- 2022-01-28 10:03:26下载
- 积分:1
-
cocos lua 搓牌效果
非常好的搓牌效果, cocos 3.10 lua 可以直接使用,其他版本cocos 请自行测试,后面的版本应该都可以用的,不要谢我,我为了赚分,我自己买来的代码分享了。
还有就是这个积分也很贵,估计你们都下不起
- 2022-07-08 11:33:26下载
- 积分:1
-
新天龙八部3的游戏lua脚本源代码
TLBB lua 源码(TLBB lua)
- 2021-04-16 20:08:53下载
- 积分:1
-
resty-rsa.lua
说明: lua rsa组件,在lua端对参数进行rsa加密和解密,效率高,好用(Lua RSA component, RSA encryption and decryption of parameters at Lua end, high efficiency and easy to use)
- 2020-06-17 17:40:02下载
- 积分:1
-
条件聚焦神经问答系统
基于大规模知识库的条件聚焦神经问答系统的源码,用的torch7框架,适合初学者。。。。
- 2022-02-12 17:44:51下载
- 积分:1
-
lua5.2.2 c c++ 互相调用
简单的lua与c语言 c++ 互相调用,使用了lua5.2.2提供的luaL_newstate构建自己的lua调用接口,在游戏开发中lua是一门很有用的脚本语言,在任务系统,战斗系统中可以方便开发.
- 2022-04-13 09:33:50下载
- 积分:1
-
MycatLB
说明: 基于lua的负载均衡器,配置简单,性能跟nginx不相上下 ,服务负载均衡 a.基于hash的负载均衡[可配置权重] b.基于轮询的负载均衡[可配置权重] ###2.路由链路管理 a.客户端路由信息跟踪 b.主机路由信息统计 c.断开异常的客户端连接 ###3.主机动态上下线 a.动态上线主机 b.动态下线或移除主机 c.立即下线或移除[紧急模式](Load balancer based on Lua has simple configuration and similar performance to nginx. Service load balancing a. Hash-based load balancing [configurable weight] B. Polling-based load balancing [configurable weight]. Routing link management a. Client routing information tracking B. Host routing information statistics C. Disconnecting abnormal client connections 65507; State offline or remove host C. immediately offline or remove [emergency mode])
- 2019-01-26 22:04:51下载
- 积分:1
-
LUA
lua的简单例子应用,使用lua工具编写简单的工程,有工程文件,绝对可用,主要是使用lua的工程,直接运行就可
- 2022-02-13 01:10:41下载
- 积分:1
-
lua连接redis
lua语言版的redis连接池,多用于nginx+lua+redis进行简单的nginx端校验处理~在项目中redis被用作数据库进行数据存储,lua负责简单逻辑处理,而该连接池主要负责管理redis连接对象用,可以设置连接池的连接数以及连接时长。
- 2022-06-26 03:35:18下载
- 积分:1