-
逐步回归算法程序,可以实现的结果之间的一个。
逐步回归算法程序,可以实现中间结果的任意输出-Stepwise regression algorithm procedure can be achieved between the results of any output
- 2022-03-05 19:32:25下载
- 积分:1
-
FPGA-Quartus-对四个数码管上的数字进行排序
资源描述FPGA-Quartus-对四个数码管上的数字进行排序
- 2023-03-02 11:45:03下载
- 积分:1
-
最短小的dvd解码程序
最短小的dvd解码程序-shortest small DVD decoding procedures
- 2022-03-05 07:14:10下载
- 积分:1
-
文化基因旅行商问题
Pablo Moscato 于1989 年首次提出memetic algorithm 的概念。Memetic一词由meme而来,其谐音译法很多,根据道金斯提出的本意,应理解为“文化基因”,因此将Memetic algorithm称为文化基因算法。文化基因算法用局部启发式搜索来模拟由大量专业知识支撑的变异过程,文化基因算法是一种基于种群的全局搜索和基于个体的局部启发式搜索的结合体。文化基因算法提出的是一种框架、是一个概念,在这个框架下,采用不同的搜索策略可以构成不同的文化基因算法,如全局搜索策略可以采用遗传算法、进化策略、进化规划等,局部搜索策略可以采用爬山搜索、模拟退火、
- 2022-05-22 14:16:07下载
- 积分:1
-
多项式求值的豪纳定理
多项式求值的豪纳定理-polynomial evaluates the Hauner Theorem
- 2022-03-10 15:22:41下载
- 积分:1
-
数字罗盘HMC5883L的LPC1769
该项目展示了如何使用HMC5883L磁力作为数字罗盘,并打印出值度在控制台上显示,其中磁力面临的方向。范围是0-359度,其中0表示北,90是东,180是南部和270是北方。但是,不包括倾斜补偿。h和.c文件包含随主程序。I2C用于磁力和数字罗盘之间的通信。我提到http://bildr.org/2012/02/hmc5883l_arduino/的代码,改变以适合LPC1769。你可以找到更多的信息有关引脚连接。就个人而言,我用4.7K欧姆上拉电阻。
- 2023-05-30 15:45:03下载
- 积分:1
-
Will perform 3D Gaussian quadrature over a user
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.
Function inputs need not accept vector args. -Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.Function inputs need not accept vector args.
- 2023-05-07 01:50:02下载
- 积分:1
-
WINCE API函数简介
1. API之网络函数; 2. API之消息函数; 3. API之文件处理函数; 4.API之打印函数; 5. API之文本和字体函数;
6. API之菜单函数; 7. API之位图、图标和光栅运算函数;8. API之绘图函数; 9. API之设备场景函数;
10. API之硬件与系统
- 2022-08-05 21:53:56下载
- 积分:1
-
Using VisualC++ implementation of the pseudo
使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
- 2022-03-31 00:28:46下载
- 积分:1
-
poj2528 的代码
poj2528 代码。关于北大acm的题解,关于线段树的算法。这是一道经典的线段树的题目,另外加上离散化的方法。由于题目中最大10000000,直接线段树无疑会大大超出内存限制,所以要对其离散化,基本做法是:先对所以端点坐标进行排序,用相应序号代替端点坐标构造线段树进行计算。
- 2022-08-24 02:30:43下载
- 积分:1