CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gls
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gls - List
[
JSP/Java
]
PhotoAndContent
DL : 0
图文混排工具 1、新建一个Web工程 2、将Jsp下的页面与.js文件拷贝到工程的WebRoot下面 3、将images文件夹拷贝到工程的WebRoot下面 4、运行工程显示页面Gls.htm就可以图文混排编辑器。 5.向Oracle数据库中插入大文本数据: a)将需要插入大文本的字段定义为long数据类型 b)Source下的GlsTest.java即为向Qracle中插入大文本的方法及数据库操作 运行注意事项: 1、注意包名的大小写情况 2、注意页面的编码问题
Update
: 2008-10-13
Size
: 25.17kb
Publisher
:
wanna001
[
OpenGL program
]
glsdk
DL : 0
OpenGL 开发库,适用于多种平台,可以简单的开发 OpenGL 程序-OpenGL development libraries, applicable to a variety of platforms, we can develop a simple procedure OpenGL
Update
: 2025-02-19
Size
: 136kb
Publisher
:
[
matlab
]
Univariate_local_or_global_optimization
DL : 0
Univariate local or global optimization matlab最优化工具包,可以进行最优化点的搜寻。-Univariate local or global optimizationmatlab optimization tool kit can be carried out to optimize the search point.
Update
: 2025-02-19
Size
: 13kb
Publisher
:
ggyyree
[
JSP/Java
]
PhotoAndContent
DL : 0
图文混排工具 1、新建一个Web工程 2、将Jsp下的页面与.js文件拷贝到工程的WebRoot下面 3、将images文件夹拷贝到工程的WebRoot下面 4、运行工程显示页面Gls.htm就可以图文混排编辑器。 5.向Oracle数据库中插入大文本数据: a)将需要插入大文本的字段定义为long数据类型 b)Source下的GlsTest.java即为向Qracle中插入大文本的方法及数据库操作 运行注意事项: 1、注意包名的大小写情况 2、注意页面的编码问题-1 Mixed Map and Text tool, create a new Web Project 2, will be the next jsp page with. Js files are copied to the project WebRoot below 3 will be copied to the images folder WebRoot works below 4, to run the project show page on Gls.htm can Mixed Map and Text Editor. 5. To the Oracle database to insert large text data: a) will need to insert a large text field is defined as the long data type b) Source of GlsTest.java is to insert a large text Qracle methodology and database operations run Notices : one, pay attention to the case pack of 2, paying attention to the encoding of the page
Update
: 2025-02-19
Size
: 25kb
Publisher
:
wanna001
[
Graph program
]
SIFT_VC
DL : 0
sift算法 可以正确运行的 需要下载gls.exe安装之后,再配置好就可以了-sift algorithm can run correctly gls.exe need to download after installation, and then can be configured on the
Update
: 2025-02-19
Size
: 1.35mb
Publisher
:
123
[
AI-NN-PR
]
Guided_Local_Search_to_the_TSP
DL : 0
与禁忌搜索动态修改邻域结构的方法不同, GLS的基本原则是通过不断改变搜索空间的地形(landscape)来帮助搜索过程逐步移出局部极值的, 也就是说搜索过程中解结构和邻域结构将保持不变, 而目标函数将被动态修改, 以使得当前的局部极值不再具有局部最优性。-Guided Local Search sits on top of local search heuristics and has as a main aim to guide these procedures in exploring efficiently and effectively the vast search spaces of combinatorial optimization problems.
Update
: 2025-02-19
Size
: 762kb
Publisher
:
columbia
[
matlab
]
global_6state_M
DL : 0
Determine the target s ECEF position based on up to 4 sensor s measurements. The sensor has range, bearing, and elevation data. The measurements were used for Kalman filter processing.-Determine the target s ECEF position based on up to 4 sensor s measurements. The sensor has range, bearing, and elevation data. The measurements were used for Kalman filter processing.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
David
[
Mathimatics-Numerical algorithms
]
GLS
DL : 0
广义最小二乘法一次完成法程序,输入为M序列信号-A complete method of generalized least squares
Update
: 2025-02-19
Size
: 752kb
Publisher
:
高培
[
Algorithm
]
GLS
DL : 0
广义最小二乘法一次完成法程序,输入为M序列信号-A complete method of generalized least squares procedure for the M series signal input
Update
: 2025-02-19
Size
: 11kb
Publisher
:
高培
[
matlab
]
gls
DL : 0
gsl具有强大的矩阵运算,信号分析功能,使用gsl提供的库文件能加速vc开发复杂的数学运算,摆脱对MATLAB的依赖-gsl own powerful function of matrix operations and signal analysis , use the gsl provided library files,you can speed up the development of complex mathematical operations vc, get rid of dependence on the MATLAB
Update
: 2025-02-19
Size
: 16.35mb
Publisher
:
宋涛
[
matlab
]
48605723RGLS
DL : 0
GLS tool box. This gives the programs for generalized least square method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Gaurav
[
matlab
]
ECEF_GLS
DL : 1
地心地固(ECEF)坐标系下,基于广义最小二乘的雷达组网空间误差配准-Radar network based on generalized least square error of registration space
Update
: 2025-02-19
Size
: 2kb
Publisher
:
梁苑
[
Algorithm
]
OLS(GLS)
DL : 0
网上的最小二乘法(GLS,OLS)大多只是个演示例子,并不能直接拿来用。本人对最小二乘法进行了封装,只保留了一个对外的接口函数,并附有详尽的参数列表说明,只需将两个文件加入到VC的工程中,使用时只需 #include "les.h" 后就可调用最小二乘法函数了。非常方便,可是包含了我的劳动成果的哟!-Most of least squares line is just a demonstration example, and can not be directly used. I carried the package to the least squares method, leaving only one external interface functions, together with a detailed description of the parameter list, simply add the two files to the VC of the project, use only# include " les.h " After the least squares method can call the function. Very convenient, but contains the results of my work yo!
Update
: 2025-02-19
Size
: 2kb
Publisher
:
sjl
[
matlab
]
gls.tar
DL : 0
关于全局优化的Matlab程序,包含局部最优化-On global optimization in Matlab, including local optimization
Update
: 2025-02-19
Size
: 10kb
Publisher
:
seaman
[
matlab
]
gls
DL : 0
主要用于广义回归模型,比如二项分布以及普松分布等-generalized regression
Update
: 2025-02-19
Size
: 25kb
Publisher
:
李思文
[
Shop supermarket software system
]
webshop1.0
DL : 0
WebShop尊贵版,asp制作的完整购物网店源码-WebShop GLS, asp shopping shop produced complete source
Update
: 2025-02-19
Size
: 7.49mb
Publisher
:
史屹磊
[
matlab
]
GLS-DIRECT-GIVEN
DL : 0
系统辨识 自适应控制 最小二乘 广义递推算法 噪声参数直接给定-system identification . Generalized least square identfication . with the noise parameters directly given
Update
: 2025-02-19
Size
: 1kb
Publisher
:
xiangwei
[
Algorithm
]
formula-for-corn
DL : 0
GLS模型,计算探讨信息披露质量与权益资本成本之间的关系-GLS models explore the relationship between the quality of information disclosure and the cost of equity capital is calculated
Update
: 2025-02-19
Size
: 1kb
Publisher
:
谭道恒
[
Special Effects
]
PR-GLS
DL : 0
图像配准算法,PR-GLS Non-Rigid Point Set Registration by Preserving Global and Local Structures-PR-GLS Non-Rigid Point Set Registration by Preserving Global and Local Structures
Update
: 2025-02-19
Size
: 19.28mb
Publisher
:
zhangsan
[
matlab
]
GLS modle
DL : 0
用matlab计算GLS模型下的权益资本成本(Calculate the cost of equity in GLS by using Matlab)
Update
: 2025-02-19
Size
: 253kb
Publisher
:
457729640
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.