代码搜索:Demostration
找到约 204 项符合「Demostration」的源代码
代码结果 204
www.eeworm.com/read/159990/10581310
java flowlayoutdemo.java
/**
*A simple flow layout program
*2004.11.22. xhcprince
*/
import java.awt.*;
class A extends Frame
{
A(String s)
{
super(s);
setSize(300,160);
setLayout(new FlowLayout());
www.eeworm.com/read/351900/10597538
txt readme.txt
This package contains the source code for implementating des algorithm and a demostration for how to use the source code.
These codes are protected by GPL. Refer to f
www.eeworm.com/read/465510/7049313
c rfd.c
/*
Microchip ZigBee2006 Residential Stack
Demo Reduced Function Device
This demonstration shows how a ZigBee coordinator can be set up. This demo allows
the PICDEM Z/Explorer
www.eeworm.com/read/465501/7055735
c coordinator.c
/*
Microchip ZigBee2006 Residential Stack
Demo Coordinator
This demonstration shows how a ZigBee coordinator can be set up.
This demo allows the PICDEM Z/Explorer 16 Demostra
www.eeworm.com/read/150487/5692217
def dspupdate.def
LIBRARY DspUpdate
DESCRIPTION 'DSP Memory Read & Write Demostration
EXPORTS
OpenUsbDevice @1
CloseUsbDevice @2
TestDevice @3
WriteEInit @4
WriteCode @5
www.eeworm.com/read/344014/11912768
def dspupdate.def
LIBRARY DspUpdate
DESCRIPTION 'DSP Memory Read & Write Demostration
EXPORTS
OpenUsbDevice @1
CloseUsbDevice @2
TestDevice @3
WriteEInit @4
WriteCode @5
www.eeworm.com/read/152607/12099324
def dspupdate.def
LIBRARY DspUpdate
DESCRIPTION 'DSP Memory Read & Write Demostration
EXPORTS
OpenUsbDevice @1
CloseUsbDevice @2
TestDevice @3
WriteEInit @4
WriteCode @5
www.eeworm.com/read/135582/5885899
readme
** platforms/demo-nanox **
This "platform" installs Pixil on the native platform, and sets it up with some demostration
files and other various scripts.
www.eeworm.com/read/154890/5633125
readme
** platforms/demo-nanox **
This "platform" installs Pixil on the native platform, and sets it up with some demostration
files and other various scripts.
www.eeworm.com/read/284164/8958064
c csample3.c
/*------------------------------------------------------------------------------
CSAMPLE3.C
Copyright 1995-2005 Keil Software, Inc.
---------------------------------------------------------------