-
C language data structures operating sequence in Table 3, which is characterized...
C语言数据结构作业三元组序列表,特点是非零元在表中按行序有序储存,因此便于进行依行顺序处理的矩阵运算,然而若需按行号存取某一行的非零元,则需从头开始进行查找-C language data structures operating sequence in Table 3, which is characterized by non-zero yuan in the table in an orderly sequence by storage firms, according to facilitate order processing line matrix calculation, but by businesses that require access to a line of non-zero yuan, then you start from scratch
- 2023-08-26 04:35:04下载
- 积分:1
-
下相当的问题说明:2个可装2个八个玻璃…
倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem description : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can hold three two empty glasses (known as the 3rd) and asked how to use it three to four glasses and toast the individual, so that each person maximum servings of both types 4 2 liquor. Request : procedures calculated options. Input : None output : each step of the decision-making.
- 2023-06-15 16:35:03下载
- 积分:1
-
这是操作系统的一个课程设计,是关于生产者-消费者的一个模拟算法。...
这是操作系统的一个课程设计,是关于生产者-消费者的一个模拟算法。- This is an operating system curriculum designs, is about a
producer- consumer s simulation algorithm.
- 2022-01-31 01:03:17下载
- 积分:1
-
使用RSA数字签名
//Rivest,Shamir,Adelman(RSA)#include#include#include#include#include#include#includeint enumber(char);char denumber(int);int CK_PRIME(long int);long int Get_GCD(long int,long int)
- 2022-01-22 03:04:32下载
- 积分:1
-
Ldpc 码 2 非二进制 LDPC 码在候选
非二进制代码执行的 ldpc 码候选域上......
- 2022-02-20 19:49:21下载
- 积分:1
-
脊髓代码的源代码
脊柱码是无比率码一个新的家庭。他们应用一个随机散列函数在消息比特,以产生伪随机比特,这反过来又可以(可选地)被直接映射到一个密集的高斯或均匀星座用于传输。一个好的,甚至是理想的,解决这一问题的---和一个有吸引力的结构在实际的无线网络---是使通信链路无比率。在一个无比率网络,发送编码数据,而无需任何显式估计或改编,隐适应由噪声,干扰,或衰落引入的变化无常。接收机处理数据(码元或比特),因为它到达时,解码它,直到该消息被成功接收。如果代码是好的,那么网络可以执行良好,没有招致的复杂性和实现多个固定速率编码和它们之间的采摘,实施几比特到码元的映射和采摘一个合适的一个,和最后的挑战,但并非最不重要的,估计信道质量,甚至面对不完善和滞后估计采摘好。
- 2023-06-18 00:30:05下载
- 积分:1
-
数学计算程序,共轭梯度算法,用C语言编写,用于优化问题的计算。...
数学计算程序,共轭梯度算法,用C语言编写,用于优化问题的计算。-Mathematical procedure, conjugate gradient algorithm, using C language for optimization calculations.
- 2023-01-22 08:15:03下载
- 积分:1
-
牛顿插值
#include#include"String.h"#include#define ROW 6void read(float x[],float y[])//文件读取方便测试{ FILE *fp=fopen("num.txt","r"); rewind(fp); for(int i=0;i
- 2022-10-06 17:00:02下载
- 积分:1
-
berkeley and Christian Algorithm
this program is describe the berkeley and christian algorithm, the language is programming by java
这是两个用Java语言编辑的算法,你可以很好地知道,明白两个算法的理论知识
- 2023-08-19 01:15:03下载
- 积分:1
-
C程序设计中欧姆定律
C语言程序代码中的欧姆定律示例
- 2023-05-01 20:55:03下载
- 积分:1