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.
標簽: the abstract example showing
上傳時間: 2014-01-04
上傳用戶:yxgi5
標準的遺傳算法代碼,下面是程序: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
上傳時間: 2013-12-08
上傳用戶:pkkkkp
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 knocking and passive operating system fingerprinting to make it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon. fwknop supports shared, multi-protocol port knock sequences along with both relative and absolute timeouts, and coded port knock sequences encrypted with the Rijndael block cipher.
標簽: Firewall Operator software upcoming
上傳時間: 2016-12-04
上傳用戶:牛津鞋
evc與mapx mobile 在PDA上開發(fā)的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 mobile, can not go on the official website of the download
上傳時間: 2016-12-06
上傳用戶:asddsd
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for apattern.函數“arect”是給出一個方向圖的3D圖。函數“makepattern”是計算一個陣列方向圖的值。
標簽: pattern makepattern displays computes
上傳時間: 2016-12-09
上傳用戶:zm7516678
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 Injection". The paper covers in more detail some of the points described in its predecessor, providing examples to clarify areas where the previous paper was perhaps unclear. An effective method for privilege escalation is described that makes use of the openrowset function to scan a network. A novel method for extracting information in the absence of helpful error messages is described the use of time delays as a transmission channel. Finally, a number of miscellaneous observations and useful hints are provided, collated from responses to the original paper, and various conversations around the subject of SQL injection in a SQL Server environment.
標簽: Server SQL Injection Microsoft
上傳時間: 2014-07-28
上傳用戶:xhz1993
多機器人路徑規(guī)劃算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.
上傳時間: 2014-01-25
上傳用戶:busterman
* 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 libraries. It features multilayer * feedforward perceptron neural networks, sigmoidal activation function * with bias, backpropagation training with settable learning rate and * momentum, and backpropagation training in batches.
標簽: backpropagation implementating Lightweight lightweight
上傳時間: 2013-12-27
上傳用戶:清風冷雨
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 few lines, and trained with two functions. Layers can be connected to one another easily and painlessly.
標簽: Programmer Networks entirely network
上傳時間: 2013-12-24
上傳用戶:liuchee
在C++中open一個output file有兩種方式,一種是使用member function open( ),另外一種是使用constructor給予檔案名稱和open mode。今若欲open一個名為client.dat的output file,試分別寫出該兩種方式open此檔案的statements.(包括include header file,物件的宣告,open指令等)
上傳時間: 2016-12-21
上傳用戶:wxhwjf