Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • frequency counter.zip RIchedit this is a test for the upload function
  • CFARzz.rar CFAR代码,CFAR是用于雷达的一种滤波方法,称为平均值滤波,本程序给出了主程序以及CFAR-function,并且有噪音图和信号图,可以进行比较分析
  • FractalDim.rar 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)),
  • 高级通信程序.rar ... 所需的任何功能,并且不需要考虑通信细节。具体方法可以参考:CommSrvApps 单元的TSrvApp_File类,只需写一个新类即可: TSrvApp_File = class(TServerAppObject) public function ProcessData(ABuf: PChar ASize: integer): integer override end 通过以上类配合通信核心类,实现了远程实时传送一个文件就像copy那么简单。 其它: 此程序是 ...
  • taiwan.rar small pannel driver using MXIC s 88LV462,this sample code including the function IIC with 8051,IR,OSD,
  • 06pop3.rar 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As ... () If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
  • The Function Pointer Tutorials.rar 本文详细说明了C和C++中函数指针的语法和用途。并且举例说明了如何用函数指针来实现Callback函数。
  • GraphAlgorithms.rar Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i)
  • penight2b.zip This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.
  • HookImport_src.zip Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is ...