代码搜索:comm

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

代码结果 10,000
www.eeworm.com/read/385103/8819405

m comm.m

function COMM(hedit,hpopup,hlist) com=get(hedit,'String'); n1=get(hpopup,'Value'); n2=get(hlist,'Value'); if ~isempty(com) %编辑框输入非空时 eval(com'); %执行从编辑框输入的命令 chpop={'spring','summer'
www.eeworm.com/read/384993/8825286

cfg comm.cfg

www.eeworm.com/read/384945/8827721

c comm.c

#include void send_char_com( unsigned char ch) //test { SBUF = ch; while(TI==0); TI = 0; } void send_string_com(byte *pt, byte length) { while(length) { send_char_com(*pt);
www.eeworm.com/read/187370/8828976

asm comm.asm

temp_goe2c_flag :判断是第几次回车(=0,第1次/=1,第2次) studyrage:当前是第几类单词库(初中/高中...=00h~08h) studyragemax:(常量=8) fenlei_study:(常量=8) word_counter:当前是该组第几个单词 fenlei_total_word:分类词每组的单词数 max_word:(常量=50)最大单词数
www.eeworm.com/read/428426/8870159

bas comm.bas

Attribute VB_Name = "Module4" '组要发送的帧 Function FaSong(Data() As Byte, DataLen As Integer) Dim tmp() As Byte ReDim tmp(DataLen - 1) As Byte Dim i As Integer For i = 0 To DataL
www.eeworm.com/read/428350/8875579

h comm.h

#define COM1 0 #define COM2 1 #define COM3 2 #define COM4 3 #define COM5 4 #define COM1BASE 0x3F8 /* Base port address for COM1 */ #define COM2BASE
www.eeworm.com/read/428350/8875622

c comm.c

/************************************************************************/ /* PROGRAMER: CHAE BYOUNG CHEOL */ /* PROGRAM : COMM.C */
www.eeworm.com/read/384304/8881123

csproj comm.csproj

 Debug
www.eeworm.com/read/384265/8884780

h comm.h

// Comm.h 公共头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _COMM_H //避免多次编译 #define _COMM_H /****** 由于NDEBUG是为程序调试(debug)期间使用的,当调试期完毕,程序出 发行版(release)后,NDEBUG
www.eeworm.com/read/384265/8884788

inl comm.inl

// Comm.inl 公共函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _COMM_INL #define _COMM_INL template inline long double //判断绝对值 Abs(const T& x) { comple