-
cart2
classification and regression tree algorithm 算法c++实现(classification and regression tree algorithm vc++)
- 2014-11-13 13:34:19下载
- 积分:1
-
CChat
一个聊天程序,包含客户端和服务端完整源码(A chat program, including client and server source code integrity)
- 2009-02-09 23:03:39下载
- 积分:1
-
demo
对BMP文件进行图像处理,包括:边缘检测、频域变换、几何变换、图像变换校正、灰度变换、图像编码、平滑和匹配(BMP files for image processing, comprising: an edge detection, a frequency domain transformation, geometric transformation, image transformation correction gradation conversion, image coding, and matching the smooth)
- 2014-01-12 10:17:03下载
- 积分: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
-
contact
轮轨接触CONTACT程序,可以用来计算轮轨磨耗(Wheel-rail contact CONTACT procedures can be used to calculate the wheel-rail wear)
- 2021-01-06 10:38:53下载
- 积分:1
-
storage
LINUX下USB驱动程序的开发,适用于操作系统课程设计等。(LINUX under the USB driver development, applicable to the operating system, such as curriculum design.)
- 2007-07-12 11:08:09下载
- 积分:1
-
stepmotor
基于STM32的步进电机的驱动控制 经过测试成功控制(Based on the STM32 stepper motor drive control has been tested successfully controlled)
- 2011-08-05 16:59:18下载
- 积分:1
-
FCMandCFCM
说明: FCM算法是应用最广泛的聚类分析方法之一,CFCM也是模糊数学中的一种聚类分析算法。
现在给出的这两个算法是C++代码实现的。 (FCM algorithm is the most widely used method of cluster analysis, CFCM is a kind of fuzzy clustering analysis in the algorithm. Now given by the two algorithms is the C++ code to achieve.)
- 2009-07-27 17:03:28下载
- 积分:1
-
LRU
利用LRU算法仿真请求页面系统
1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。
2、设计要求:
1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU)
2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块
3) 作业数量与作业大小(0-9页)可在界面进行设置
4) 所有作业按RR算法进行调度,时间片长度为1秒
5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存
6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化
7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。
8) 每次全部作业运行结束后,要求打印出访问命中率
(Request page using LRU algorithm simulation system)
- 2011-07-06 17:33:06下载
- 积分:1
-
5ivb_062518
说明: vc开发的管理系统,一种小软件,对开发学习的初学者会有很大帮助。(vc development of the management system, a small software development for the study will be of great help beginners.)
- 2006-05-13 09:33:12下载
- 积分:1