代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/174538/5361074
java simple.java
/*
* 1.0 code.
*/
import java.applet.Applet;
import java.awt.Graphics;
public class Simple extends Applet {
StringBuffer buffer;
public void init() {
buffer = new StringBuffer();
www.eeworm.com/read/172593/5383630
prj simple.prj
[Compiler Options]
Edit1=..\..\include
Edit2=..\..\lib\icc\enhanced
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=ETHERNUT2 _MCU_enhanced __HARVARD_ARCH__
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=0x20000
Edi
www.eeworm.com/read/172593/5383631
src simple.src
[Files]
..\..\app\simple\simple.c
[Headers]
[Documents]
www.eeworm.com/read/172593/5383866
c simple.c
/*!
* Copyright (C) 2001-2003 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f
www.eeworm.com/read/170386/5404068
pm simple.pm
# $Id: Simple.pm,v 1.4 2005/10/11 16:46:02 martin Exp $
#
# Copyright 2005 Nature Publishing Group
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GN
www.eeworm.com/read/170113/5407186
pm simple.pm
package Test::Simple;
use 5.004;
use strict 'vars';
use Test::Utils;
use vars qw($VERSION);
$VERSION = '0.18';
my(@Test_Results) = ();
my($Num_Tests, $Planned_Tests, $Test_Died) = (0,0,0);
my($Ha