代码搜索:SysUtils
找到约 10,000 项符合「SysUtils」的源代码
代码结果 10,000
www.eeworm.com/read/222361/4820433
h sysutils.h
//---------------------------------------------------------------------------
//
// SysUtils.h
//
// SUBSYSTEM: Hook system
//
// MODULE: Hook tool
//
// DESCRIPTION: Common uti
www.eeworm.com/read/199615/5075957
h sysutils.h
// System Utility Library
#ifndef __SYSUTILS_H
#define __SYSUTILS_H
#ifdef __cplusplus
extern "C" {
#endif
int nsprintf(char*, int, const char*, ...);
int sprintf(char*, const char*, ...)
www.eeworm.com/read/183315/5256596
py sysutils.py
#----------------------------------------------------------------------------
# Name: sysutils.py
# Purpose: System Utilities
#
# Author: Joel Hare
#
# Created: 7/28/04
# CVS-I
www.eeworm.com/read/171278/5397659
h sysutils.h
#ifndef __SYSUTILS_H__
#define __SYSUTILS_H__
#include "uTypes.h"
#define LED1 1
#define LED2 2
#define LED3 3
#define LED_ALL 4
#define MASK_BIT(bi
www.eeworm.com/read/171278/5397665
c sysutils.c
#include "..\inc\44b0x.h"
#include "..\inc\uTypes.h"
#include "..\inc\sysUtils.h"
#include "..\inc\console.h"
#define EXT_OSC_CLK 10000000
U32 g_dwMCLK = 20000000; //初始值20MHz
/*
函数名称:
www.eeworm.com/read/171026/5399711
h sysutils.h
//---------------------------------------------------------------------------
//
// SysUtils.h
//
// SUBSYSTEM: Hook system
//
// MODULE: Hook tool
//
// DESCRIPTION: Common uti
www.eeworm.com/read/171026/5400200
h sysutils.h
//---------------------------------------------------------------------------
//
// SysUtils.h
//
// SUBSYSTEM: Hook system
//
// MODULE: Hook tool
//
// DESCRIPTION: Common uti
www.eeworm.com/read/283334/4081123
py sysutils.py
#----------------------------------------------------------------------------
# Name: sysutils.py
# Purpose: System Utilities
#
# Author: Joel Hare
#
# Created: 7/28/04
www.eeworm.com/read/282708/4088969
c sysutils.c
/*******************************************************************************
* Name : sysutils.c
* Title : Shared (User/kernel) and System dependent utilities
* Author