代码搜索:comm
找到约 10,000 项符合「comm」的源代码
代码结果 10,000
www.eeworm.com/read/191408/8430030
cpp comm.cpp
#include "Comm.h"
#include "cstringt.h"
ComPort::ComPort()
{
Handle = INVALID_HANDLE_VALUE;
}
ComPort::~ComPort()
{
Close();
}
void ComPort::Close()
{
if(Handle != INVALID_HANDL
www.eeworm.com/read/290937/8449944
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/289554/8544878
ico comm.ico
www.eeworm.com/read/188377/8545267
jar comm.jar
www.eeworm.com/read/289276/8562308
asm comm.asm
www.eeworm.com/read/188188/8564254
h comm.h
#ifndef __COMM__H
#define __COMM__H
#define uint8 unsigned char
#define uint16 unsigned int
#define uint32 unsigned long
#define uchar unsigned char
#define uint unsigned int
#define ulong
www.eeworm.com/read/188047/8577051
ini comm.ini
[CONFIG]
Comm=COM1
ReceivedPath=C:\Documents and Settings\pengwei\My Documents
DelayTime=50
Machine1=车床
Machine2=不知道什么床
Machine3=铣床
Machine4=涡有床
Machine6=钻床
Machine20=什么床啊?
www.eeworm.com/read/289007/8586406
pas comm.pas
//定义通用过程和函数
unit Comm;
interface
uses
sysutils,windows,db,dbtables,inifiles,classes,QuickRpt,QrPrntr,FileCtrl,Dialogs;
function ChgTo(S: String):String;//返回加密后的字符串
function ChgFrom(S: Strin