fully software base network intrusion detection system
hello, we are currently working on our thesis entitled Network base intrusion detection system. And i just want to know if it can run in a LAN holding about 80 computers. one of the open source...
View Articlei have a error function should have a prototype
#include<conio.h> #define MAX 100 void push(int); int pop(); int top=-1,f=0,i; int stack[MAX]; void main() { char post[100],x; int value, a,b; clrscr(); printf("Enter the Postfix...
View Articlei have a error function should have a prototype
#include<conio.h> #define MAX 100 void push(int); int pop(); int top=-1,f=0,i; int stack[MAX]; void main() { char post[100],x; int value, a,b; clrscr(); printf("Enter the Postfix...
View Articlehow to multiply mutiple complex matrices sequentially
Hi All, Please can anyone help with matlab codes that i can use to multiply sequentially multiple complex 2 by2 matrices e.g A1*A2*A3*....*AN = [0.9987+0.6544i 0.0877+0.0766i;0.0987+0.0977i...
View Articlehow to multiply mutiple complex matrices sequentially
Hi All, Please can anyone help with matlab codes that i can use to multiply sequentially multiple complex 2 by2 matrices e.g A1*A2*A3*....*AN = [0.9987+0.6544i 0.0877+0.0766i;0.0987+0.0977i...
View ArticleCan a Program be Wrong?
For full discretion, I'm not a programmer, and I don't know anything about programs or software. I'm a photographer. But I have a question, and hope all of you will be kind enough to forgive this post...
View ArticleCan a Program be Wrong?
For full discretion, I'm not a programmer, and I don't know anything about programs or software. I'm a photographer. But I have a question, and hope all of you will be kind enough to forgive this post...
View Articlearray in matlab
i need to plot 2 arrays together each of which are array <5001x101 double> the plot is the divison of these two graphs. however when putting the values only one appear i need to have the same...
View Articlearray in matlab
im trying to plot a graph of two arrays with the following length: 5001x101 double. however when doing the following coding only 1 values is obtained. for n =1:1:5001 snr1 = rms(input(n))/ rms(out(n));...
View Articlehow to synchronize bound comboxes
Hi all I've created an application that consist of an observable collection of type site and bound it to DataGrid that its rows consist of comboboxes,my questiin is how to make the comboboxes of one...
View ArticleCannot save record using Entity Framework
I am an absolute beginner. But I searched the net. There are not many example shown in VB anywhere. I have created a test project which holds the win form. Then added another project which holds the...
View ArticleCannot save record using Entity Framework
I am an absolute beginner. But I searched the net. There are not many example shown in VB anywhere. I have created a test project which holds the win form. Then added another project which holds the...
View ArticleError in VB.net with MYSql
Hi all, I do not have to much experience in VB.net. I am doing small application to practice. In this case I am creating a VB application conneting to a MYSQL Database. The problem I have is when I try...
View ArticlePooh Soro Porject using Dev- Pascal Compiler.
Hello everyone, My class is having team assignments for the Pooh Sorority project. My group got this for in the lines of code which ill post below. The instructions and the .dat file used in this...
View ArticleJSP FILE-UPLOAD ERROR
Hello im new! I have a problem about uploading files for jsp i got common-filesupload-1.3.jar,javadoc,sources I wanted to know what is the great solution for this. and my IDE is eclipse...
View ArticleJSP FILE-UPLOAD ERROR
Hello im new! I have a problem about uploading files for jsp i got common-filesupload-1.3.jar,javadoc,sources I wanted to know what is the great solution for this. and my IDE is eclipse...
View ArticleStack overflow
So, i have written recursion which after certain number of calls causes stack overflow. I would like to know if somehow i can avoid this. procedure SOLVE (var A : LBOARD; INDEX : integer; var SOLUTION...
View Articlehelp with plotting an equation
Hello! I need help with plotting equation in matlab. I need to plot curve using an equation. The curve should look like that one in attached picture (please do not mind description) so far ive tried...
View Articleplot equation help
Hello! I need help with plotting equation in matlab. I need to plot curve using an equation. The curve should look like that one in attached picture (please do not mind description) so far ive tried...
View Articlehelp with probably one of the simplest problem...
Hi guys, I'm very new to Matlab... I've been using mathematica but my professor insisted that I should start using matlab... This code is about plotting the magnitude of 'gamma'. The domain of the...
View Article