代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorithm.doc
The compressor achieves an average compression rate of 60% of the
original size which is on par with "gzip". It seems that you cannot do
much better for compressing compiled binaries. This mea
algorithm.c
/*关于计算机几种常见排序算法,在学习数据结构的时候曾自己动手写C语言的程序,
现发布出来与大家交流。虽然简单,但希望与大家在编程以及计算机算法方面能
够与大家交流,达到抛砖引玉的效果,恳切大家提出意见、建议。*/
#include
#include
#include
#include
#include
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.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 inpu
generic algorithm .m
%Generic Algorithm for function f(x1,x2) optimum
clear all;
close all;
%Parameters
Size=80;
G=100;
CodeL=10;
umax=2.048;
umin=-2.048;
E=round(rand(Size,2*CodeL)); %Initial C
algorithm.cpp
/*************************************************************************
* *
* This program is free software; you can redistri
algorithm.h
/*************************************************************************
* *
* This program is free software; you can redistri