搜索结果
找到约 12,241 项符合
A-EDU 的查询结果
其他 This a simple genetic algorithm implementation where the evaluation function takes positive values o
This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
其他 CppUnit is a C++ unit testing framework. 一种C++的测试工具
CppUnit is a C++ unit testing framework. 一种C++的测试工具,十分好用
通讯编程文档 A power control algorithm for 3G wcdma system, paper by Loutfi Nuaymi,
A power control algorithm for 3G wcdma system, paper by Loutfi Nuaymi,
其他书籍 计算机体系结构-量化研究方法(第三版)英文原版电子书。David.A.Patterson著
计算机体系结构-量化研究方法(第三版)英文原版电子书。David.A.Patterson著
嵌入式Linux This a Good IDN Client.
This a Good IDN Client.
网络 This a good VPN source
This a good VPN source
网络 This a good IDS source
This a good IDS source
Java书籍 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is c
Contains a complete archiver by Haruhiko Okumura. The archiver uses
an LZ engine whose output is compressed with static Huffman. The
file is chopped into pieces which all get their own independent
set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use
essentially the same method. ZOO and L ...
Linux/Unix编程 Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" |
Shell源码:find查找日期为某一天的文件
A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998
下面这个script,存成一个符合规则名字的文件,置上x属性就行了。
人工智能/神经网络 用vc开发的A*寻路算法的dll,可以在其他语言调用
用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例