-
我们的计算方法作业 线性方程组的Gauss消元法(不选主元法)算法实现...
我们的计算方法作业 线性方程组的Gauss消元法(不选主元法)算法实现-our method of calculating operating linear equations Gauss elimination method (Pivot) Algorithm
- 2023-01-29 18:45:03下载
- 积分:1
-
常用算法分析,不用我多说,这绝对是编程的最基本要求
常用算法分析,不用我多说,这绝对是编程的最基本要求-Common algorithms for analysis, I do not have to say, this is absolutely the most basic requirement of programming! ! !
- 2022-11-22 18:10:03下载
- 积分:1
-
booth multiplier Radix2 program
在这个项目中,booth乘法器是使用进位先行加法器设计的。booth多处理器在许多DSP应用中都有应用。
- 2022-02-04 20:12:54下载
- 积分:1
-
silconlab 的c语言sample
这个是基于8051单片机的silconlab对Xbee通信的源代码,里面详细的介绍了算法的基本用法。
- 2022-01-25 21:45:05下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
不同坐标系坐标转换算法
把二维坐标系中的点转换成一维坐标系中的值。通过建立好的转换关系,可查找二维坐标系到一个线段的垂足。根据距离转换成一维坐标系中的值。
- 2022-06-01 03:53:18下载
- 积分:1
-
calc大数库,实现了所有的基本大数运算功能
calc大数库,实现了所有的基本大数运算功能-calc library of large numbers, realize all the basic computing functions of large numbers
- 2023-01-07 03:15:03下载
- 积分:1
-
《matlab6.5辅助小波分析与应用例程》书籍源代码
《matlab6.5辅助小波分析与应用例程》书籍-源代码。书籍内容:第一章 小波分析基础理论第二章 MATLAB 6.5小波分析示例第三章 MATLAB6.5小波包分析示例第四章 面向对象的设计及应用第五章 小波函数的添加第六章 小波分析用于信号处理 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 14:09:28下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
C实现的Matlab函数filtfilt
应用背景功能强大的Matlab零相移数字滤波器filtfilt函数的C语言实现。数字信号处理非常有用的哦关键技术滤波器的频率响应由幅度响应和相位响应两部分组成,在信号处理的某些场合中, 希望设计的滤波器的相位响应能够严格为零。那就要用到Matlab的这个函数,这里将Matlab语言翻译了为C语言。主要就是一些矩阵的运算,高等数学的知识
- 2023-05-17 13:15:03下载
- 积分:1