代码搜索:Mini

找到约 5,314 项符合「Mini」的源代码

代码结果 5,314
www.eeworm.com/read/100204/15880742

verify readme.verify

Mini-Howto for verifying a selfmade CD 1) verifying the data layer To verify if all data on the disk can be read, use SCSI verify. This can be done with the sformat utility. use: sformat -verif
www.eeworm.com/read/383163/8965988

readme

sac2mseed - Convert SAC waveform data to Mini-SEED. -- Building/Installing -- In most environments a simple 'make' will build the program. In the Win32 environment the Makefile.wat can be used with
www.eeworm.com/read/283498/9016283

asm asm.asm

; ASM.ASM ; ; This is a simple, single line, mini-assembler for an earlier ; version of the x86 processor. It converts strings containing valid ; (old) x86 assembly code into a sequence of hex va
www.eeworm.com/read/282259/9107999

c minigzip.c

/* minigzip.c -- simulate gzip using the zlib compression library * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * mini
www.eeworm.com/read/376723/9309681

cpp half_plane.cpp

#include #include #include using namespace std; double const mini = 1e-6; double const pi = 3.141592653589793; int const maxn = 20000; struct point{ double x, y;
www.eeworm.com/read/176921/9479475

pl minipascal.pl

:- pce_autoload(finder, library(find_file)). :- pce_global(@finder, new(finder)). :- consult([scanner, parser, interpre, compiler]). minipascal:- new(F, frame('Mini-Pascal')), send(F, appen
www.eeworm.com/read/176921/9479478

pl interpre.pl

/* Interpreter fuer mini-PASCAL */ :- pce_autoload(finder, library(find_file)). :- pce_global(@finder, new(finder)). :- consult([scanner, parser]). interpret_programm(Datei):- parse_program
www.eeworm.com/read/365911/9841220

c ftpclient.c

/* vi: set sw=4 ts=4: */ /* * ftpget * * Mini implementation of FTP to retrieve a remote file. * * Copyright (C) 2002 Jeff Angielski, The PTR Group * Copyright (C) 2002 Gl
www.eeworm.com/read/359019/10170351

multi readme.multi

Creating multi-session CD's Mini Howto FAQ Multi-session filesystems are a trick that comes from the Kodak photo CD. The OS mounts the last session that contains the sum of the current session and al
www.eeworm.com/read/272813/10943172

h sorted_page.h

/* -*- C++ -*- */ /* * sorted_page.h - definition of class SortedPage for Mini{base|rel} project. * */ #ifndef SORTED_PAGE_H #define SORTED_PAGE_H /* * SortedPage just holds abstract r