-
觉得要是不好一定要告诉我啊~~谢谢~~~说明自己看,我也不知道怎么说...
觉得要是不好一定要告诉我啊~~谢谢~~~说明自己看,我也不知道怎么说-feel bad if I must tell ah ~ ~ ~ ~ ~ Thank you stated your view, I do not know how that
- 2023-06-21 00:05:03下载
- 积分:1
-
tora
Tora a routing protocol for ns2
- 2018-03-02 23:05:16下载
- 积分:1
-
[123doc] - ky thuat da truy nhap ma thua SCMA
说明: world scma in 5g, world
- 2020-08-04 18:58:33下载
- 积分:1
-
打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n...
打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n*n的自然数构成的魔方阵。-Print "magic matrices." The so-called "magic matrix" refers to the matrix, which each line, each diagonal out and the sum of all the same. For example, third-order magic Lineup : 8 1 6 3 5 7 4 9 2 request from a print n* n to the natural form of the magic number of matrices.
- 2022-01-25 16:01:22下载
- 积分:1
-
chap5
神经网络滑模控制提出了一种新的基于滑模面的控制,所以从仿真图可以看出在两端会有振荡现象产生(Neural network sliding mode control proposed a new control based on sliding mode, so it can be seen from the simulation diagram that there will be oscillations at both ends.)
- 2018-04-18 16:01:50下载
- 积分:1
-
matlab_program
可以进行压缩感知的图形处理,是一部分进行压缩感知处理的图形实例和去噪处理,是现在的一部公开课的编程部分资料,可以实现简单的压缩感知图形采样的应用(Graphics processing with compressed sensing can be used as a Graphics instance and denoising part of compressed sensing processing. Now it is a programming part of an open class, which can realize simple compressed sensing graphics sampling application.)
- 2021-02-12 23:49:50下载
- 积分:1
-
lppl模型
说明: lppl模型 股市崩盘点预测 使用python语言(log-periodic power law)
- 2021-04-18 20:58:51下载
- 积分:1
-
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生...
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。
提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math
-Write a program grade point average calculation of three lessons to require the application were used Java language in three different loop realization of the achievements of each course with the Math class, random () method of randomly generated (random () produces values between 0 and between 1), results range from 40 ~ 100. Tip: Customize a class that implements a function to return random numbers. In the main function, where the test is called the class to obtain a direct method of random numbers. Obtain a random number associated category: java.lang.Math necessary for the introduction of the class that is: import java.lang.Math
- 2022-07-05 00:59:52下载
- 积分:1
-
class 1
说明: rule discovery for cancer detection by particle swarm optimization in data mining
- 2019-05-30 12:30:49下载
- 积分:1
-
浮点数运算
说明: 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。
算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);(The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);)
- 2021-03-29 23:19:10下载
- 积分:1