-
可用于3维或者4维的fourier变换程序
可用于3维或者4维的fourier变换程序-can be used for three-dimensional or four-dimensional fourier transform procedures
- 2022-03-24 10:49:35下载
- 积分:1
-
示例遗传算法
示例在 c + + 中的遗传算法。此代码是非常样品和可以理解的是用户。并已运行的输入和输出文件。
- 2022-06-26 20:18:00下载
- 积分:1
-
A c++program to demonstrate Radix sorting
这是一个c++程序,演示基数按升序排序。程序通过请求数字或元素的总数来接受用户的输入。然后使用基数排序方法按升序对输入的数字进行排序。通过将代码粘贴到编译器中,运行和编译非常容易。
- 2022-05-30 08:58:36下载
- 积分:1
-
模糊逻辑样本
模糊 - 新类辛格尔顿功能:新的隶属度函数,表示在模糊论域经典的数字号码。 - 推理系统进行了修改,以允许用户去模糊化之前访问该模糊输出。 - 引起接收到的反馈其他一些小的更新。
- 2022-08-04 07:05:55下载
- 积分:1
-
spline interpolation algorithm, and drawing comparison.
插值样条的算法,并作图比较。-spline interpolation algorithm, and drawing comparison.
- 2022-03-02 09:04:51下载
- 积分:1
-
xyqkeygeneradtor的生成与实现算法 身份认证的实现以及研究
xyqkeygeneradtor的生成与实现算法 身份认证的实现以及研究-xyqkeygeneradtor generation and authentication algorithm for the realization of research
- 2022-01-25 20:55:25下载
- 积分:1
-
ocr 的脸识别德尔菲法
这是使用 delphi 的 OCR 人脸识别的源代码。欢迎下载,试用。谢谢您的支持。
- 2023-06-27 00:45:04下载
- 积分:1
-
德州扑克牌值计算
POKER 计算值 斗地主 扎金花都离不开它
This article for the budding poker AI programmer provides a foundation for a simple implementation of No-Limit Texas Holdem Poker AI, covering the basics of hand strength evaluation and betting. By following the recipe set out here, you will quickly become able to implement a reasonably strong poker AI, and have a solid foundation on which to build. I assume you are familiar with the basic terminology of poker.
- 2022-08-15 11:28:52下载
- 积分:1
-
用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。...
用Visual C++实现的绘制函数图像的程序。给定任意函数表达式,可直观显示该函数图像。-Visual C achievable image mapping function procedures. Given arbitrary function expression, visual images showed that the function.
- 2023-06-20 07:45:03下载
- 积分:1
-
单链表操作
资源描述#include
#define maxsize 100
using namespace std;
/*class base
{
int length;
};*/
class Seqlist //实现顺序表类
{
private:
int size; //当前元素个数
int length; //当前表的总长度
public:
int *elem; //动态存放数据
Seqlist(); //构造函数的声明
int listset(); //顺序表的创建
&nbs
- 2022-06-03 18:29:34下载
- 积分:1