-
用于实现非均匀采样FFT(NDFT),C代码,适合任意大小,复数数据;由Stefan Kunis , Daniel Potts开发...
用于实现非均匀采样FFT(NDFT),C代码,适合任意大小,复数数据;由Stefan Kunis , Daniel Potts开发-Realize non-uniform sampling for the FFT (NDFT), C code, suitable for any size, the plural data by Stefan Kunis, Daniel Potts development
- 2022-02-12 15:07:07下载
- 积分:1
-
简单的马尔科夫算法,Markov链数据提供了有当前状态决定,而又独立于当前状态的序列,此处算法是将给定的文本串生成新的随机文本...
简单的马尔科夫算法,Markov链数据提供了有当前状态决定,而又独立于当前状态的序列,此处算法是将给定的文本串生成新的随机文本- Simple Sample of a Markov Chain Algorithm:A markov chain is a sequence of random variables in which the future variable is determined by the present variable but is independent of the way in which the present state arose from its predecessors. The code is a simple example of a markov chain that generates somewhat random text output from a given text input.
- 2022-04-07 11:22:32下载
- 积分:1
-
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
f...
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, chosen
to be at an angle of Pi). Find a controller to satisfy all of the design re
quirements given below.
-The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
- 2022-03-17 02:37:20下载
- 积分:1
-
gentic算法的多目标优化
MOEA/ D(多目标进化基于分解算法)是一个通用的算法框架。它分解一个多目标优化问题转化为多个不同的单目标优化的子(或简单的多目标优化子问题),然后使用人群为基础的方法,同时优化这些子问题。
- 2022-01-24 10:14:17下载
- 积分:1
-
poiseullie_flow_D2G9代码
应用背景泊肃叶动流是计算流体与计算传热学一个经典问题,其理论解已经被人们计算出,常用作不可压缩流动的校核算例,同时也是很好的lbm模拟学习的入门算例。对于刚开始接触的入门者有很大帮助。关键技术相比之前的不可压缩模型,该程序采用了可压缩的D2G9模型以及标准的碰撞迁移规则,边界处理则采用了非平衡外推格式与周期边界条件。但读者可以通过改变初始条件边界条件来计算其他的物理量。
- 2022-06-02 01:50:33下载
- 积分:1
-
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+...
表达式求值,包括括号的匹配问题、负数如何识别?2.2.3这样非法的数怎样识别?如何区别3+-2(非法)和3+(-2)(合法)以及3++2(非法)和3+(+2)(合法)-evaluates expressions, including parentheses matching, how to identify negative? 2.2.3 the number of such illegal identify what? What is the difference between 3-2 (illegal) and 3 (2) (legal) and 3 (illegal) and 3 (2) (lawful)
- 2023-07-15 11:30:03下载
- 积分:1
-
HMM源码 java版,可以直接放到weka里用
HMM源码 java版,可以直接放到weka里用,他是一个HMM算法的代码包,当需要在weka里使用该算法是,就可以通过配置
将其添加到weka里使用
- 2022-08-18 17:53:53下载
- 积分:1
-
算术表达式计算
功能:1)键盘输入或从文本文件中读入一个算术表达式;2)验证表达式的合法性,包括:表达式是否合法,数据是否合法;3)计算表达式的结果;4)保存表达式及其结果到一个文本文件中;5)用链表的形式实现计算用的栈。
- 2022-01-25 16:12:16下载
- 积分:1
-
c++链表模板类,实现所有链表的功能!
c++链表模板类,实现所有链表的功能!包括增删改查,反转、递归反转等功能。对数据结构初学者有极高的参考价值。且代码规范,命名规范,有很多注释帮助理解。
- 2022-08-16 10:11:43下载
- 积分:1
-
matlab 算法
他们是源代码中的数字信号处理和数字通讯 (如 psk 和 bpsk 和 qam 和......
- 2022-05-28 12:12:40下载
- 积分:1