代码搜索:Commands
找到约 10,000 项符合「Commands」的源代码
代码结果 10,000
www.eeworm.com/read/378680/9218972
h commands.h
#if !defined(__Commands_H__)
#define __Commands_H__
/************************************************************************
*
* Resource ID Organiser Add-In
*
* (c) Copyr
www.eeworm.com/read/180721/9297321
c commands.c
/*
* Copyright (c) 1988, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
www.eeworm.com/read/374502/9401895
h commands.h
/*
* commands.h: header for commands.c
*
* Copyright 1990 Michael Sandrof
* Copyright 1994 Matthew Green
* Copyright 1997 EPIC Software Labs
* See the COPYRIGHT file, or do a HELP IRCII COPYRIGH
www.eeworm.com/read/374502/9402002
c commands.c
/* $EPIC: commands.c,v 1.85 2005/02/08 16:28:56 jnelson Exp $ */
/*
* commands.c -- Stuff needed to execute commands in ircII.
* Includes the bulk of the built in commands for ircII.
*
* Copyrig
www.eeworm.com/read/373433/9455980
pdf at commands.pdf
www.eeworm.com/read/366402/9817966
h commands.h
/* Commands of AVR Microcontrollers */
Command commands[]=
{
{"adc ",0x1C00,0xFC00,1,reg_d5,reg_s5,adc_command},
{"add ",0x0C00,0xFC00,1,reg_d5,reg_s5,add_command},
{"adiw ",0x9600,0xFF
www.eeworm.com/read/169779/9838570
c commands.c
/* Command processing for GNU Make.
Copyright (C) 1988,89,91,92,93,94,95,96,97 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or
www.eeworm.com/read/169311/9867450
cc commands.cc
/*
* Copyright (c) 1988, 1990 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/356037/10238146
cpp commands.cpp
// Commands.cpp : implementation file
//
#include "stdafx.h"
#include "AddPlug.h"
#include "Commands.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL