-
gainteger_demo
说明: 遗传算法用于整数规划。约束一些参数为整数,通过GA函数来实现混合整数规划。(Genetic algorithm for integer programming. Bound by some of the parameters of an integer, through the GA function to achieve the mixed integer programming.)
- 2020-10-20 19:47:24下载
- 积分:1
-
phase-Features-m-files
to gain access i have to type at least 20 words. better be useful. am i there yet.
- 2013-02-11 21:53:52下载
- 积分:1
-
st
说明: a text searching algorithm, still not completed but I will finish it soon.
- 2009-05-30 22:25:58下载
- 积分:1
-
A1Jedi.java
This program counts the occurrence of specified patterns in the input strands and produces a report for each pattern. The first input to this program will be an integer indicating how many patterns will be provided (call this N). The next N words to this program will be patterns of nucleobases to search for. Following the patterns will be a sequence of strands terminated by the word "end" as before.
- 2014-01-25 12:44:00下载
- 积分:1
-
vortex
说明: 有效观察OAM的相位模式,可自由设定拓扑荷数(Observing the phase mode of OAM effectively, the topological charge can be set freely.)
- 2021-03-04 16:09:32下载
- 积分:1
-
IIR
IIR滤波器设计,包含切比雪夫,巴特沃兹,椭圆等滤波器matlab代码。可直接运行。(IIR filter design, including Chebyshev, Butterworth, oval filter matlab code. Can run.)
- 2013-12-05 22:27:17下载
- 积分:1
-
modwell
seismic attenuation, well based estimation
- 2010-12-21 12:46:03下载
- 积分:1
-
Modifications_to_the_data_hiding_algorithm
face recoginisation systemm .face segmentation using gradient
- 2014-11-28 21:11:58下载
- 积分:1
-
state-estimation-using-PSO
使用PSO算法来求解状态估计,测试算例为IEEE 33 test case,效果不错。(Distribution State Estimation (DSE) by using PSO algorithm)
- 2013-05-10 14:45:24下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1