
Lua
Lua
_沧海桑田_
ACL/NAACL/EMNLP/COLING审稿人,
MOD大侠梦/MOD禾下霸业作者。
github.com/guotong1988
展开
-
Lua socket
装上lua的exe文件才能用 require("socket") http://download.youkuaiyun.com/detail/guotong1988/5267108原创 2013-04-17 10:39:57 · 1620 阅读 · 0 评论 -
C++多线程服务端 和 lua客户端(A)
#include "server0.h" #include "stdafx.h" #include #include #include #include #pragma comment(lib,"ws2_32.lib") #define LEN 1024 #define OK 1 #define ERROR_R原创 2013-05-18 20:35:20 · 1949 阅读 · 0 评论 -
C++多线程服务端 和 lua客户端(B)
#include "server0.h" // flexSocket1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include #pragma comment(lib,"ws2_32.lib") #define LEN 1024 #define O原创 2013-05-18 20:49:36 · 1326 阅读 · 1 评论 -
C++服务端和Lua客户端,可广播,全收到,有心跳
#include "server0.h" // flexSocket1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #include #pragma comment(lib,"ws2_32.lib") #define LEN 1024 #define O原创 2013-05-20 21:13:54 · 1547 阅读 · 0 评论 -
用这些东西可以用Lua实现画面菜单保持可选同时连接socket
function addBuffer1() -- 循环检测和补充buffer1 while true do -- 主循环 if getColor(100, 100) ~= 0x000000 then原创 2013-05-14 15:04:18 · 2469 阅读 · 0 评论 -
lua split
local function Split2(szFullString, szSeparator) local nFindStartIndex = 1 local nSplitIndex = 1 local nSplitArray = {} while true do local nFindLastIndex = string.find(szFullString, szSeparato转载 2013-06-06 19:12:57 · 1453 阅读 · 0 评论 -
java nio server和lua client (B)
import java.io.IOException; import java.net.InetSocketAddress; import java.net.ServerSocket; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.原创 2013-08-29 20:22:45 · 925 阅读 · 1 评论 -
java nio server和lua client
import java.io.IOException; import java.net.InetSocketAddress; import java.net.ServerSocket; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.原创 2013-08-29 19:35:00 · 1191 阅读 · 0 评论