代码搜索:Quick
找到约 3,674 项符合「Quick」的源代码
代码结果 3,674
www.eeworm.com/read/437964/7738767
png quick-diff.png
www.eeworm.com/read/436764/7762873
cpp quick_so.cpp
#include
#include
int data[100];
int q=0;
int o;
void quicksort(int data[],int start,int end);
void main()
{
clrscr();
couto;
cout
www.eeworm.com/read/433678/7914970
txt data_quick.txt
1,1,1,2,2,2,2,3,3,3,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,7,8,8,8,9,10,10,10,10,10,11,12,12,13,13,14,14,15,15,16,16,16,17,18,18,18,18,18,19,19,19,19,20,20,21,21,22,22,22,23,23,24,24,24,25,25,26,27,27,27,27,28
www.eeworm.com/read/397473/8043819
vi quick sort.vi
www.eeworm.com/read/296742/8079446
java quick123.java
import Lot123.*;
public class Quick123
{
public static void main(java.lang.String[] args) {
Application app;
Ranges ranges;
Document doc;
Range rangeA1, rangeA2;
try {
// 建
www.eeworm.com/read/196499/8082306
c quick_crc.c
/* compute crc's */
/* crc-16 is based on the polynomial x^16+x^15+x^2+1 */
/* The bits are inserted from least to most significant */
/* crc-ccitt is based on the polynomial x^16+x^12+x^5+1 */
/* T
www.eeworm.com/read/247181/12675793
m render_quick.m
function render_quick(mesh,resultfile)
% Rendering of simulation results
fprintf('Rendering results for experiment %s\n',resultfile);
datafile = [resultfile , '_res.mat'];
S = load(datafile);
whos;
r
www.eeworm.com/read/247181/12675799
m replay_quick.m
function replay_quick(mesh,times,solv,sole,step,filename)
% Rendering of nodal/edge element solution for
% transient Maxwell problem in a cavity
N = length(times);
if (nargin < 6), filename = []; end