代码搜索:Routine
找到约 10,000 项符合「Routine」的源代码
代码结果 10,000
www.eeworm.com/read/219242/14890613
obj routine.obj
www.eeworm.com/read/219242/14890644
lst routine.lst
C51 COMPILER V7.50 ROUTINE 05/22/2007 20:05:12 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE ROUTINE
OBJECT MODULE PLACED IN
www.eeworm.com/read/219242/14890680
c routine.c
/***************************************************************************************
****************************************************************************************
* FILE : routine.
www.eeworm.com/read/219242/14890698
h routine.h
/***************************************************************************************
****************************************************************************************
* FILE : routine.
www.eeworm.com/read/213167/15141552
txt routine.txt
;;######################## start I2C #################################################################
;;function:this program is to start the I2C
;;input:void
;;output:void
;;####################
www.eeworm.com/read/304405/3799664
c routine.c
#include"kernel.h"
#define SET_THREAD_PARAMETER \
{ \
int m_id,s_id; \
\
current.return_stack_top=current.t->return_stack_top; \
current.rt=&(current.t->return_stack
www.eeworm.com/read/172198/9719986
c routine.c
void p_memcpy( char *src, char *dst, int num ) {
while( num-- > 0 ) {
*dst = *src;
dst++;
src++;
}
}
void p_memset( char *dst, int num, char stuff ) {
while( num-- > 0 ) {
*dst =
www.eeworm.com/read/172198/9719993
h routine.h
#ifndef STRING_ROUTINE
#define STRING_ROUTINE
extern void p_memcpy( char*, char*, int);
extern void p_memset( char*, int, char );
extern int p_memcmp( char*, char*, int);
#endif
www.eeworm.com/read/191983/8413443
txt demo_routine.txt
opc_server_name='Matrikon.OPC.Simulation.1'
opc_group_name='group1'
item(1)='ABB.tag123'
item(2)='ABB.tag234'
item_num=2
flag='f'
item_index=0
item_value=2.4
opc_connect(opc_server_name)
www.eeworm.com/read/391066/8424193
c can_routine.c
/************************************************************************
*
* Freescale Semicondactor
* ALL RIGHTS RESERVED
* (c) Copyright 2004Freescale Semiconductor
*
*********************