搜索资源列表
htrhthththh
- XP风格浮动工具条 和苹果风格按钮控件
rayleighbenard
- 雷利对流,用格子波尔兹曼方法以Z.Guo程序为基准,得出的近似值用于估计浮动过程,希望有人能够用得到。- Rayleigh Benard Convection, using a LB method,based on [Z.Guo, ]. Boussinesq approximation is used for the buoyancy term.
Gua
- 本代码实现了获取窗口句柄,窗口标题以及同时实现了窗口在屏幕上的随意浮动,以供大家参考-The code implemented for the window handle, window title, and while achieving a window floating freely on the screen for your reference
03-021
- 基于向量机的次优化浮动顺序算法FFSM的应用-Efficient Mining of Frequent Subgraph in the Presence of Isomorphism
ICDM03_2
- 基于向量机的次优化浮动顺序算法向量机的FFSM运用-Efficient Mining of Frequent Subgraphs in the Presence of Isomorphism
FFSM
- 浮动顺序搜索算法搜索特征空间生成候选子集-Sequential floating search algorithm to search a subset of the feature space generated candidate
src
- 关于一个浮动物体检测的源代码。 可以看到很多浮动物体,然后预测物体前进方向。-It s a floating object detection source code. It could be used as a model for predicting floating object and trajectory.
oscsend
- 发送一个开放声音控制(OSC)的信息通过UDP连接 oscsend(美,路径) oscsend(美,路径,类型,arg1的,arg2的,...) oscsedn(美,路径,类型,[参数]) ü= UDP的对象与打开的连接。 路径=路径字符串 =同类型的参数类型的字符串, 支持: 我=整数 f=浮动 商S =串 每组空(忽略相应的参数) 余=脉冲(忽略相应的参数) T=真(忽略相应的参数) F=假(忽略
fd
- 进行数值计算的,利用浮动搜索法可以更快的速度达到解决问题的。-Numerical calculation
OKQQ
- QQ浮动插件,基于ecshop的二次开发,实现网站的在线客服。-QQOnline webserver
牛顿法迭代
- function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df