-
一个表达式解析器, 可以解析二十多种运算符表达式, 支持优先级!...
一个表达式解析器, 可以解析二十多种运算符表达式, 支持优先级!-An expression parser, you can resolve more than 20 kinds of regular expression operators in support of priority!
- 2023-08-20 05:35:03下载
- 积分:1
-
C++ 读取BMP图像,非常实用
程序用二进制读取BMP文件图像,并实现了图像的读取、保存,以及对图像修改后的重保存。对图像的读取以及像素的操作都很方便。相信对大家很有帮助。
- 2022-04-09 05:38:26下载
- 积分:1
-
Redes Bayesianas
Prediciendo resultdos de partidos de 足球德尔世界巴西 2014年,con redes y bayesinas 大数据
- 2022-10-26 08:10:02下载
- 积分:1
-
祖冲之算法
ZUC是一个面向字的流密码。它需要一个128位的初始密钥和一个128位的初始矢量(IV)作为输入,输出一串32位字的密钥流(因此,这里每一个32位的字称为密钥字)。密钥流可以用来加密/解密。 IV初始化,也就是,时钟控制着密码运行但不产生输出。第二阶段是工作阶段,在这个阶段,随着每一个时钟脉冲,它都会产生一个
- 2023-06-16 05:00:03下载
- 积分:1
-
共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵
共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
- 2022-03-31 01:59:29下载
- 积分:1
-
leetcode 3longest substring
应用背景leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。leetcode上面第三题,最长子序列。关键技术就是找到最长的子序列,就是找到最长的子序列就是找到最长的子序列就是找到最长的子序列就是找到最长的子序列
- 2023-01-19 03:10:04下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-01-26 06:49:25下载
- 积分:1
-
C语言实现AES
Project作业,C语言实现AES算法,作业要求更改S-BOX,并输出每一个round的内容. 部分代码借鉴了网友的东西。
编写的很简单,给大家看一看,适合新手。希望大家能提出宝贵意见!
- 2023-02-10 03:45:03下载
- 积分:1
-
ffuc argorithm
ffuc argorithm
ffuc argorithm
ffuc argorithm
ffuc argorithm
- 2022-11-10 19:50:02下载
- 积分:1
-
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x...
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton"s iterative method for f (x) = x* x* x-2x 4x* x 1 x = 0 in the vicinity of a real roots. If successful iteration, the returned value fees 0; Otherwise, the return 0.
- 2022-10-05 09:25:03下载
- 积分:1