代码搜索:Local

找到约 10,000 项符合「Local」的源代码

代码结果 10,000
www.eeworm.com/read/295391/8167131

lua export gba 16x16 table.lua

-- GBA 16x16 table function main () if mappy.msgBox ("GBA 16x16 table", "This will export the BG table and flip info of an 8x8 map made by 'Convert 16x16 blocks to 8x8' (as detailed in GBAMappy)\
www.eeworm.com/read/195232/8167816

txt faq.txt

Frequently Asked Questions -------------------------- Building Software 1. I get compilation about missing types 2. I get link errors about unresolved symbols HTTPD Configuration 3. I can't get
www.eeworm.com/read/195211/8168447

c time.c

# include # include int main() { struct tm *local; time_t tm; tm = time(NULL); local = localtime(&tm); printf("Local time and date: %s\n", asctime(local)); loca
www.eeworm.com/read/395456/8172458

lua strict.lua

-- -- strict.lua -- checks uses of undeclared global variables -- All global variables must be 'declared' through a regular assignment -- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/395456/8172703

lua table.lua

-- make table, grouping all data for the same item -- input is 2 columns (item, data) local A while 1 do local l=io.read() if l==nil then break end local _,_,a,b=string.find(l,'"?([_%w]+)"?%s*(.*)
www.eeworm.com/read/395456/8172717

lua fibfor.lua

-- example of for with generator functions function generatefib (n) return coroutine.wrap(function () local a,b = 1, 1 while a
www.eeworm.com/read/395456/8172722

lua globals.lua

-- reads luac listings and reports global variable usage -- lines where a global is written to are marked with "*" -- typical usage: luac -p -l file.lua | lua globals.lua | sort | lua table.lua while
www.eeworm.com/read/395456/8172750

lua sort.lua

-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l
www.eeworm.com/read/294538/8220648

cpp hash.cpp

/* hash.cpp * * Copyright (C) 2003 Sawtooth Consulting Ltd. * * This file is part of yaSSL. * * yaSSL is free software; you can redistribute it and/or modif
www.eeworm.com/read/193315/8239855

install

This program should be quite simple to compile. If you have xmkmf on your system, type xmkmf make If not, copy Makefile.linux to Makefile, modify it to suit your own system, and type make The