-
youhuasuanfa
这时一道关于优化算法的题目,本人费劲周折终成大果!拿来分享!-youhuasuanfa
- 2022-01-28 09:43:03下载
- 积分:1
-
二维几何图形变换的演示
二维几何图形变换的演示--Demo for Two-dimensional geometric graph transforming
- 2022-03-19 18:04:59下载
- 积分:1
-
实数据快速傅立叶变换算法2
实数据快速傅立叶变换算法2-false information Fast Fourier Transform algorithm 2
- 2023-05-06 12:35:02下载
- 积分:1
-
面部识别大师
关于人脸表情识别,
- 2023-07-10 14:00:02下载
- 积分:1
-
C++实现离散数学中对称矩阵的判断。6行6列的矩阵,闲来无事,用VC++写一个小程序,判断是否是配对矩阵,很有意思哦!...
C++实现离散数学中对称矩阵的判断。6行6列的矩阵,闲来无事,用VC++写一个小程序,判断是否是配对矩阵,很有意思哦!-C++ realization of discrete mathematics in the symmetric matrix judgments. 6 row 6 of the matrix, nothing better, using VC++ to write a small program to determine whether the matching matrix, very interesting oh!
- 2022-01-25 14:58:01下载
- 积分:1
-
一种光谱电磁扩散的数值解法
我提出了一个伪谱的显式方案,可以模拟低频电磁 (EM) 传播在地球。该方案解决了线性周期抛物型方程,
具有内机精度精密,两个时间和空间。
- 2022-02-20 14:47:41下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
生成立方体内均匀分布的点的程序
生成立方体内均匀分布的点的程序- Production cube in vivo even distribution spot procedure
- 2022-05-06 13:49:08下载
- 积分:1
-
一个关于BCH算法的例程,希望对大家有所帮助。
一个关于BCH算法的例程,希望对大家有所帮助。-On BCH algorithm routines, and they hope to be helpful to everyone.
- 2022-07-19 22:54:18下载
- 积分:1
-
表达式转换、 计算器和更多
这是一个Pascal/德尔福单元的功能来计算使用后缀形式(RPN)的算术表达式。通常表达都写在“缀”的形式,如(3+4)*5-6......这是人类可读的形式。但后缀形式是超级容易计算(没有括号,没有照顾运营商优先考虑的,因为它是所有明示)。该代码使用了这种方法,并适当的结构(栈)与数学表达式工作。包括有:从缀形式的字符串数组RPN转换后缀表达式计算器;转换回字符串,可读通过模拟运算表;辅助功能,所有这些的;奖金:求解一个数字游戏(代码描述);作品通过构建和评估RPN表达式。我希望你会发现这个代码很有用的一些有关数学编程项目...这个代码是实际使用在www.dejantomic.com/games/mojbroj.php发现游戏。该网站和游戏不是英语;这段代码简单翻译成英文。
- 2023-05-29 11:00:03下载
- 积分:1