-
GameProphet公开版
使用GG修改器运行就可以了,注意是最新版(Just run it with the GG modifier, note the latest version)
- 2020-06-23 02:00:02下载
- 积分:1
-
lua5.2.2 c c++ 互相调用
简单的lua与c语言 c++ 互相调用,使用了lua5.2.2提供的luaL_newstate构建自己的lua调用接口,在游戏开发中lua是一门很有用的脚本语言,在任务系统,战斗系统中可以方便开发.
- 2022-04-13 09:33:50下载
- 积分:1
-
基于51单片机版的下位机程序
完全兼容http://www.wifi-robots.com/forum.php论坛上位机的基于51单片机版的下位机程序
- 2022-01-27 21:09:01下载
- 积分:1
-
openwrt cc 源码
This is the buildsystem for the OpenWrt Linux distribution.
Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.
You need to have installed gcc, binutils, bzip2, flex, python, perl, make,
find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.
Run "./scripts/feeds update -a" to get all the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install -a" to install symlinks of all of them into
package/feeds/.
Use "make menuconfig" to configure your image.
Simply running "make" will build your firmware.
It will download all sources, build the cross-compile toolchain,
the kernel and all choosen applications.
You can use "scripts/flashing/flash.sh" for remotely updating your embedded
system via tftp.
The OpenWrt sys
- 2022-07-18 10:12:29下载
- 积分:1
-
crossgate-graphics.tar
魔力宝贝图档解包程序。用来从图档(bin)文件中按编号解出图素文件,还可以根据地图(map)文件取出图素拼合地图。(Graphics extractor for CrossGate, an MMORPG game. This program is written in LUA, used to extract PNG file from original Graphic*.bin file. It has the ability to construct a map PNG file based on *.map file.)
- 2020-12-28 11:09:01下载
- 积分:1
-
lua连接redis
lua语言版的redis连接池,多用于nginx+lua+redis进行简单的nginx端校验处理~在项目中redis被用作数据库进行数据存储,lua负责简单逻辑处理,而该连接池主要负责管理redis连接对象用,可以设置连接池的连接数以及连接时长。
- 2022-06-26 03:35:18下载
- 积分:1
-
新建 快压 ZIP 压缩文件
英雄联盟LOL走位躲避代码LUA走位走位自动走位(The hero League LOL position avoidance code LUA position automatic position)
- 2020-06-19 16:40:01下载
- 积分: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
-
条件聚焦神经问答系统
基于大规模知识库的条件聚焦神经问答系统的源码,用的torch7框架,适合初学者。。。。
- 2022-02-12 17:44:51下载
- 积分: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