-
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。...
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。-GPS data processing source code, provided ephemeris treatment, pseudo-range positioning, carrier positioning function.
- 2022-03-04 03:55:05下载
- 积分:1
-
png 压缩处理
png 压缩处理, 可以把 npg 格式 压缩成 更小的 文件, 比如 2Mb 的 Png文件, 可以压缩成600K 的 文件
- 2023-02-11 22:35:04下载
- 积分:1
-
acm时间问题算法
acm时间问题算法-acm time algorithm
- 2022-07-25 18:27:59下载
- 积分:1
-
二进制搜索
源代码和越南船民和 frm 如何用算法二进制搜索搜索的数组中。它是有用的培训和学习 vb 二进制搜索
- 2022-02-18 13:44:44下载
- 积分:1
-
haar-like人脸识别
这个函数ObjectDetection Viola-Jones中检测的实现框架。在这个框架Haar-like特性用于快速目标检测。它支持训练分类器OpenCV的XML文件,可以在opencv.willowgarage.com上下载作为OpenCV的一部分软件
- 2023-05-18 02:20:03下载
- 积分:1
-
数列计算
例如,当k=3时,这个序列是:
1,3,4,9,10,12,13,…
(该序列实际上就是:3^0,3^1,3^0+3^1,3^2,3^0+3^2,3^1+3^2,
3^0+3^1+3^2,…)
请你求出这个序列的第N项的值(用10进制数表示)。
例如,对于k=3,N=100,正确答案应该是981。
输入格式
输入只有1行,为2个正整数,用一个空格隔开:
k N
(k、N的含义与上述的问题描述一致,且3≤k≤15,10≤N≤1000)。
输出格式
输出为计算结果,是一个正整数(在所有的测试数据中,结果均不超过2.1*10^9)。(整数前不要有空格和其他符号)。
样例输入
3 100
样例输出
981
- 2022-03-12 08:20:11下载
- 积分:1
-
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Ma...
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
- 2022-03-20 04:40:00下载
- 积分:1
-
Fortran科学计算程序,计算原子间力的大小,能级分布
Fortran科学计算程序,计算原子间力的大小,能级分布-Fortran scientific computing procedures, calculation of inter-atomic force size, level distribution
- 2022-08-24 15:49:45下载
- 积分:1
-
C语言对文件哈夫曼编码压缩,而不是通过范畴…
用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code note in greater detail, the specific code can be seen, including the encoding of the document also decoder.
- 2022-05-19 13:57:26下载
- 积分:1
-
VC 自动关闭对话框类-VS2008
本程序基于VC2008,通过虚构一父窗口,将MessageBox设为其子窗口,利用SetTimer()函数实现对MessageBox(),在设定的时间自动关闭。
- 2022-05-27 19:26:12下载
- 积分:1