-
《算法和复杂度》(英文版)
《算法和复杂度》(英文版)-"algorithms and complexity" (English version)
- 2022-03-13 04:03:32下载
- 积分:1
-
离散正弦变换程序
离散正弦变换程序-discrete sine transform procedures
- 2023-09-03 14:40:03下载
- 积分:1
-
一个用C++写的大数运算类,支持大数的加,减,乘,除和模运算,速度快。...
一个用C++写的大数运算类,支持大数的加,减,乘,除和模运算,速度快。-C wrote a majority of the computing categories, large numbers support the addition, subtraction, multiplication and addition and modular, fast.
- 2022-03-16 07:06:21下载
- 积分:1
-
- 2022-08-24 00:44:47下载
- 积分:1
-
VC++ 实现逐行读取txt文本文件
VC 实现逐行读取txt文本文件
- 2022-01-25 22:26:03下载
- 积分:1
-
近百个c程序,包括多个常用算法
近百个c程序,包括多个常用算法-nearly 100 procedures, including a number of commonly used algorithm
- 2022-07-01 12:00:49下载
- 积分:1
-
非线性方程不能消除和分解方法求解,…
非线性方程组不能用消去和分解法进行求解,jacabi迭代和高斯迭代是最常用的两种迭代方法-Nonlinear equations can not be eliminated and the decomposition method to solve, jacabi iteration and Gauss iteration is the most commonly used two types of iterative methods
- 2022-01-26 07:01:24下载
- 积分:1
-
java实现用遗传算法求解迷宫问题
毕业设计的代码,是使用java语言来实现的,是用遗传算法来求解迷宫问题,其中代码有详细的注释
- 2023-01-17 05:50:03下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1
-
基于神经网络的数字识别方法
资源描述根据Hopfield神经网络相关知识,设计了一种具有联想记忆功能的离散型Hopfield神经网络。要求该网络可以正确地识别0~9这10个数字,当数字被一定的噪声干扰后,仍具有较好的识别效果,仿真测试结果表明该设计可行有效。
- 2022-04-16 13:31:56下载
- 积分:1