代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/465555/7049715
lpr dcedemo.lpr
program dceDemo;
{$MODE Delphi}
uses
Interfaces,
Forms,
Unit1 in 'Unit1.pas' {Form1};
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/465188/7059370
in makefile.in
# Makefile.in generated by automake 1.10 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006 Free Software Foundation
www.eeworm.com/read/174386/7087976
vhd avr_core.vhd
--************************************************************************************************
-- Top entity for AVR core
-- Version 1.11
-- Designed by Ruslan Lepetenok
-- Modified 03.11.200
www.eeworm.com/read/457722/7318731
vhd avr_core.vhd
--************************************************************************************************
-- Top entity for AVR core
-- Version 1.11
-- Designed by Ruslan Lepetenok
-- Modified 03.11
www.eeworm.com/read/457721/7318754
vhd avr_core.vhd
library IEEE;
use IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
entity avr_core is port
(
cp2 : in std_logic;
ireset : in std_logic;
cpuwai
www.eeworm.com/read/445121/7598829
h basiceffectsplugin.h
#ifndef BASICEFFECTSPLUGIN_H
#define BASICEFFECTSPLUGIN_H
#include
#include "../textart/textartinterface.h"
class BasicEffectsPlugin : public QObject, public TextArtInterface
{
Q_OBJE
www.eeworm.com/read/445121/7598832
h extraeffectsplugin.h
#ifndef BASICEFFECTSPLUGIN_H
#define BASICEFFECTSPLUGIN_H
#include
#include "../textart/textartinterface.h"
class ExtraEffectsPlugin : public QObject, public TextArtInterface
{
Q_OBJE
www.eeworm.com/read/445121/7599086
h iconeditorplugin.h
#ifndef ICONEDITORPLUGIN_H
#define ICONEDITORPLUGIN_H
#include
class IconEditorPlugin : public QObject,
public QDesignerCustomWidgetInterfac
www.eeworm.com/read/435219/7795362
linux_ad-hoc_mode_set_aodv-uu
在Linux Ad hoc mode設定aodv-uu
Abstract
這篇文章將介紹你如何在Linux將設定成Ad hoc mode,並且使用AODV routing protocol來當作繞送演算法。
1. Introduction
Ad hoc network是一個無需要AP的網路連線方式。在Ad hoc network裡的電腦彼此都需要幫對方作封包轉送(packet forwardi
www.eeworm.com/read/198883/7904877
vhd avr_core.vhd
--************************************************************************************************
-- Top entity for AVR core
-- Version 1.11
-- Designed by Ruslan Lepetenok
-- Modified 03.11.200