-
conver the data to absolute value
conver the data to absolute value
- 2022-02-12 17:47:28下载
- 积分:1
-
动态规划,poj3688
资源描述这是一道比较典型的动态规划算法题目,在游戏中运用了推理与动态规划算法,有助于帮助我们更加深刻地理解动态规划算法
- 2022-04-22 00:42:58下载
- 积分:1
-
使用模拟退火算法解0-1背包问题MATLAB源代码
使用模拟退火算法解0-1背包问题MATLAB源代码-using simulated annealing Xie 0-1 knapsack problem MATLAB source code
- 2022-11-05 21:40:04下载
- 积分:1
-
普里姆生成最小生成树和克鲁斯卡尔算法最小生成树
克鲁斯卡尔算法最小生成树,普里姆生成最小生成树
- 2023-04-21 15:10:02下载
- 积分:1
-
基于粒子群算法的函数寻优算法
粒子群优化算法(PSO,particle swarm optimization)是计算智能领域,除了蚁群算法,鱼群算法之外的一种群体智能的优化算法。函数寻优是工程中经常遇到的问题,有些函数因为局部极小值点的存在,算法难以寻找到局部最优值。粒子群算法具有群体智能,全局寻优等优势,比较适合于函数寻优问题,本案例研究了基于粒子群算法的函数寻优算法。
- 2023-04-07 22:00:03下载
- 积分:1
-
使用指南: 只要打开PHP文件,将$file的初值改为PHP文件实际的URL。 (其实有函数可以自动实现这一功能,但在有些服务器上 会出问题,保险起见,还是自己...
使用指南: 只要打开PHP文件,将$file的初值改为PHP文件实际的URL。 (其实有函数可以自动实现这一功能,但在有些服务器上 会出问题,保险起见,还是自己输入来得放心)。 上传到服务期的目录下即可使用――如果服务器支持PHP的话。 若不带参数或错误参数,则显示当月月历。-use of the guidelines : Open the PHP file to the initial $ file into a PHP file the actual URL. (Actually function can automatically provide this functionality, but in some servers will be problems, insurance purposes, or our own import more assured). Uploaded to the service directory can be used-- if the server supports PHP in the past. If parameters or with the wrong parameters, it shows that the calendar month.
- 2022-01-20 22:47:32下载
- 积分:1
-
plural example
复数示例-plural example
- 2022-03-11 09:34:46下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
c language version of the CVM, mysvm
cvm的c语言版,mysvm-manual工具箱介绍-c language version of the CVM, mysvm-manual introduction Toolbox
- 2023-09-07 02:50:04下载
- 积分:1
-
矩阵的类,可以做矩阵运算
矩阵的类,可以做矩阵运算-matrix of categories that can be done matrix calculation
- 2022-05-22 13:23:08下载
- 积分:1