-
分段算法的程序,很好的。绝对简练
分段算法的程序,很好的。绝对简练-Segmentations procedures very well. Absolutely concise
- 2022-02-20 22:08:48下载
- 积分:1
-
求线性代数方程组,计算方法
求线性代数方程组,计算方法-linear algebraic equations, the calculation method
- 2022-04-29 04:50:13下载
- 积分:1
-
系统工程
系统工程-层次分析法VB版-system-level analysis VB Edition
- 2022-09-06 07:10:02下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
均匀分布序列的产生
根据均匀分布的产生原理和公式,求出均分分布的序列,该序列为0-1内的随机数
- 2023-05-30 13:30:03下载
- 积分:1
-
无人机模型设计仿真
UAV model designed on simulink-UAV model designed on Simulink
- 2023-08-31 20:15:03下载
- 积分:1
-
Verilog数字积分法2轴插补
module DDA_xy(rst,clk,start,pls_A,pls_B,busy);2轴数字积分法插补算法,输出A、B两轴脉冲,采用verilog hdl语言编写,是用 verilog 来实现数控中的数字积分法插补-verilog to the NC is the number of points in the interpolation method
- 2022-01-28 08:33:01下载
- 积分:1
-
脊髓代码的源代码
脊柱码是无比率码一个新的家庭。他们应用一个随机散列函数在消息比特,以产生伪随机比特,这反过来又可以(可选地)被直接映射到一个密集的高斯或均匀星座用于传输。一个好的,甚至是理想的,解决这一问题的---和一个有吸引力的结构在实际的无线网络---是使通信链路无比率。在一个无比率网络,发送编码数据,而无需任何显式估计或改编,隐适应由噪声,干扰,或衰落引入的变化无常。接收机处理数据(码元或比特),因为它到达时,解码它,直到该消息被成功接收。如果代码是好的,那么网络可以执行良好,没有招致的复杂性和实现多个固定速率编码和它们之间的采摘,实施几比特到码元的映射和采摘一个合适的一个,和最后的挑战,但并非最不重要的,估计信道质量,甚至面对不完善和滞后估计采摘好。
- 2023-06-18 00:30:05下载
- 积分:1
-
在去噪算法的旅行商问题的大文章
Great articles on noising method algorithm for travelling salesman problem-Great articles on noising method algorithm for travelling salesman problem
- 2023-05-10 03:45:03下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1