-
北京大学的一些acm代码。还有一些资料。
北京大学的一些acm代码。还有一些资料。-Acm code of some of Peking University. There are some information.
- 2022-11-03 20:45:03下载
- 积分:1
-
1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
- 2022-03-06 01:28:29下载
- 积分:1
-
c语言学习资料,朱兆祺。
朱兆祺同学的学习笔记,很强大。
举几个例子给大家看下:
1. #include< >和#include" "有什么区别?
这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库,
#include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。
1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-27 09:00:02下载
- 积分:1
-
c_mean算法c语言实现
c_mean算法是一种非监督的模式识别算法,不需要进行样本训练,通过计算样本距离,进行比较分类。算法结构简单,对于团状数据分类效果理想。
- 2022-02-18 15:40:35下载
- 积分:1
-
内维尔的迭代插值算法;
数值计算算法:内维尔的迭代插值算法写的帕斯卡尔为了评估在该内插多项式p 第(n +1)不同的数x(0),...,X(n),在数x 对于函数f: 输入:数x(0),...中,x(n)的作为xx(0),...,XX(N); 数x;的F为Q的第一列的值 如果函数f被提供,或者可以被计算出来。 输出:P(X)= Q(N+1,N+1)表Q。
- 2022-02-07 08:23:58下载
- 积分:1
-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
分块五对角线性方程组的求解,比一般追赶法精度更高,并有参数可供调节。...
分块五对角线性方程组的求解,比一般追赶法精度更高,并有参数可供调节。-Sub-diagonal block of five equations, than the average to catch up with higher accuracy, and have parameters available to adjust.
- 2022-06-12 21:14:13下载
- 积分:1
-
一个用穷举法计算水仙数的小程序,效率不算好,望高人指点...
一个用穷举法计算水仙数的小程序,效率不算好,望高人指点-Narcissus by an exhaustive method to calculate the number of small programs, efficiency is not good, hope receive adequate guidance
- 2023-02-11 06:35:03下载
- 积分:1
-
own procedures that may be useful to you
自己做的程序,可能对你有用-own procedures that may be useful to you
- 2022-02-01 18:20:34下载
- 积分:1
-
一个利用C语言,仿真实现定点FFT算法的程序:)
一个利用C语言,仿真实现定点FFT算法的程序:)-A use of C language, the realization of fixed-point FFT algorithm simulation procedure:)
- 2023-02-04 22:55:04下载
- 积分:1