代码搜索结果

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

communication.java

import java.applet.*; import java.awt.*; import java.awt.event.*; import java.net.URL; import java.net.MalformedURLException; public class Communication extends Applet

communication.jcp

! ** JCreator Project File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.10" LABEL := "Communication" JDKPROFILE := "" ACTIVE := "1" OUTPUTPATH := "classes" COMPILER := "" ! Sta

communication.jcw

! ** JCreator Workspace File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.00" LABEL := "Communication" ! Start Project Structure #[BeginProject]SOURCE := "Communication.jcp" #[End

communication.java

import java.applet.*; import java.awt.*; import java.awt.event.*; import java.net.URL; import java.net.MalformedURLException; public class Communication extends Applet

communication.jcp

! ** JCreator Project File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.10" LABEL := "Communication" JDKPROFILE := "" ACTIVE := "1" OUTPUTPATH := "classes" COMPILER := "" ! Sta

communication.jcw

! ** JCreator Workspace File (C)2000 ! ********** DO NOT EDIT ********* VERSION := "1.00" LABEL := "Communication" ! Start Project Structure #[BeginProject]SOURCE := "Communication.jcp" #[End

communication.c

#include "lpc21xx.h" extern void Init_Serial_A(void); void sendchar(char ch) { while( (UART0_LSR&0x40)==0 ); UART0_THR = ch; // Transmit next char

communication.c

#include "main.h" void Writesoundway(unsigned char y,unsigned char x,unsigned char num); void ConnectTowPoint(unsigned char point_y,unsigned char point_x); void CutTowPoint(unsigned c