登录
首页 » 算法 » 100个经典的C算法

100个经典的C算法

于 2023-07-22 发布 文件大小:6.97 kB
0 38
下载积分: 2 下载次数: 1

代码说明:

C语言的学习要从基础开始,这里是100个经典的算法

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

发表评论

0 个回复

  • 鼠标移动得到图片的颜色值和坐标
    vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:                 Color pointColor = bmp.GetPixel(X, Y);                 textBox1.Text = pointColor.R.ToString();                 textBox2.Text = pointColor.G.ToString();                 textBox3.Text = pointColor.B.ToString();                 LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
    2022-03-16 06:55:49下载
    积分:1
  • With n
    设有n个件工作分配给n个人。将工作i分配给第j个人所学要的费用为Cij。试设计一个算法,为每个人都分配1件工作,并使总费用达到最小-With n-pieces of work assigned to the n individuals. Will be allocated to the first j of work i personally have learned to cost Cij. Try to design an algorithm for each person assigned a work, and to minimize the total cost of
    2022-09-23 13:05:03下载
    积分:1
  • collection procedures examples of DSP
    本人收集的DSP例子程序-数字信号处理IIR程序-collection procedures examples of DSP-IIR digital signal processing procedures
    2022-03-19 13:50:22下载
    积分:1
  • 图像变形
    此程序是 qt 离散度与 c + + 实现的。在 qt 离散度,得到了 GUI 和变形算法是在 c + +。实现变形算法的方法是一个一个天真的。您可以在 visual studio 2008 中运行此程序,您应该先安装 QT lib。
    2022-04-25 12:05:02下载
    积分:1
  • 这是一个exememple术编码
    This is an exememple of arithmetic coding
    2023-02-22 21:20:04下载
    积分: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
  • implementación del filtro de Kalman
    implementación del filtro de Kalman
    2022-06-29 16:25:26下载
    积分:1
  • 全梯度程序代码。数学,总梯度
    共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。 共梯度法也可以用于求解无约束优化问题。 -Total gradient algorithm program code. Mathematics, the total gradient method for solving a particular linear system is the numerical solution methods, including those for the symmetric and positive definite matrix. Conjugate gradient method is an iterative method, it applies to sparse matrix systems, because these systems such as the Cholesky decomposition of the direct method is too high. Such systems in the numerical solution of partial differential equations are quite common when. Total gradient method can also be used for solving unconstrained optimization problems.
    2022-08-06 23:27:29下载
    积分:1
  • 诚信实现单一
    完整实现了单源最短路径的算法。 采用的是贪心算法思想。-integrity to achieve a single-source shortest path algorithm. The greedy algorithm.
    2022-11-18 00:00:04下载
    积分:1
  • 基于GPU进行快速科学计,速度远比CPU快得多。这是在GPU上实现FFT运的程序代码...
    基于GPU进行快速科学计算,速度远比CPU快得多。这是在GPU上实现FFT运算的程序代码-GPU-based fast scientific computing, speed is much faster than the CPU. This is achieved in the GPU computing FFT code
    2023-04-28 22:25:04下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载