-
-
modbus-linux-driver.rar
Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )
-
hookN.zip
国外收集的多个hook代码
Let s talk about kernel and drivers
-----------------------------------
Author: Holy_Father <holy_father@phreaker.net>
/ When you see the shadow,
think about the light that causes it /
Version: 1.0 english
Birthday: 27 ...
-
svcm_run.rar
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension ...
-
-
eventshare.zip
Sample code that demostrates how to use shared events in Kernel mode.
-
PCAUSA_Samples.zip
Complete PCAUSA samples including various kernel mode TDI code, TDI filters/redirectors and NDIS filters.
-
-
namenip003.rar
本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下:
gcc -O -c -Wall main.c
使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2.4 kernel和netfilter的支持,Linux2.4.*内核的标准安装里有netfilter/iptables
-
Linux.Device.Drivers.3rd.rar
... develop new hardware under Linux. Now, with this third edition, it s even more helpful, covering all the significant changes to Version 2.6 of the Linux kernel. Includes full-featured examples that programmers can compile and run without special hardware.
-
SKMsmo.rar
基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能,这是在SVM的基础上改进的一个更好的SKM(Support Kernel Machine)Package.
-