代码搜索:Rate

找到约 10,000 项符合「Rate」的源代码

代码结果 10,000
www.eeworm.com/read/290713/8466055

db rate.db

www.eeworm.com/read/290420/8483676

o rate.o

www.eeworm.com/read/290420/8483744

po rate.po

rate.o rate.o: rate.cpp rate.h def.h ./config.h \ /usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/sys/types.h \ /usr/local/920t_le/bin/../lib/gcc/arm-linux/3.4.4/include/features.h \ /
www.eeworm.com/read/290420/8483790

h rate.h

#ifndef RATE_H #define RATE_H #include "def.h" #include #include #define MAX_SAMPLES 20 class Rate{ private: time_t m_last_timestamp; time_t m_total_timeused; u_int64_
www.eeworm.com/read/290420/8483976

cpp rate.cpp

#include "rate.h" #include "bttime.h" #define RATE_INTERVAL 20 void Rate::StartTimer() { if( !m_last_timestamp ) m_last_timestamp = now; } void Rate::StopTimer() { if( m_last_timestamp ){ m
www.eeworm.com/read/384931/8833334

space_rate

www.eeworm.com/read/383536/8938593

cls rate.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/282473/9091929

h rate.h

#ifndef RATE_H #define RATE_H #include #include #include "def.h" class Rate{ private: time_t m_last_timestamp; time_t m_total_timeused; u_int64_t m_count_bytes; public
www.eeworm.com/read/282473/9091982

cpp rate.cpp

#include "rate.h" void Rate::StartTimer() { if( !m_last_timestamp ) time(&m_last_timestamp); } void Rate::StopTimer() { if( !m_last_timestamp ){ m_total_timeused += (time((time_t*) 0) - m_la
www.eeworm.com/read/184175/9118857

m rate.m

% % r = rate(H,x) % % Calculates rates of links. % % H(i,j) - fading between source of link and dst of link % x - vector [a1;..;a(N+1);p11;..;pN1;..;P1(N+1)1;..;PN(N+1)]; % % r(i)