-
Discrete Mathematics in order to achieve the set of C++. C++, Discrete Mathemati...
离散数学中求集合的C++实现。用C++实现离散数学中的求集合这一公式,原理及代码都很简单的问题。-Discrete Mathematics in order to achieve the set of C++. C++, Discrete Mathematics in order to achieve the collection of this formula, principles and code are very simple questions.
- 2022-04-29 00:34:25下载
- 积分:1
-
函数名称:CRC
函数名称:CRC-16 Process
函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen)
函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16.
校验字放在字符串最后,低8位在前高8位在后.
msgaddr : 进行CRC16校验的据块的首地址
datalen : 进行CRC16校验的据块的个数
CRC-ITU的计算算法如下:
a.寄存器组初始化为全"1"(0xFFFF)。
b.寄存器组向右移动一个字节。
c.刚移出的那个字节与数据字节进行异或运算,得出一个指向值表的索引。
d.索引所指的表值与寄存器组做异或运算。
f.数据指针加1,如果数据没有全部处理完,则重复步骤b。
g.寄存器组取反,得到CRC,附加在数据之后(这一步可省略)。
- 2023-05-27 07:15:03下载
- 积分:1
-
dwt源代码有图可运行
最简单DWT水印源代码,可运行,供学习下载。进行毕业论文的设计,算法可再扩充,简单易懂,有详细介绍,可供初学者使用。
- 2022-02-04 08:22:17下载
- 积分:1
-
In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equati...
本文采用蒙特卡洛方法,将方程y=sin(x)+x与方程y=cos(x)+x之间的曲线包络面积求解出来。-In this paper, the Monte Carlo method to equation y = sin (x)+ X with the equation y = cos (x)+ X between the envelope curve out an area to solve.
- 2022-01-25 23:23:06下载
- 积分:1
-
ELM-极限学习机
极限学习机算法,由于模式识别、非线性回归等方面。希望对您有帮助。。。。
- 2022-07-03 07:57:22下载
- 积分:1
-
原始生成随机数
原创的可以产生随机数-original generate random numbers
- 2022-03-20 18:51:36下载
- 积分:1
-
三
三维FDTD程序(一个Fortran写的三维FDTD程序)-Three-dimensional FDTD program (written in a Fortran three-dimensional FDTD program)
- 2023-06-04 11:50:02下载
- 积分:1
-
establish a ranking Binary Tree
建立一个排序二叉树-establish a ranking Binary Tree
- 2022-01-25 14:31:04下载
- 积分:1
-
Edge Detection and Image SegmentatiON
The command prompt version of the Edge Detection and Image SegmentatiON (EDISON) System provides a versatile environment for performing confidence based edge detection and synergistic image segmentation through the definition of user defined scripts. In an EDISON script one specifies the system parameters, input, output, and operations. The system functionality is facilitated through a simple set of commands and parameters described in the following sections.
- 2022-05-30 00:51:05下载
- 积分:1
-
Maple is widely used at present one of the symbolic computation software, It has...
Maple目前应用非常广泛符号计算软件之一它拥有非常强大符号计算和数值计算功本书详细地介绍了Maple基本功包括数值计算解方程微积分计算向量及矩阵计算解常微分方程和偏微分方程等本书深入讲解了Maple编程基本原理
-Maple is widely used at present one of the symbolic computation software, It has a very powerful symbolic computation and numerical calculation of power of this book describes in detail the basics of Maple, including numerical solution of equations of calculus, vector and matrix calculations calculation solution of ordinary differential equations and partial differential equations, etc., where Shu-depth briefing on the basic principles of programming in Maple
- 2022-04-23 19:34:59下载
- 积分:1