代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/258259/11874311
pl des.pl
#!/usr/local/bin/perl
# Copyright (C) 1993 Eric Young
# des.pl - eric young 22/11/1991 eay@psych.psy.uq.oz.au
# eay - 92/08/31 - I think I have fixed all problems for 64bit
# versions of perl but I co
www.eeworm.com/read/344238/11897482
java foreign.java
// TIJ4 chapter Access, Exercise 9, page 233
/* Create in access/local directory in your CLASSPATH:
* // access/local/PackagedClass.java
* package access.local;
*
* class PackagedClass {
* publi
www.eeworm.com/read/344225/11898858
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/154878/11921295
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/154878/11921308
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/154878/11921316
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/154878/11921327
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/256991/11961880
c pc386-systffs.c
/* sysTffs.c - PC Pentium/Pentium2/Pentium3 system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* FAT-FTL Lite Software Development Kit
www.eeworm.com/read/256991/11961894
c mv177-systffs.c
/* sysTffs.c - Motorola MVME177 system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* FAT-FTL Lite Software Development Kit
* Copyrigh
www.eeworm.com/read/256991/11961904
c ads860-systffs.c
/* sysTffs.c - Motorola 860ads system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01l,29ja