-
Monkey
山上有m只猴子要选大王,选举办法如下:所有猴子从1到m进行编号并围坐一圈,从第一号开始按顺序1,2,...n继续报数,凡是报n号的猴子都退出到圈外,照此循环报数,直到圈内只剩下一只猴子时,这只猴子就是大王.输出大王的编号。
(Mountains have m of the monkeys to elect king, method of election are as follows: All monkeys are numbered from 1 to m, and sitting around a circle, to begin from the first order 1,2, ... n continue to report the number of those who reported that n No. The monkeys are out to outsiders the basis of this report the number of cycles until the circle only one monkey, the monkey is king. Output King number.)
- 2009-12-28 14:00:29下载
- 积分:1
-
LDPC
LDPC的译码算法,其中使用matlab和C的联合编程,C主要做了译码算法,并且有性能的仿真测试(LDPC decoding algorithm, including joint programming matlab and C, C major to do the decoding algorithm and performance simulation test)
- 2021-05-07 08:58:37下载
- 积分:1
-
Fourier
实现傅里叶变换,并进行频谱分析其中包括带通子波波形的实现。(The Fourier transform )
- 2015-04-15 19:19:18下载
- 积分:1
-
svmMATLAB
说明: 实现SVM matlab实现。。源于毕业设计(Achieve SVM matlab implementation. . Graduation from)
- 2010-04-30 02:00:01下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
drbd-8.3.6.tar
drbd源文件,热备使用,与heartbeat配合使用,drbd源文件,热备使用,与heartbeat配合使用(DRBD source file, use hot standby, and heartbeat, DRBD source file, use hot standby, used with the heartbeat)
- 2013-12-03 21:16:49下载
- 积分:1
-
simulated-annealing-algorithm
matlab模拟退火算法的TSP算法,并实现以求解得到最优。(matlab simulated annealing algorithm TSP algorithm and implementation.)
- 2014-12-23 13:20:32下载
- 积分:1
-
normal_estimation
估计一个点云数据的表面法线,表面法线是几何体表面的重要属性。(A point estimate the surface normal, surface normal geometrical surface cloud data is an important attribute volume.)
- 2015-01-26 13:17:03下载
- 积分:1
-
malat
基于MFC编写的界面,用VC与matlab混编实现马拉特小波分解,有文档注释,适合初学者(
MFC-based interface prepared by VC and matlab mixed to achieve Marat wavelet decomposition, documentation notes, suitable for beginners)
- 2013-12-05 09:40:36下载
- 积分:1
-
20081003
支持向量机方法,用matlab实现,用于分类(Support Vector Machine method, using matlab realize for classification)
- 2008-05-23 15:00:32下载
- 积分:1