代码搜索:utils
找到约 10,000 项符合「utils」的源代码
代码结果 10,000
www.eeworm.com/read/388545/8602249
c utils.c
/* utils.c
* CMUnited-97 (soccer client for Robocup-97)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 1997 Peter Stone
*
* CMUnite
www.eeworm.com/read/388545/8602506
h utils.h
/* utils.h
* CMUnited-97 (soccer client for Robocup-97)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 1997 Peter Stone
*
* CMUnite
www.eeworm.com/read/288790/8607582
c utils.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/288790/8607640
obj utils.obj
www.eeworm.com/read/187687/8608412
o utils.o
www.eeworm.com/read/187687/8608461
h utils.h
#ifndef __UTILS_H
#define __UTILS_H
#include "Task.h"
extern void ShowMsg(const char * args, ...);
extern int select_fd(int fd, int MaxTime);
extern int Recv(int Sock, char * Buf, int Size, int Flag
www.eeworm.com/read/187687/8608552
cpp utils.cpp
/*
* by balancesli
* balancesli@gmail.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the F
www.eeworm.com/read/388262/8620926
c utils.c
/*
* utils for libavcodec
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free softw
www.eeworm.com/read/187571/8623615
h utils.h
#define _inw(addr) (*(volatile int *)(addr))
#define _outw(addr, data) ((*(volatile int *)(addr)) = (data))
#define _inb(addr) *(volatile char *)(addr)
#define _outb(addr, data) *(volatile char
www.eeworm.com/read/187571/8623646
c utils.c
extern get_cpsr();
extern setirq(int);
/************************************************/
/* 判断是否已屏蔽IRQ, 返回值:
已屏蔽IRQ---0
未屏蔽IRQ---1
*******************************************