-
快速弦截法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂...
快速弦截法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-rapid chord sheet-- numerical analysis code, the numerical analysis of reference books, a very simple procedure, They must understand the
- 2022-08-11 17:01:12下载
- 积分:1
-
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是松弛算法...
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是松弛算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. This is the relaxation algorithm
- 2022-02-01 14:42:50下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-06-27 07:38:27下载
- 积分:1
-
北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3065 question Question poj source code, good code, and want to help students engage in ACM
- 2022-03-21 07:07:50下载
- 积分:1
-
常用的C++语言计算的法源代码
C语言常用算法源代码-C language commonly used calculates the law origin code
- 2023-01-08 13:35:03下载
- 积分:1
-
离散数学 输出真值表实验
本实验要求大家利用C/C++语言,实现任意输入公式的真值表计算。一般我们将公式中的命题变元放在真值表的左边,将公式的结果放在真值表的右边。命题变元可用数值变量表示,合适公式的表示及求真值表转化为逻辑运算结果;可用一维数表示合式公式中所出现的n个命题变元,同时它也是一个二进制加法器的模拟器,每当在这个模拟器中产生一个二进制数时,就相当于给各个命题变元产生了一组真值指派。算法逻辑如下:
(1)将二进制加法模拟器赋初值0
(2)计算模拟器中所对应的一组真值指派下合式公式的真值。
(3)输出真值表中对应于模拟器所给出的一组真值指派及这组真值指派所对应的一行真值。
(4)产生下一个二进制数值,若该数值等于2n-1,则结束,否则转(2)。
- 2022-03-01 19:02:09下载
- 积分:1
-
Fingrerprint 匹配
指纹识别算法的源代码 c + + 源代码将有助于开发任何应用程序来构建指纹帕利采夫访问控制系统。Vse 存档中的必要文件。
- 2022-03-30 15:54:29下载
- 积分:1
-
VB中不使用 on error goto的容错程序。
VB中不使用 on error goto的容错程序。-not use VB on the fault-tolerant error goto procedures.
- 2022-02-26 22:14:59下载
- 积分:1
-
This document contains three procedures were used to achieve power spectrum esti...
本文件包含三个小程序,分别为用fft实现功率谱估计、实现快速卷积和快速相关。对了解fft在c中的编程很有帮助-This document contains three procedures were used to achieve power spectrum estimation fft, fast convolution and fast correlation. Fft to know programming in c in the helpful
- 2023-08-28 11:50:04下载
- 积分:1
-
Computing one
计算一维光子晶体,利用是与有限差分法。
内容比较典型。-Computing one-dimensional photonic crystals using finite difference method with. The study were typical.
- 2022-09-21 19:25:03下载
- 积分:1