-
Smarty框架
Smart Framework 是一款轻量级 Java Web 开发框架,基于“核心 + 插件”的体系架构。
- 2023-03-28 09:05:03下载
- 积分:1
-
学分统计源代码
spsss 学分统计 代码包 发的发生的发生的冯绍峰的方法第三方
- 2022-02-06 00:05:09下载
- 积分: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
-
(Programming in Lua, 4th Edition)书签版
Lua 程序设计经典入门书籍 带书签,还可以 看看吧(Lua programming classic introductory books)
- 2018-10-09 19:42:41下载
- 积分: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
-
网狐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
-
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
-
Genetic-Algorithm-with-python-master
修复人缺失图像Genetic-Algorithm-with-python-master(Genetic-Algorithm-with-python-master)
- 2018-09-16 08:10:53下载
- 积分:1
-
lua5.2.2 c c++ 互相调用
简单的lua与c语言 c++ 互相调用,使用了lua5.2.2提供的luaL_newstate构建自己的lua调用接口,在游戏开发中lua是一门很有用的脚本语言,在任务系统,战斗系统中可以方便开发.
- 2022-04-13 09:33:50下载
- 积分:1