资源列表

« 1 2 ... .20 .21 .22 .23 .24 17025.26 .27 .28 .29 .30 ... 28523 »

[matlab例程CHAPTER10

说明:倒立摆的源代码希望对你有用,分享一下看看,希望对你有用-The source code for inverted pendulum useful to you want to share it and see, you want to be useful
<wangqiang> 在 2025-04-28 上传 | 大小:5kb | 下载:0

[数据结构常用算法Knapsack-problem

说明:背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。用2种方法实现背包问题,用C语言编写,数据结构课内试验-Knapsack problem (Knapsack problem) is NP-complete combinatorial optimization problem. Problem c
<linfuhong> 在 2025-04-28 上传 | 大小:1002kb | 下载:0

[matlab例程Grey-Neural-Network

说明:基于灰色神经网络的预测算法—订单需求预测-Grey Neural Network Based Prediction Algorithm- order demand forecast
<顾宇> 在 2025-04-28 上传 | 大小:3kb | 下载:0

[数据结构常用算法hufuman

说明:设计哈弗曼编码和译码。要求编码和译码一个字符,一定要创建它的字符结点和对应权值,否则,不可以。-Design Hafu Man encoding and decoding. Requirements of a character encoding and decoding, we must create a character of its nodes and the corresponding weights, otherwise n
<zhoukejian> 在 2025-04-28 上传 | 大小:2kb | 下载:0

[matlab例程zhiwenshibiesuanfa

说明:本文利用指纹纹线的结构信息,提出了一套基于纹线结构的特征提取和匹配算法。-In this paper, the structure of the fingerprint ridge information, a set of ridge structures based on feature extraction and matching algorithms.
<linna> 在 2025-04-28 上传 | 大小:1.04mb | 下载:0

[数学计算/工程计算Euler-Engineering

说明:Euler工程,找最长的数列! 定义一个正整数数列,其迭代公式为: n = n/2 (当n为偶数) n = 3n+1 (当n为奇数) 比如从n=13开始,计算这个数列得: 13 ->40->20->10->5->16->8->4->1 这个数列一共有10项。 要求在小于1百万的所有起始数中,哪个数能产生最长的数列。 -Euler project, find
<superman> 在 2025-04-28 上传 | 大小:3kb | 下载:0

[数据结构常用算法[Solution]LTC_Man_Contest

说明:有助于编程,是男人八题的代码,可以帮助很多爱好ACM的人-It s good for acmer.Eight question is a challenge for many acmer,so it will help you.
<江七> 在 2025-04-28 上传 | 大小:57kb | 下载:0

[人工智能/神经网络/遗传算法neural-network

说明:BP神经网络,一些简单的程序例子,希望给大家一些帮助。-BP neural networks, simple procedures for example, want to give you some help.
<何龛> 在 2025-04-28 上传 | 大小:10kb | 下载:0

[数学计算/工程计算Eular-Engineering

说明:Euler工程,相邻元素乘积最大。 给了一个20x20的两位数矩阵,其中的红字部分的积为: 26x63x78x14=1788696 那么,任意方向上(上、下、左、右、对角)4个相邻的数的最大乘积是多少?-In the 20x20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 4
<superman> 在 2025-04-28 上传 | 大小:4kb | 下载:0

[数学计算/工程计算Eular-Engineering

说明:自然数求和可生成三角数列.第七个三角数是1 + 2 + 3 + 4 + 5 + 6 + 7 = 28.前10个三角数列元素是: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ... 下面列出前7个三角数及其整除数: 1: 1 3: 1,3 6: 1,2,3,6 10: 1,2,5,10 15: 1,3,5,15 21: 1,3,7,21 28: 1,2,
<superman> 在 2025-04-28 上传 | 大小:4kb | 下载:0

[数学计算/工程计算Eular-Engineering

说明:列出前6个素数:2,3,5,7,11,13,可看出,第6个素数是13. 第10001个素数是多少?-By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the 10001st prime number?
<superman> 在 2025-04-28 上传 | 大小:3kb | 下载:0

[数学计算/工程计算Eular-Engineering

说明:2520是一个能被1到10中的每个数都除尽的最小的数。 那么能被1到20所有的数的整除的最小的正数是多少呢?-2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly
<superman> 在 2025-04-28 上传 | 大小:3kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 17025.26 .27 .28 .29 .30 ... 28523 »

源码中国 www.ymcn.org