代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/162603/10291993
txt readme.txt
README AND QUICK REFERENCE
US FEDERAL STANDARD - 1016 CELP v3.2 FOR MATLAB (FS-1016)
DEVELOPED BY TED PAINTER AND ANDREAS SPANIAS
COPYRIGHT (C) 1994-99 ANDREAS SPANIAS AND TED PAINTER
THE AUTH
www.eeworm.com/read/162603/10292203
txt readme.txt
README AND QUICK REFERENCE
US FEDERAL STANDARD - 1016 CELP v3.2 FOR MATLAB (FS-1016)
DEVELOPED BY TED PAINTER AND ANDREAS SPANIAS
COPYRIGHT (C) 1994-99 ANDREAS SPANIAS AND TED PAINTER
THE AUTH
www.eeworm.com/read/419627/10852954
c luace.c
/**
* LuaCE
*
* Pedro Miller Rabinovitch,
* http://www.inf.puc-rio.br/~miller/luace
*
* A quick port of Lua for Windows CE.
**/
#ifdef UNDER_CE
#i
www.eeworm.com/read/146459/7215516
tcl exemplar.tcl
set GLOBAL_PERIOD 30
#
# The 'optimize' command may be run with many different options:
#
set EFFORT standard
#set EFFORT quick
set MODE area
#set MODE delay
#set MODE auto
set HIERARCHY flatten
#
www.eeworm.com/read/450121/7490353
c luace.c
/**
* LuaCE
*
* Pedro Miller Rabinovitch,
* http://www.inf.puc-rio.br/~miller/luace
*
* A quick port of Lua for Windows CE.
**/
#ifdef UNDER_CE
#i
www.eeworm.com/read/239690/13261210
txt rss2html-docs.txt
RSS2HTML PHP Script Documentation v3.x
Contents
Introduction
Uses
Quick Start
Templates
Running from FeedForAll's server
Running on local server
Example websites
Advanced Notes
Rest
www.eeworm.com/read/239686/13261405
txt rss2html-docs.txt
RSS2HTML PHP Script Documentation v3.x
Contents
Introduction
Uses
Quick Start
Templates
Running from FeedForAll's server
Running on local server
Example websites
Advanced Notes
Rest
www.eeworm.com/read/125819/6020822
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d+
www.eeworm.com/read/124989/6035062
pl nbitoelf.pl
#!/usr/bin/perl -w
#
# Quick and dirty program to convert a NBI Linux image to an ELF image
# Calls disnbi and mkelf-linux to do the work
#
my $nbifile = shift or die "Usage: $0 nbifile elffile\n";
my
www.eeworm.com/read/124989/6035100
pl dismbr.pl
#!/usr/bin/perl -w
#
# Quick and dirty program to decode a partition table in MBR
# GPL, July 2000, Ken Yap
#
sub decodechs ($)
{
my ($chs) = @_;
my ($c, $h, $s);
($h, $s, $c) = unpack('CCC', $ch