代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/121089/6070595
c exetype.c
/*
* exeType( filename ) - Return the type of .EXE, based on a quick
* examination of the header. If it is a new .EXE
* and the OS ( Windows, DOS 4.X, 286DOS ) cannot
* be
www.eeworm.com/read/113536/6128142
c exetype.c
/*
* exeType( filename ) - Return the type of .EXE, based on a quick
* examination of the header. If it is a new .EXE
* and the OS ( Windows, DOS 4.X, 286DOS ) cannot
* be
www.eeworm.com/read/103192/6220880
c exetype.c
/*
* exeType( filename ) - Return the type of .EXE, based on a quick
* examination of the header. If it is a new .EXE
* and the OS ( Windows, DOS 4.X, 286DOS ) cannot
* be
www.eeworm.com/read/103088/6224183
readme
This is a quick and dirty script to convert a floppyfw floppy
(http://www.zelow.no/floppyfw/) to a tagged image for booting with
Etherboot (http://etherboot.sourceforge.net/). The advantages of networ
www.eeworm.com/read/101015/6262324
c exetype.c
/*
* exeType( filename ) - Return the type of .EXE, based on a quick
* examination of the header. If it is a new .EXE
* and the OS ( Windows, DOS 4.X, 286DOS ) cannot
* be
www.eeworm.com/read/486293/6539109
java kdtree.java
/**
* Quick illustration of a two-dimensional tree.
*/
public class KdTree
www.eeworm.com/read/261194/11660854
c test.c
/*
warning:
this is not a concise demonstration of the c interface to ming.
this is a shell for new functions so that I can easily load them into gdb
and a quick way to check for linkage error
www.eeworm.com/read/260547/11719536
pas gysbb_.pas
unit gysbb_;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls;
type
TFormgysbb = class(TForm)
Quick
www.eeworm.com/read/260547/11719756
pas gysbb_.pas
unit gysbb_;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls;
type
TFormgysbb = class(TForm)
Quick
www.eeworm.com/read/258662/11847773
txt readme.txt
Sorts Example
=============
This directory presents a Sorts example, which compares and contrasts an
'insertion sort', 'shell sort', and 'quick sort' (the built-in C library sort).
To build t