function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
Nano-X+GUI技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
采用hibernate2.x框架,数据库采用sqlserver2000,封装了hibernage操作工具类,方便实现了数据表一对多连接并对其采用orm的同时实现了hql查询处理! 开发语言为java 可以非常容易的合入采用mvc模式开发的j...
int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dGauss (float x...
做一个简易的“+ - x /”计算器:在Applet中加入2个提示标签,1个显示结果的标签,两个输入文本域,四个单选按钮(标题分别为+-×/),1个“计算”按钮,分别输入2整数后,选择相应运算符,点击“计算”按钮后显示结果。两个form窗口...
T6963C驱动 调入了一幅图象: 长度x宽度=240x128, 调整后为: 240x128
This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 g...