登录
首页 » 算法 » simple source code for those who interested in programming

simple source code for those who interested in programming

于 2023-06-25 发布 文件大小:893.83 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

simple source code for those who interested in programming

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 贪恋求解01背包
    改进的背包问题:给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中的数值的和正好等于背包的容量。 代码思路:从最大的元素开始遍历超递增序列中的每个元素,若背包还有大于或等于当前元素值的空间,则放入,然后继续判断下一个元素;若背包剩余空间小于当前元素值,则判断下一个元素
    2022-09-27 09:10:02下载
    积分:1
  • 一个随机数发生器的代码,C++实现
    一个随机数发生器的代码,C++实现-a random number generator code, C++
    2022-03-14 13:35:31下载
    积分:1
  • 在C++ 8PSK仿真
    这是我们在数字通信方面的任务。仿真结果表明,该方法没有误差。希望有帮助!
    2022-10-09 22:20:03下载
    积分:1
  • there are 100 c program in the document.
    there are 100 c program in the document. -there are 100 c program in the document.
    2022-01-25 16:54:01下载
    积分:1
  • 用C++编写的三次养条插值
    用C++编写的三次养条插值算法-prepared custody of the three interpolation algorithm
    2022-02-01 08:10:17下载
    积分:1
  • A c++program to demonstrate Radix sorting
    这是一个c++程序,演示基数按升序排序。程序通过请求数字或元素的总数来接受用户的输入。然后使用基数排序方法按升序对输入的数字进行排序。通过将代码粘贴到编译器中,运行和编译非常容易。
    2022-05-30 08:58:36下载
    积分:1
  • QR 求特征值
    QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR分解经常用来解线性最小二乘法问题。QR分解也是特定特征值算法即QR算法的基础。
    2022-05-15 21:42:18下载
    积分:1
  • 电磁学中fdtd方的源代码,三维计例子
    计算电磁学中fdtd方法的源代码,三维计算例子-Computational electromagnetics methods in the source code fdtd
    2022-08-09 04:10:59下载
    积分:1
  • PSCNC源代码
    一个有用的CNC代码,C语言编写,包括G代码编译,插补功能,I/O编程-A useful CNC code written in C language, including the G-code compiler, interpolation functions, I/O programming
    2022-03-14 02:50:37下载
    积分:1
  • 一般的快速DCT只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速原代码...
    一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
    2023-08-08 07:40:03下载
    积分:1
  • 696516资源总数
  • 106432会员总数
  • 11今日下载