代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/290224/8495217
lua env.lua
-- read environment variables as if they were global variables
local f=function (t,i) return os.getenv(i) end
setmetatable(getfenv(),{__index=f})
-- an example
print(a,USER,PATH)
www.eeworm.com/read/290224/8495223
lua xd.lua
-- hex dump
-- usage: lua xd.lua < file
local offset=0
while true do
local s=io.read(16)
if s==nil then return end
io.write(string.format("%08X ",offset))
string.gsub(s,"(.)",
function (c) io.w
www.eeworm.com/read/290111/8505144
cpp appclient.cpp
#ifndef WIN32
#include
#include
#include
#include
#else
#include
#include
#endif
#include
#include
www.eeworm.com/read/389706/8506997
plg 猜拳.plg
Build Log
--------------------Configuration: 猜拳 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\Users\COPYSM~1\AppD
www.eeworm.com/read/389603/8510878
c fifoq0.c
/* fifoQ0.c - demonstrate the Haas effect with WindView */
#include "vxWorks.h"
#include "msgQLib.h"
#include "taskLib.h"
#include "semLib.h"
#include "wvLib.h"
#include "stdio.h"
#define M
www.eeworm.com/read/389520/8515895
txt 自动限速.txt
:local User 0
:local Rx 0
:local Tx 0
:local RxM 50000
:local TxM 200000
:local RxCurAddress 0
:local RxCurUser 0
:local RxCurRate 0
:local TxCurRate 0
:local RxMaxRate 100000
:local Tx
www.eeworm.com/read/389501/8517047
txt ere1.txt
@echo off
echo by roselinda
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f
www.eeworm.com/read/389501/8517050
txt ere2.txt
@echo off
echo by roselinda
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f