代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/263030/11379139
c photo.c
/*photo.c*/
/******************************************************************/
/* Program to demonstrate the working of the Photometer interface */
/* through the parallel printer adapter. Connec
www.eeworm.com/read/407665/11412447
mon readme.mon
PMON simple S-record monitor, 13-10-2000
-------------------------------------------
Introduction
------------
Pmon is a simple monitor that can be placed in an on-chip boot prom,
external prom or
www.eeworm.com/read/401210/11561760
uv2 counter.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Monitor for Systronix C420), 0x0000 // Tools: 'MCS-51'
Target (Simulator), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
www.eeworm.com/read/259759/11766793
scc mssccprj.scc
SCC = This is a Source Code Control file
[GW.dsp]
SCC_Aux_Path = "\\192.168.3.2\vss\"
SCC_Project_Name = "$/SMS/短信通道/Monitor", AXEBAAAA
www.eeworm.com/read/228696/14367283
uv2 counter.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Monitor for Systronix C420), 0x0000 // Tools: 'MCS-51'
Target (Simulator), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
www.eeworm.com/read/228579/14378673
c syscalls.c
/* DMW: This isn't MINE! It's from NewLib but it was modified by me. */
/* Support files for GNU libc. Files in the system namespace go here.
Files in the C namespace (ie those that do not start w
www.eeworm.com/read/228323/14392157
c syscalls.c
/* Support files for GNU libc. Files in the system namespace go here.
Files in the C namespace (ie those that do not start with an
underscore) go in .c. */
#include
#include
www.eeworm.com/read/224858/14565908
bat a.bat
path=c:\gcc\build\bin
del .\obj\*.o
del p78_usbmonitor.bin
del monitor.elf
arm-elf-as init.s -o .\obj\init.o
arm-elf-gcc -O3 -Ic:\gcc\build\include -mlittle-endian -mcpu=arm9 -c base.c -o .\obj
www.eeworm.com/read/224858/14565922
bat make.bat
path=c:\windows;c:\windows\system32;c:\gcc\build\bin
del .obj\*.o
del monitor.bin
del monitor.elf
arm-elf-as init.s -o .\obj\init.o
arm-elf-gcc -O3 -Ic:\gcc\build\include -mlittle-endian -mcpu=
www.eeworm.com/read/117103/14940072
h globals.h
#ifndef _NET_MONITOR_KERNEL_GLOBALS_H_
#define _NET_MONITOR_KERNEL_GLOBALS_H_
#include "define.h"
/**
* 注意:本动态连接库所有程序只能处理一张网卡,并没有关于多张网卡的做错误处理
*/
// Function name : GetAdapterMAC
// Description