Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • linux-2.6.9.tar.gz Linux Kernel 2.6.9 for OMAP1710
  • svmmatlabSORCE.rar 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type
  • FaceRecognitionUsingKernelDirectDiscriminantAnalys Face Recognition Using Kernel Direct Discriminant Analysis Algorithms and Matlab source codes for the kernel direct discriminant analysis (KDDA)
  • KernelExec_src.rar 内核启动进程,是使用文件过滤驱动开发的 Kernel exec proc
  • XSBase270EDR.rar PXA270参考设计开发平台,学习调试WINDOWS CE5.0 LINUX KERNEL VER2.6.18,本人都跑过.
  • localnormalize.zip ... ,sigma1,sigma2) outputs local normalization effect of image IM using local mean and standard deviation estimated by Gaussian kernel with sigma1 and sigma2 respectively. Contributed by Guanglei Xiong (xgl99@mails.tsinghua.edu.cn) at Tsinghua University, ...
  • Gauss3D.zip 3D的Gauss Kernel。可以应用于三维的数据处理
  • VC++6.0DLL.rar 自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需要的大量的API函数也被包含在Kernel DLL中。
  • linux2_6_device_driver.rar Porting device drivers to the 2.6 kernel
  • discreteconvolution.rar A light implementation of a discrete convolution procedure using either the Laplacian or Identity kernel. You need the source image convolution-input.ppm. The result is convolution-result.ppm.