-
-
-
GPRmatlab.rar
GPR matlab The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to point out any bugs that you find.
-
Registration2.rar
The file alignImages.m contains the entry function alignImages(.....)
The input images should be in grayscale and converted to double type.
For futher help please refer to the documentation within the code files.
-
-
20070508.rar
... 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。
Option Explicit
Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long
Private Sub FormatDisk(intDrive as ...
-
PreparationFunction.rar
Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ .... When n is odd input, the function call 1/1+1/3+ ... +1/n (using function pointer)
-
vc347888244.rar
... 工程,按图所示添加控件(1个控件框和1个动画控件、4个按钮),属性如下:
id caption messages add function
idc_select 选择文件 bn_clicked onselect
idc_play 播放文件 bn_clicked onplay
idc_stop 停止播放 bn_clicked onstop
idok 退出程序 bn_clicked onok
在对话框类CplayDlg中添加一个Cstring类型 ...
-
BANKATMSIMULATORREALIZATION.rar
... has recommended mainly systematic design and simulation of the bank ATM (ATM ) realize the course, and has introduced each function module of this system in detail , including deposit and withdraw, transfer accounts, inquire about, revise the concrete ...
-
btc_image01.rar
image compression using btc algorithm. matlab program. This function accepts an image(color or gray) and compresses it using the block truncation coding.
-
Arnold_Matlab_code.rar
Arnold图像置乱Matlab代码
%% -------------------------------------------------------------------- %%
% Function: Arnold图像置乱
% Arnold: x =(x+y) mod N, y =(x+2y) mod N
% 变换 ...
-