-
c + + 代码的算法
几个不同的代码在 c + +。作不同 algorithmsseveral 不同的代码在 c + +。对不同的算法,为这两个 edicare,创建程序和许多图书馆
- 2023-01-14 21:35:04下载
- 积分:1
-
本例子演示了如何利用f90接口来读取已经创建的3维变量,并检查读写正确与否...
本例子演示了如何利用f90接口来读取已经创建的3维变量,并检查读写正确与否
-This example shows how to use the f90 interface to read the already created three-dimensional variable, and check whether or not to read and write properly
- 2022-07-26 12:14:16下载
- 积分:1
-
排队系统
//#include"stdafx.h"
#include < stdio.h >
#include < tchar.h >
#include < iostream >
使用命名空间 std ;
int main)
{
////////////////////////////////////////////////////////
/ / 初始化变量 / /
int n = 0,n1 = 0 ;/ / 没有。就业机会
int maxLength = 0 ;/ / 最大长度队列。
浮
- 2023-01-13 23:05:03下载
- 积分:1
-
GLUT鼠标交互
实现直线段和多边形的扫描转换,利用基于GLUT平台交互式程序验证算法有效性,支持用户用鼠标画直线(bresenham法实现)、多边形(扫描线转换算法)
- 2022-10-23 10:25:03下载
- 积分:1
-
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断...
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the
alphabeta pruning, the initial period and the intermediate stage
searches 6, finally partially searches 15. Appraised the algorithm
mainly is the smallest good power, performs the position value the
correlation to judge
- 2023-02-28 03:35:04下载
- 积分:1
-
示例遗传算法
示例在 c + + 中的遗传算法。此代码是非常样品和可以理解的是用户。并已运行的输入和输出文件。
- 2022-06-26 20:18:00下载
- 积分:1
-
数值分析插值算法
数值分析插值算法-numerical analysis interpolation algorithm
- 2022-03-30 18:09:41下载
- 积分:1
-
巨指针类型数据的快速排序法
巨指针类型数据的快速排序法-Quick sort for the large pointer type data
- 2022-10-04 15:50:03下载
- 积分:1
-
主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,...
主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。
-Mainly divided into three functions. The first function for the particle swarm initialization function InitSwarm (SwarmSize. ..... AdaptFunc) whose primary role is to initialize the particle swarm of particles, and set the speed of particles, location in a certain range.
- 2022-09-29 01:25:03下载
- 积分:1
-
基于脉冲耦合神经网络的图像分割
主程序如下:绝对好使x=imread("lena.jpg");x=rgb2gray(x);[Edge,Numberofaera]=pcnn(x)
- 2023-07-27 17:35:03下载
- 积分:1