-
-
[
C/C++]
OMNet++.rar
OMNet++ Outlined in the PPT. From other places under, I feel useful, it is not infringing.
-
[
Visual C++ (VC++)]
drop_target_Dlg.zip
... possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to ...
-
[
Visual C++ (VC++)]
getlocalip.rar
... for a single machine to have multiple network interfaces:
a PC on a LAN with a modem connected to the Internet, for instance.
The loopback interface lets two programs running on a single machine
talk to each other without involving hardware drivers.
-
[
DOS]
find23.zip
... (i.e. column
oriented) list.
An extended search mode is available, where only letters and digits
are relevant.
Other options:
case sensitive search,
alternative errorlevel with number of hits,
header line with file name, LFN, custom ...
Category:
matlab Upload User:
newlightzh Size:
9K
-
[
Unix_Linux]
mod_python-3.3.1.rar
... many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals. A more detailed description of what mod_python can do is available ...
-
[
Matlab]
matlab_utilities.zip
This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, particle filtering, and miscellaneous other things. These utilities are designed for reuse and I have found them very useful in many projects. The code has ...
Category:
matlab Upload User:
rtv20008 Size:
39K
-
[
Visual C++ (VC++)]
Anthill-20020829.zip
... a dynamic network of peer nodes societies of adaptive agents travel through this network, interacting with nodes and cooperating with other agents in order to solve complex problems. Anthill can be used to construct different classes of P2P services that ...
Category:
P2P Upload User:
jb3522 Size:
5749K
-
-
[
C/C++]
driverdev_src4.zip
... of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the ...
-
[
C/C++]
driverdev_src3.zip
... into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the poor man s pipes implementation.