This is the Reference Manual for the MySQL Database System. It documents MySQL up to Version 5.0.1-
This is the Reference Manual for the MySQL Database System. It documents MySQL up to Version 5.0.1-...
This is the Reference Manual for the MySQL Database System. It documents MySQL up to Version 5.0.1-...
A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB -...
这个幻灯片讨论了adaboost的背景和现状;并且结合课程设计,讨论了实际应用adaboost的情况,包括Alpha参数调整,避免overfitting等。...
BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma...
program to solve a finite difference discretization of Helmholtz equation : (...
电力系统多功能电表 CRC校验代码源程序大全,支持以下规约或电表 ALPHA规约,IEC1107规约,DLT645规约,EDMI规约,ION-ModBUS RTU规约,ModBus规约,Quad4规...
蚁群算法的MATLAB程序,提供变量初始化 C=[1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196...
3D游戏编程大师技巧(中文版) 本书是游戏编程畅销书作者André LaMothe的扛鼎之作,从游戏编程和软件引擎的角度深入探讨了3D图形学的各个重要主题。全书共分5部分,包括16章的内容。第1~3...
实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,...
tsp问题的群蚁算法实现,其中c为测试矩阵,代表各点的相对坐标,NC_max 最大迭代次数 ,m蚂蚁个数,Alpha 表征信息素重要程度的参数,Beta 表征启发式因子重要程度的参数,Rho 信息素...