-
北大ACM题目例程
详细的解答过程 程序实现 算法分析
北大ACM题目例程
详细的解答过程 程序实现 算法分析-ACM North Title routine procedures detailed answers to the process of realization of Algorithm Analysis
- 2022-11-13 17:25:04下载
- 积分:1
-
可以用二分法来解非线性方程解方程,简单的程序代码,虽简单,但很实用...
可以用二分法来解非线性方程解方程,简单的程序代码,虽简单,但很实用-Dichotomy can be used for solving nonlinear equations equation, a simple code, though simple, but very practical
- 2023-05-04 03:00:03下载
- 积分:1
-
用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。...
用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。-ANGENER is a fortran source package able to generate triangulations, which can be used for different numerical methods, for example finite volume method, finite element method, etc.
- 2022-07-21 05:38:46下载
- 积分:1
-
龙贝格数值积分法
龙贝格数值积分法- Dragon Begg numerical integration
- 2022-04-19 18:04:33下载
- 积分:1
-
DSP6713 的FIR算法实现
这个是关于DSP6713的一个FIR算法的实现,仿真以通过,可以直接观察波形,基本的使用时,产生波形后,在CCS的view下观看波形的产生/* Purpose:FIR filter procedure for processing a group of data *//* Prototype in C:void fir_filter(const int x[],const int h[], *//* short y[],int n,int m,int s); *//* const int x[]:输入信号的缓冲数组,int类型,在滤波中不可修改 *//* const int h[]:滤波器的系数数组,int类型,在滤波中不可修改 *//* short y[]:输出信号的缓冲数组,short类型 *//* n:滤波器长度,本例中为ORDER_FIR &nbs
- 2022-02-02 18:16:07下载
- 积分:1
-
Mathematical Modeling of experiences, the preparation team and have team members...
数学建模的经验之谈,对准备参赛及已经参赛的队员有一定的指导意义。对参加工作的科研人员也有一定借鉴作用。-Mathematical Modeling of experiences, the preparation team and have team members have a certain significance. For participating in the work of researchers also have some reference.
- 2022-12-17 13:20:03下载
- 积分:1
-
SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)...
SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib++ can be used for cross-platform calculation of the effective sparse matrix calculation of the C++ class library , the package includes different store formats sparse matrices. Including two technical documentation and class library source code (version 1.6)
- 2022-08-17 08:03:53下载
- 积分:1
-
preissmann隐格式代码
preissmann隐格式代码,解一维非恒定圣维南方程。。。
- 2022-06-17 22:53:22下载
- 积分:1
-
C++常用算法,给计算方法中各种基本应用提供参考
C++常用算法,给计算方法中各种基本应用提供参考-C common algorithms for calculation method to provide the basic reference
- 2022-01-22 09:18:15下载
- 积分:1
-
c语言学习资料,朱兆祺。
朱兆祺同学的学习笔记,很强大。
举几个例子给大家看下:
1. #include< >和#include" "有什么区别?
这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库,
#include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。
1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-27 09:00:02下载
- 积分:1