搜索结果
找到约 1,065 项符合
multi-function 的查询结果
Java编程 This an example showing how idl helping to build the abstract class for the java objects. As a resul
This an example showing how idl helping to build the abstract class for the java objects. As a result, the client class is able to use the function of the servant program.
人工智能/神经网络 标准的遗传算法代码
标准的遗传算法代码,下面是程序:function y=fitness(chrom,p,aim)
global P_cross P_mutation
[Popsize len]=size(chrom)
fitness_gene=zeros(Popsize,1)
in_he=zeros(4,1)
out_he=zeros(4,1)
in_out=0
out_out=0
Linux/Unix编程 fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be releas
fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be released at the DEFCON 12 conference in July, 2004 in Las Vegas.
fwknop implements network access controls (via iptables) based on a flexible port knocking mini-language, but with a twist it combines port ...
Windows CE evc与mapx mobile 在PDA上开发的GPS接收器。你的电脑上最好有evc++4.0和ppc2003模拟器
evc与mapx mobile 在PDA上开发的GPS接收器。你的电脑上最好有evc++4.0和ppc2003模拟器,还有mapx mobile,没有都可以去官方网站上下载-AES with MapX mobile PDA development of the GIS system, the main function of MapInfo are included in the inside. Your computer is the best and ppc2003 AES Simulator 4.0, MapX ...
matlab例程 "arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover fun
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for
apattern.函数“arect”是给出一个方向图的3D图。函数“makepattern”是计算一个阵列方向图的值。
其他书籍 This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active Server Page
This paper addresses the subject of SQL Injection in a Microsoft SQL Server/IIS/Active
Server Pages environment, but most of the techniques discussed have equivalents in other
database environments. It should be viewed as a "follow up", or perhaps an appendix, to
the previous paper, "Advanced SQL ...
人工智能/神经网络 多机器人路径规划算法
多机器人路径规划算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.
人工智能/神经网络 * Lightweight backpropagation neural network. * This a lightweight library implementating a neura
* Lightweight backpropagation neural network.
* This a lightweight library implementating a neural network for use
* in C and C++ programs. It is intended for use in applications that
* just happen to need a simply neural network and do not want to use
* needlessly complex neural network librar ...
人工智能/神经网络 neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o
neural network utility is a Neural Networks library for the
C++ Programmer. It is entirely object oriented and focuses
on reducing tedious and confusing problems of programming neural networks.
By this I mean that network layers are easily defined. An
entire multi-layer network can be created in a f ...
书籍源码 在C++中open一個output file有兩種方式
在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等) ...