资源简介
随机早检测算法的c++代码实现,运行环境visual studio
代码片段和文件信息
// Red.cpp : 定义控制台应用程序的入口点。
//
#include “stdafx.h“
#include“queue“
#include“cstdlib“
#include“iostream“
#include“windows.h“
#include“string“
#include“ctime“
#include“vector“
using namespace std;
int lose=0;
float getp(float pmaxfloat laint thmaxint thminint count)//计算丢弃报文概率
{
float ptemp=pmax*(la-thmin)/(thmax-thmin);
return (ptemp/(1-count*ptemp));
}
float getla(float oldlafloat newla)//计算平均长度
{
return ((1-0.125)*oldla+0.125*newla);
}
void initq(priority_queue &qstring s)//初始化发送端
{
while(q.size()<25)
{
q.push(s);
}
}
void trans(priority_queue &apriority_queue &qfloat laint thmaxint thminfloat pint &countstring s)
{
if(la0)
{
q.push(a.top());
cout<<“接收“< a.pop();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 98304 2009-11-24 21:18 Red\debug\Red.exe
文件 1076224 2009-11-24 21:18 Red\debug\Red.pdb
文件 8066 2009-11-24 21:18 Red\Red\Debug\BuildLog.htm
文件 67 2009-11-24 21:18 Red\Red\Debug\mt.dep
文件 403 2009-11-24 16:43 Red\Red\Debug\Red.exe.em
文件 468 2009-11-24 16:43 Red\Red\Debug\Red.exe.em
文件 385 2009-11-24 21:18 Red\Red\Debug\Red.exe.intermediate.manifest
文件 385290 2009-11-24 21:18 Red\Red\Debug\Red.obj
文件 10933 2009-11-24 16:43 Red\Red\Debug\stdafx.obj
文件 258048 2009-11-24 21:18 Red\Red\Debug\vc80.pdb
文件 926 2009-11-24 16:39 Red\Red\ReadMe.txt
文件 3124 2009-11-24 21:18 Red\Red\Red.cpp
文件 4475 2009-11-24 16:39 Red\Red\Red.vcproj
文件 1421 2009-11-25 10:08 Red\Red\Red.vcproj.GREAT-JIAJIA.JIAJIA.user
文件 1411 2009-11-24 21:31 Red\Red\Red.vcproj.sdwh105.Administrator.user
文件 1411 2009-11-24 20:31 Red\Red\Red.vcproj.sdwh106.Administrator.user
文件 208 2009-11-24 16:39 Red\Red\stdafx.cpp
文件 276 2009-11-24 16:39 Red\Red\stdafx.h
文件 3959808 2009-11-25 10:09 Red\Red.ncb
文件 874 2009-11-24 16:39 Red\Red.sln
..A..H. 19968 2009-11-25 10:08 Red\Red.suo
目录 0 2009-11-27 18:13 Red\Red\Debug
目录 0 2009-11-27 18:13 Red\debug
目录 0 2009-11-27 18:13 Red\Red
目录 0 2009-11-27 18:13 Red
----------- --------- ---------- ----- ----
5832090 25
相关资源
- Thinking in C++中文版
- C++语言程序设计_第四版_郑莉_高清p
- 东南大学C++课件-何洁月80讲(总).
- DevC++
- C/C++实验系统
- 一个月挑战c++
- vsC++编程新手指导
- C++语言编程器
- VS2008 windows应用程序C++
- C++深入版
- C++PPT
- C++沉思录
- c++核心编程技术
- C++出错提示英汉对照
- c++/c语言学习系统
- C和C++安全编码(中文版)
- c++基础教程
- VC++6.0
- Microsoft Visual C++ 2010
- 嵌入式CC++语言精华文章集锦
- 交通灯管理仿真程序
- CC++库函数
- C++_STL使用例子大全
- C C++精华帖合辑(新手必看)
- C++ 基本语法及实例说明
- 《算法竞赛入门经典》
- C++API
- c++深度剖析木马程序
- c++练习题
- vc++6.0初学入门教程(PDF编辑版)
评论
共有 条评论