搜索结果
找到约 63 项符合
TRACE 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (7)
- matlab例程 (5)
- 单片机开发 (5)
- 其他 (5)
- 单片机编程 (4)
- 文章/文档 (3)
- PCB相关 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 书籍源码 (2)
- 其他书籍 (2)
- 数学计算 (2)
- 系统设计方案 (2)
- 技术资料 (2)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 数值算法/人工智能 (1)
- 软件工程 (1)
- 生物技术 (1)
- 人工智能/神经网络 (1)
- 人物传记/成功经验 (1)
- 网络 (1)
- VC书籍 (1)
- 3G开发 (1)
- 嵌入式/单片机编程 (1)
- 编辑器/阅读器 (1)
- DSP编程 (1)
- 仿真技术 (1)
- 行业应用文档 (1)
- 其他 (1)
- 书籍 (1)
- 精品软件 (1)
源码/资料 简单的ping和trace程序
简单的ping和trace程序
数值算法/人工智能 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co
基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim ...
Internet/网络编程 在程序中能够实现ping功能和trace route功能。 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional
在程序中能够实现ping功能和trace route功能。 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional
文章/文档 int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) f
int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dGauss (float x, float sigma) float meanGauss (float x, float sigma) void hysteresis (int high, int low, IMAGE im, IMAGE mag, IMAGE oriim) void canny (float s, IMAGE im, IMAGE mag, IMAGE ori)
其他 用于Pattern Recongnition的一个图像处理程序--Trace Transform。
用于Pattern Recongnition的一个图像处理程序--Trace Transform。
Linux/Unix编程 unix下基于IP协议的TRACE ROUTE 代码程序;C/C++语言
unix下基于IP协议的TRACE ROUTE 代码程序;C/C++语言
软件工程 of course this book is source code trace
of course this book is source code trace
matlab例程 % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a functio
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% ...
matlab例程 计算广义分形维数的matlab源程序。希望对大家有用! 函数形式:function [dq,rq]=fdim(q,x,trace) 不同q值下得到不同定义的分形维
计算广义分形维数的matlab源程序。希望对大家有用!
函数形式:function [dq,rq]=fdim(q,x,trace)
不同q值下得到不同定义的分形维,如:q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.具体说明见程序。
生物技术 基于"trace transform"的识别2D图像的C++源程序
基于"trace transform"的识别2D图像的C++源程序,
主文件是tt.cpp,
在LINUX下可以用
g++ tt.cpp -o tt -O3进行编绎,
而且最后的结果也可以在MATLAB下显示出来,
This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matl ...