-
龙贝格积分
龙贝格积分-Romberg points
- 2023-03-22 13:25:03下载
- 积分:1
-
a algorithm for short time fourier transform
一种短时傅立叶变换的算法.并利用短时傅立叶变换画图-a algorithm for short time fourier transform
- 2022-04-26 17:11:05下载
- 积分:1
-
FFT
详细讲解了FFT的原理,使一些基础知识,不过还是非常实用的-FFT
- 2022-06-27 21:19:02下载
- 积分:1
-
这是Badming写的一些关于AI的c++代码,他认为现代的脚本语言实际上是未来Ai的前身。当代码复杂到一定程度,程序给人类的反应,人类已经分不清是不是死的代码...
这是Badming写的一些关于AI的c++代码,他认为现代的脚本语言实际上是未来Ai的前身。当代码复杂到一定程度,程序给人类的反应,人类已经分不清是不是死的代码或是真的有意识产生了。-This is a Badming written about AI in c++ code, he thinks of modern scripting language is actually the predecessor of the future of Ai. When the code is complex and to a certain extent, the program" s response to mankind, mankind has not distinguish the code is not dead, or really awareness created.
- 2022-02-02 10:04:27下载
- 积分:1
-
显示前100个反素数
应用背景
反素数是指一个将其逆向之后也是一个素数的非回文数。例如:17是一个素数,而71也是一个素数,所以17和71是反素数。编写程序,显示前100个反素数。每行显示10个,并且准确对其,如下所示:
13 17 31 37 71 73 79 97 107 113
149 157 167 179 199 311 337 347 359 389
...
关键技术
step1: 关于如何判断一个数是素数,就是质数,
step2: 关于这个素数的逆反数,
step3: 再一次判断这个数是个素数,
step4: 将这个数输出,
step5: 输出前100个反素数。
- 2022-07-04 10:11:11下载
- 积分:1
-
c++实现的对电话进行计费的系统,涉及到闰年平年的判断及夏时制冬时制的转换问题...
c++实现的对电话进行计费的系统,涉及到闰年平年的判断及夏时制冬时制的转换问题-c achieve the right telephone billing system, which involves non-leap year of a leap year in the judgment and daylight saving time in winter when the system conversion,
- 2022-04-26 10:49:36下载
- 积分:1
-
快速幂级算法 求RSA基础
快速幂级算法 求RSA基础-rapid power-based RSA algorithm for
- 2023-01-01 04:40:10下载
- 积分:1
-
n first primes in c
这个程序计算前n个素数。变量n由用户输入。
- 2022-07-02 17:38:25下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
图像处理中的基本运算
数字图像获取、处理和实践——很多图像处理有用的源代码,图像增强(均值滤波3*3,5*5,中值滤波),边缘检测(sobel算子,拉普拉斯算子,reborts算子),图像分割(固定阈值分割,最大类间方差阈值分割)等
- 2022-05-19 03:02:12下载
- 积分:1