搜索资源列表
Windows核心编程1-8章
- 第一章 对程序错误的处理 第2章 UNICODE 第3章 内核对象 第二部分 编程的具体方法 第4章 进程-chapter 1:error handling chapter 2:unicode chapter 3:kernel objects part 2:method of programming chapter 4:proce
1721
- 本程序是单文档界面分割窗体的一种通信方法,自己感觉是比较笨的一种方法,可能使用消息映射的方法更好. 另外,开发周期也是一个不得不考虑的问题。程序工作在内核,稳定性/兼容性都需要大量测试,而且可供使用的函数库相对于应用层来说相当少。在应用层开发,调试修改相对要容易地多。 应用层截包驱动程序工作在操作系统内核,截断了所有的报文收发过程,并且把报文送到应用程序中处理,根据应用的策略,或者继续收发过程,或者丢弃,或者做其他的改变。 这个工具包提供了应用编程
kernel-process-control
- 核函数方法及其在过程控制中的应用研究,主要总结了我国与国外的核函数研究现状-kernel function method and the process control of applied research, the main conclusion of our country and abroad kernel Research
lighttpd-1.5.0-r1477.tar
- http server The kqueue() system call provides a generic method of notifying the user when an event happens or a condition holds, based on the results of small pieces of kernel code termed filters. A kevent is identified by the (ident, filt
NdisHookDrv
- 一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同,是通过HOOK内核NDIS API来实现的。听说诺顿也是使用此方法来实现。-an interception network packet driver. It DDK documentation is NDIS Intermediate Driver, through HOOK kernel NDIS API to achieve. Norton also heard that the use of this method is to
netlink-program
- netlink编程,是linux下用户态和内核通讯的一种有效方法-netlink programming, is under linux kernel and user states an effective communications method
使用64个字符键加密文件的类
- 汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directl
heguji
- 非参数统计学中非参数回归的简单应用核回归程序,应用范围广泛,不需要知道样本的分布就可以使用该方法。-Non-parametric statistical regression Nonparametric kernel regression of the simple application procedure, a wide range of applications, does not need to know the distribution of the samples you can u
KDE
- Bivariate Kamma Kernel Density Estimate for large data set-optimize method
mm-dram
- This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
support-vector-machine
- 支持向量机非线性回归通用matlab程序,本程序使用支持向量机法,实现对数据的非线性回归,核函数的设定和修改在函数内部进行,数据预处理在函数外部进行,简单易懂,希望能对大家有所帮助-Universal non-linear regression support vector machine matlab program, this program uses support vector machine method to achieve non-linear regression of data
coLinux-0.7.4
- Cooperative Linux, 簡稱 coLinux, 是一種對 Linux kernel 的移植, 讓一台機器可以協同運作不同的作業系統. coLinux 的前身 UMLWin32 最早是由 Dan Aloni 在 2000 年所開發, 當時的目的是為了將 User Mode Linux 移植到 Cygwin 上. 在 2003 年時, Dan Aloni 運用了不同以往的想法與做法, 於是, 便產生了 coLinux. coLinux 不同於 VMware 等模擬器, coLinu
ProgrammingAceOfProverbsEbook
- 本书是作者十余年编程生涯中的技术和经验的总结。内容涵盖了从认识CPU、Windows运行机理、编程语言的运行机理,到代码的规范和风格、分析方法、调试方法和内核优化,内有作者对许多问题的认知过程和透彻的分析,以及优秀和精彩的编程经验。 -This book is the author of more than 10 years of his career programming technique and experience of summary. The content covers from
Nt-kernel-method
- nt内核函数,包含了常用的nt内核函数名及功能,适合内核及驱动编程人员参考。-nt kernel functions, including a common kernel function name and function of nt, for the kernel and driver programmers reference.
KKPCA
- 用核主成成分分析法对数据的降维,根据降维结果可选择最合适的维数-Kernel principal component analysis with the data dimension reduction method, based on the results of dimension reduction can choose the most appropriate dimensions
Inject
- 目前Windows操作系统上面注入的方法也很多,《Windows核心编程》上面介绍了不少,大家也可以到网上搜索一下,比如钩子,远程线程技术-Into the Windows operating system is currently the method above, there are many, " Windows kernel programming" described above, a lot, we can also go to search on the Inte
kernel-methods-for-pattern-analysis
- 关于核及模式分析的一些方法,主要包括三个部分-some algorithms on pattern analysis and kernel methods,kernel method for pattern analysis
s3c2410-adc.c.tar
- d/a接口原理,D/A系统转换芯片的方法以及驱动程序加入内核的方法!-d/a interface schematics, D/A converter chip method and system drivers to the kernel method!
kPCA_v3.1 (1)
- KPCA用于数据特征的降维,先通过核方法,将样本映射到高维空间,再进行主成分分析过程。(KPCA is used to reduce the dimension of data, first through the kernel method, the sample is mapped to high-dimensional space, and then the principal component analysis process.)
KFCM-master
- 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the origin