代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/341877/12057083
c 2dlife.c
/*
** A quick "life" (2-d cellular automaton) implementation done in Turbo C 2.0
** on the spur-of-the-moment by Jonathan Guthrie 9/20/1992 and donated to the
** public domain.
**
** In keeping
www.eeworm.com/read/130553/14186714
c 2dlife.c
/*
** A quick "life" (2-d cellular automaton) implementation done in Turbo C 2.0
** on the spur-of-the-moment by Jonathan Guthrie 9/20/1992 and donated to the
** public domain.
**
** In keeping
www.eeworm.com/read/123610/14621385
txt readme.txt
A PIC-PID Example
=================
Contents
1 INTRODUCTION
1.1 Quick Start
1.1.1 Building under Windows
1.1.2 Building under Unix
1.1.3 Executing the ROM image
1.2 Terms and abbreviations
www.eeworm.com/read/116214/14982689
use coco.use
Quick start notes on the use of Coco/R (C/C++ version)
======================================================
These notes apply directly to the MS-DOS versions of Coco/R (C/C++).
We know that y
www.eeworm.com/read/208018/15255787
txt quicksort.txt
#include
#define Maxsize 20
void swap(int *a,int *b)
{
int c;
c=*a;
*a=*b;
*b=c;
}
//一趟快速排序
int Quick
www.eeworm.com/read/38039/1093787
txt rnd_rec.txt
(F) Could not construct fillet/round.
(I) Is a reference missing?
#INVESTIGATE, #SHOW REF
(R) i) Redefine the feature references.
#QUICK FIX, #REDEFINE
(I) Is the radius too large be
www.eeworm.com/read/484770/1268246
txt tutorial.txt
/*! \page intro Quick Start
This tutorial introduces the threadpool library by discussing an easy to understand source listing:
\code
01
02 #include "threadpool.hpp"
03
04 using namespace boost::