Network
In general, the term network can refer to any interconnected group or system.
Language
Platform
Any
License
Any
Hey, so recently in my school our teacher wanted us to spend the next 2-3 weeks making up a program of our own choice. (We learned Java in class but I wanted to try something different and learn C++...
Hello everyone,
These days I am going to make a program to analyze the mac protocol packets. Also my paper title is related to packet analysis. I wrote some survey papers and this paper also will...
Hi
I was wondering if you could find any solution for your problem?
Since I'm facing with the very same problem!
I'm inside of a well protected network, and I want to connect to an external IP...
Can someone please help me design a c program for my car design for my thesis. i have designed a MCU Bluetooth RC Car and I have the mobile phone but I don't have the car program. can anyone help...
Blanket reason not to create a new TCP/IP server program: IANA port assignments, and the sheer number of custom applications that are likely to be out there.
Hallo,
I have to modify a C client/server program that opens a TCP socket from the client to the server. Recently my company installed a firewall between the various (physical) sites we run and now...
Hello everyone, my question is Where to find (for download) header file for c++ builder 2010?
I search a lot of on internet but didn't find corresponding winuser.h file for c++ builder 2010, my...
Hi,
I'm using the newff() function to create a neural network and I'm using the train() function to train this net. It's a three layer network (one hidden layer) and I'm using the logsig and...
annie::TwoLayerNetwork net(2,3,1);
this is a Feed Foward multilayer perceptron.
There aren't context units ...
Have you read the manual?
I found the following within five seconds:
#include
using namespace annie;
annie::TwoLayerNetwork net(2,3,1);
I have an MFC C++ project that communicates to a server through socket. To make things easy let's say, on the dialogue there is a listBox, and I want to connect to the server and constantly update...
@ liyanga
please send the code to this email id:
deepak.msrit@gmail.com
thanks in advance..
Use the same compiler on a server which you use on your system. Or simply move the ready EXE file from your system to the server, so there is no need to compile it.
but a hash makes sense only if you want to compare several times. if you only need to compare to the last packet, you should use memcmp(). or make the server stop sending multiple packets of the same...
what is the difference between writing a program in C/C++, or using Open CV in C/C++ . Can we use both codes for creating application?
what???
C/C++ is a programming language, OpenCV is a...
Hi community,
I need to download a package on https server(like https://192.168.1.99/fes-bin/public/WebManagerLoad.zip).
I know how to read a file on https(like https://192.168.1...
Sench('\r');
// now i want OnDataAvailable event to be called, becouse i need to check if the login & pass ir correct, before doing other commands.
Maybe there is a component and/or method to use...
I am a crossed enrolled senior, last semester. At my main school, C++ is the required programming language, but at the crossed enrolled school it is Java. I am now stuck, can someone please help. I...