-
delphi xvid 编解码
基于delphi开发的MP4播放器,其中有XVID的编解码源码,希望对大家有帮助
- 2022-08-11 16:40:49下载
- 积分:1
-
KNN算法构建分类器(Python实现)
Mathing Learning in action 书中第二章源代码,用Python实现KNN算法,,并用Matplotlib创建散点图,构件分类器及完整的可用系统。1.收集数据:提供文件文本2.准备数据:使用Python解析文本文件3.分析数据:用Matplotlib画二维扩散图4.训练算法:5.测试算法:6.使用算法构建分类器,并完成可用系统
- 2022-01-25 16:52:08下载
- 积分:1
-
a description of the problem is : No. 1, 2, ..., n n clockwise direction by indi...
约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。-a description of the problem is : No. 1, 2, ..., n n clockwise direction by individuals sitting around a circle, no one holding a password. One person started as a positive integer limits on the number of reported m, from the first individuals to embark on the clockwise from a few reportedly started, the report m is reportedly stopped a few. M reported out of the list of his password as a new value m, from a clockwise direction in the next re-started from a newspaper a few, like that, until the total of all listed so far.
- 2022-02-03 16:31:48下载
- 积分:1
-
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可....
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可.-GRID-based format of the contour DEM tracking algorithm (the compiler has been deleted directory), can be used for a variety of scattered point interpolation to generate a grid, simply written GRID Grid data can be formatted text.
- 2023-02-15 02:10:04下载
- 积分:1
-
相关向量机-稀疏贝叶斯学习源码
相关向量机回归的实现,主要是对Tipping的这篇文章的算法进行实现:Tipping, M. E. and A. C. Faul (2003). "Fast marginal likelihood maximisation for sparse Bayesian models." In C. M. Bishop and B. J. Frey (Eds.), Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics, Key West, FL, Jan 3-6.做SBL的时候可以用上,通过适当的修改也可以用在classification上。
- 2023-03-14 17:05:03下载
- 积分:1
-
这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。...
这是一个gauss算法实现的C代码。本算法采用的是具有行交换的列主元素消去法。-This is a Gauss algorithm C code. The algorithm is used in the exchange trip out the main elements of elimination method.
- 2022-10-05 08:05:04下载
- 积分:1
-
在c语言里面显示汉字的程序!
在c语言里面显示汉字的程序!-in Chinese language inside showed the procedure!
- 2023-03-14 16:30:03下载
- 积分:1
-
队列和堆栈执行
执行数据结构栈和队列上一个几乎无限的向量。代码显示了如何你要插入和删除元素从堆栈或队列。此外,提出了使用继承和多态性。
- 2023-06-03 01:45:03下载
- 积分:1
-
一个c++推箱子游戏源码
应用背景
一个简单的推箱子游戏源码
很早的时候写的
游戏虽然没几关
不过直接添加游戏关卡的地图数组就可以了
关键技术
图形绘制
游戏算法
mfc等
- 2022-01-29 01:01:20下载
- 积分:1
-
A c++program to demonstrate Radix sorting
这是一个c++程序,演示基数按升序排序。程序通过请求数字或元素的总数来接受用户的输入。然后使用基数排序方法按升序对输入的数字进行排序。通过将代码粘贴到编译器中,运行和编译非常容易。
- 2022-05-30 08:58:36下载
- 积分:1