代码搜索结果

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

iptux.desktop

[Desktop Entry] Encoding=UTF-8 Name=iptux Name[zh_CN]=信使(iptux) Comment=Lan communication software Comment[zh_CN]=局域网通讯工具 Exec=iptux Terminal=false Type=Application Icon=ip-tux StartupNotify=true Cate

m_paths.m

function [l,p] = m_paths(A,n) % [l,p] = m_paths(A,n) % % n paths, with maximum length, in a graph which is % described by an adjacency matrix A % % INPUT % A weighted adjacency matrix % % OUTPUTS

cdcuser.h

/*---------------------------------------------------------------------------- * U S B - K e r n e l *---------------------------------------------------------------------------- * N

project1.vbw

frmmain = 68, 77, 638, 521, , 22, 22, 592, 466, C Module1 = 181, 41, 691, 485, Formstatistic = 22, 22, 536, 466, , 110, 110, 624, 554, C beginform = 22, 22, 518, 466, , 110, 110, 606, 554, C dlgS

collect.h

#ifndef __COLLECT_INCED__ #define __COLLECT_INCED__ /* * Collect.h */ #include "Agdi.h" #define nCFAMILY 8051 // identifes '8051 Target driver' extern int DoD

test.c

/*------------------------------------------------------------------------------ TEST.C: ISD51 Demo for classic 8051 devices like Philips 89C51RD2/89C66x Copyright 2002 - 2003 Keil Software, Inc.

test.lst

C51 COMPILER V7.50 TEST 11/11/2005 05:37:52 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE TEST OBJECT MODULE PLACED IN Te

test.c~

#include #include void Setup(void); void Communication(void); void main() { Setup(); Communication(); while (1) {