-
一个简单的计算器程序,进行简单的数学计算,正确无误
一个简单的计算器程序,进行简单的数学计算,正确无误-A simple calculator program to carry out simple mathematical calculations are correct
- 2022-03-15 01:39:01下载
- 积分:1
-
基于遗传算法的土地利用优化
以某地区一部分土地利用现状为基本数据,通过设置目标函数和约束条件,使用遗传算法进行土地利用优化,实验表明优化效果优良。
- 2022-02-01 23:44:07下载
- 积分:1
-
ZOJ ACM题目解答
这个是我在CSDN上下载的一个源码,这个比较有意义,很多东西可以自己一步步理解,有利于大家掌握ACM的一些技巧和解题思路,希望对大家有帮助
- 2023-04-24 07:30:04下载
- 积分:1
-
回溯法解N后的C++源码(Visual Stdio2010环境测试通过)
#include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数 *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) { sum++; Output(); } else { for (int i=1;i
- 2022-02-06 19:11:54下载
- 积分:1
-
建立在vibe 基础上的kalman多目标跟踪
建立在vibe算法上,进行前景提取,并用kalman滤波进行多目标跟踪。建立在vibe算法上,进行前景提取,并用kalman滤波进行多目标跟踪。建立在vibe算法上,进行前景提取,并用kalman滤波进行多目标跟踪。建立在vibe算法上,进行前景提取,并用kalman滤波进行多目标跟踪。建立在vibe算法上,进行前景提取,并用kalman滤波进行多目标跟踪。
- 2022-01-27 10:41:56下载
- 积分:1
-
基本算法为:先将1填入第一行中间位置;再依次将2
基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law filled out as follows :// 1, the number entered on the right side on his position, if not in his will to the last line, if not right box// then transferred to the most left while the box. 2, to fill the position of several, in turn, to fill it on a number of subordinate box// 3, the first trip to the final a few under a few should fill in the blank space of a few top candidate Department
- 2022-02-05 03:13:23下载
- 积分:1
-
Volterra级数和失真的直接方法
下一步
- 2022-06-21 23:23:45下载
- 积分:1
-
问题
poj 2408 解题代码,北大acm在线可以测试。-problem-solving poj 2408 code, North acm test online.
- 2022-02-01 04:39:11下载
- 积分:1
-
读地震 SEG-Y 数据与 Fortran 2003
这个程序读取Fortran 90的地震SEGY数据从C修改,请参阅网址在SEGY数据格式文件包括在内。与Fortran的03的新功能,阅读与“流”的数据被使用。检查的号码的数字(整数或实数)的一个自定义功能用于实现的输出格式的自动化然而,一个SEG-Y数据的字节大小必须指定,在你运行该程序之前。
- 2022-02-14 05:59:20下载
- 积分:1
-
杉木滤波器的代码,实现基本的杉木过滤器
fir滤波器代码,实现基本的FIR滤波器-fir filter code, the realization of the basic FIR filter
- 2022-03-19 14:50:26下载
- 积分:1