代码搜索:Communication

找到约 10,000 项符合「Communication」的源代码

代码结果 10,000
www.eeworm.com/read/108015/15596307

c main1.c

#include "includes.h" void main(void) { INT8U c; INT8U err; ComInit(); ComCfgPort(COMM2,9600,8,COMM_PARITY_NONE,1); CommSetInVect(COMM2); CommRxIntEn(COMM2); /* while(1
www.eeworm.com/read/100285/6271372

h aix.h

#define USE_POSIX_TIME #define CLASS_CONFLICT #define DISABLE_XOPEN_NLS #define HAS_TEST_AND_SET typedef unsigned int slock_t; #include /* ENDIAN definitions for network * c
www.eeworm.com/read/491378/6434636

h ci_msgmap.h

#ifndef _USE_COMMUNICATION_INTERFACE_MESSAGE_MAP_H_ #define _USE_COMMUNICATION_INTERFACE_MESSAGE_MAP_H_ /*********************************************************** * 声明库说明:指令解析消息地图声明库
www.eeworm.com/read/491378/6434758

s system.s

.module System.c .area text(rom, con, rel) .dbfile O:\2007全国电子设计大赛\键盘显示模块\System.c .dbfunc e main _main fV .even _main:: .dbline -1 .dbline 62 ; /***************************************
www.eeworm.com/read/207371/15274334

hpp mintopotables.hpp

/* Copyright (c) 2006-2007 dogbert All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the follo
www.eeworm.com/read/282338/9100666

v altera_up_ps2.v

/***************************************************************************** * * * Module: Altera_UP_PS2
www.eeworm.com/read/378618/9222380

c main.c

void printf(char *c); void clock_init(); void uart_init(); void hanzi_diaplay(); void homework(); int Main1() { clock_init(); uart_init(); uart_send("uart communication success!\r\n
www.eeworm.com/read/378377/9233230

h function_declaration.h

#include"..\lxi\socket.h" //********************函数声明******************** void sysclk_init(void); //系统时钟初始化 void port_init(void); //端口初始化 void uart0_init(void); //UART0初始化 void timer1_init