代码搜索结果
找到约 10,000 项符合
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.cpp
// algorithm.cpp : Defines the entry point for the console application.
//
#include "iostream"
using namespace std;
void wolf_find_rabbit();
void Joseph_loop();
void Match();
int main(int a
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.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.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 dat
algorithm.sty
% ALGORITHM STYLE -- Released 8 April 1996
% for LaTeX-2e
% Copyright -- 1994 Peter Williams
% E-mail Peter.Williams@dsto.defence.gov.au
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{algorithm}
\typeou
algorithm.h
// rak - Rakshasa's toolbox
// Copyright (C) 2005-2006, Jari Sundell
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License
algorithm.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Thu Aug 11 19:53
algorithm.c
#include "stdio.h"
#include "math.h"
#include "algorithm.h"
void getBinaryImage(unsigned char *imagey,unsigned char *imagecb, unsigned char *imagecr,Byte *BinaryImage,Size size)
{
int i,
algorithm.h
/*2005-7-30 Image process algorithm.h ,writer:fu anxin
define 2 structure:Rect,Size;
define function:GetBinaryImage,findConnectComp;
************************************************************