代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/378588/9222806
c utils.c
/*
Kernel AODV v2.1
National Institute of Standards and Technology
Luke Klein-Berndt
-----------------------------------------------------
Version 2.1 new features:
www.eeworm.com/read/378588/9222876
h utils.h
#ifndef UTIL_H
#define UTIL_H
#include
#include
#include
#include
#include
#include
#inclu
www.eeworm.com/read/181983/9222992
c utils.c
/* Some utility functions borrowed from utils.c of NIST's kernel-AODV
* implementation by Luke Klein-Berndt.*/
#include "utils.h"
/****************************************************
utils.h
-
www.eeworm.com/read/181983/9223005
h utils.h
/* Some utility functions borrowed from utils.c of NIST's kernel-AODV
* implementation by Luke Klein-Berndt.*/
#ifndef UTIL_H
#define UTIL_H
#include
#include
#incl
www.eeworm.com/read/181983/9223050
c utils.c
#include "utils.h"
#include "common.h"
/*
*
* Gets the current time in milliseconds since 1 jan 1970
*
* Return:
* u_int64_t - On error -1 is returned otherwise the time.
*/
u_int64_t
g
www.eeworm.com/read/181983/9223078
h utils.h
/* Some utility functions borrowed from utils.c of NIST's kernel-AODV
* implementation by Luke Klein-Berndt.*/
#ifndef UTIL_H
#define UTIL_H
#include
#include
#include
www.eeworm.com/read/378369/9234057
pas be_utils.pas
{==============================================================================
Utilites
Copyright (C) 2000-2001 by Evgeny Kryukov
All rights reserved
All contents of this file and all
www.eeworm.com/read/181814/9236538
cpp utils.cpp
#include "utils.h"
#include
//--------------------------itos------------------------------------
// converts an integer to a string
//-----------------------------------------------
www.eeworm.com/read/181814/9236539
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
using namespace std;
//----------------------------------
www.eeworm.com/read/181389/9256520
hh utils.hh
/******************************************************************************
File : utils.hh
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descript