搜索资源列表
-
1下载:
多项式回归法得色彩空间转换(色彩信息处理)-polynomial regression in color space conversion (Color Information Processing)
-
-
0下载:
1、 一元多项式计算**
任务:能够按照指数降序排列建立并输出多项式;
能够完成两个多项式的相加、相减,并将结果输入;
在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;
2、 订票系统
任务:通过此系统可以实现如下功能:
录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定)
查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,
-
-
0下载:
一元稀疏多项式计算器,2. 用户在首先在第一个提示信息的提示下选择是1.一元多项式加法 2.一元多项式减法 3.退出,当用户选择1.一元多项式加法,系统会提示您输入两个多项式信息,然后计算两个多项式的和并输出结果多项式。当用户选择2.一元多项式减法,系统会提示您输入两个多项式信息,然后计算两个多项式的差并输出结果多项式。当用户选择退出,则退回dos-one yuan sparse polynomial calculator, 2. Users first in a message prompte
-
-
0下载:
《MATLAB在电子信息课程中的应用》中的辅助程序,包含单位阶跃序列生成函数、单位脉冲序列生成函数、多项式补零相加,等- MATLAB curriculum in electronic information application of auxiliary procedures, contains the unit step sequence generating function, unit pulse sequence generating function, polynomial ze
-
-
1下载:
工量预测.xls
截面扭转特性.xls
截面特性一.xls
截面特性二.xls
最优化问题.xls
最值问题.xls
牛顿法解方程.xls
矩阵运算.xls
线性拟合.xls
解线性方程组.xls
解线性方程组(二).xls
辛普森法积分.xls
频率与振型求解.xls
双变量模拟运算.xls
多元线性回归.xls
多项式拟合.xls
实例1.xls
实例2.xls
实例3.xls
-
-
0下载:
一元多项式计算器 可以实现加减等 大家参考参考把 -One dollar polynomial addition and subtraction, such as calculators can achieve your information to
-
-
0下载:
这是关于切比学夫多项式的资料,介绍了关于插值计算卫星的位置的具体内容。-This is on the Chebyshev polynomial Manabu information about the interpolation calculation of the satellite on the specific content of the location.
-
-
0下载:
信息学发展势头迅猛,信息学奥赛的题目来源遍及各行各业,经常有一些在实际应用中很有价值的问题被引入信息学并得到有效解决。
然而有一些问题却被认为很可能不存在有效的(多项式级的)算法,这里以对几个例题的剖析,简述状态压缩思想及其应用。
-The momentum of rapid development of information science, information science topics Orsay sources across the board, often there
-
-
1下载:
RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;-RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc.
-
-
0下载:
多项式相乘,多项式相乘算法,使用用结构体链表储存信息-Polynomial multiplication, polynomial multiplication algorithm, using the stored information with a linked list structure
-
-
0下载:
CRC校验原理
1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。
2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅为‘0’和‘1’取值的多项式一一对应。例如:-Principle 1 CRC checksum, cyclic checksum (CRC code): is the data communications of the most commonly used error checki
-
-
0下载:
输入信息编码位数和生成多项式位数,进行CRC编码并显示结果。-Input information bits and generating polynomial-digit code, the CRC code and displays the results.
-
-
1下载:
(7,4)系统循环码编码器
code_out = cyclic_coder(code_in)
该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1
输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统
循环码字,是1×7的行向量。
函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
-
-
1下载:
(7,4)系统循环码译码器
decode_out = cyclic_decoder(decode_in)
该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1
输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解
码后的信息码字,是1×4的行向量。
函数运行时,同时画出接收循环码字和译出码字的波形图。
- (7,4) system cycle Decoder decode_out = cyclic_
-
-
0下载:
通过输入多元多项式的元数以及多项式相关的系数、指数等信息,实现多元多项式的加减乘运算-Multivariate polynomial by entering the metadata and the associated polynomial coefficient, index and other information, to achieve multi-polynomial addition and subtraction multiplication
-
-
0下载:
C语言,大素数域上的椭圆曲线加密解密算法
[ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释
[DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等
[mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。
[AesCode.rar] - AES c++实现 有图形界面对话框 简单易用
[2745ecc.rar] - 椭圆曲线加密算法
-
-
0下载:
要求实现的程序为图形化界面(如下图所示),可以输入以太帧目的MAC地址、源MAC地址和数据字段(以十六进制输入),输出封装的帧的相关信息(前导码、帧前定界符、目的地址、源地址、帧长度、数据和帧校验和), 生成多项式G(X)=X8+X2+X1+1。-Requests to realize the program for the graphic interface (shown below), can enter the etheric frame purpose MAC address, sour
-
-
0下载:
二叉树的基本功能、多项式求值、回文判断、二叉链表的实现学生基本信息创建等-The basic functions of a binary tree, polynomial evaluation, to determine the palindrome, the realization of the binary list of students and other basic information to create.
-
-
1下载:
LDPC码的和积算法,码长可以任意,输出多项式即即可,译码输出软信息 ,经测试可直接使用。
-LDPC codes and product algorithm, the code length can be output polynomial, namely, can the decoder outputs soft information, has been tested and can be used directly.
-
-
0下载:
1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1
2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0
3. 信息交换内容为文本文件;信息交换方式为共享文件
4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
-