代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

algorithm.txt

a+b+c+d a+b+c-d a+b-c-d a*b+c*d a*b-c*d a*b*c+d a*c*b-d a*b*c/d a*b+c+d a*b+c-d a*b-c-d (a+b)*(c+d) (a+b)*(c-d) (a-b)*(c-d) a*b*(c-d) a*b*(c+d) a*b/(c+d) a*b/(c-d) a*b/(c*d) (a+b+c)

algorithm.c

#include "algorithm.h" int RelBmp1[] = {0,0,0,0,0,0,0,0,0,0,0,0,139,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,180,255,255,255,255,255,255,255,255,255,255,255,2

algorithm.h

typedef struct { int iYLeftUp; int iXLeftUp; int iYRightDown; int iXRightDown; int dCoeff; } MATCHRESULT; #define SRCRANGE 8 /* need in Algorithm *

algorithm.txt

1. Compression algorithm (deflate) The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input

_algorithm.asm

///////////////////////////////////////////////////////////// // // // Process the audio stream // //

_algorithm.asm

///////////////////////////////////////////////////////////// // // // Process the audio stream // //

algorithm.ps

%!PS-Adobe-2.0 %%Creator: dvips 5.47 Copyright 1986-91 Radical Eye Software %%Title: pp8.dvi %%Pages: 25 1 %%BoundingBox: 0 0 612 792 %%EndComments %%BeginProcSet: tex.pro /TeXDict 200 dict def TeXDic

omptl_algorithm

// Copyright (C) 2006 Fokko Beekhof // Email contact: Fokko.Beekhof@cui.unige.ch // The OMPTL library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser G

algorithm.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: stlsoft/util/std/algorithm.hpp (derived in part from stlsoft_simple_algorithms.h) * * Purpose: Con