代码搜索结果
找到约 10,000 项符合
Input 的代码
6.10.html
continue语句的用法
var input,input_number,sum
for(sum=0;;)
{
input = prompt("sum="+sum + "\n请输入新的累加数(输入Q结束):","0");
if (input==
sin_gen.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
tv.h
// tv.h -- Tv and Remote classes
#ifndef TV_H_
#define TV_H_
class Tv
{
public:
friend class Remote; // Remote can access Tv private parts
enum {Off, On};
enum {MinVal,MaxVal =
text1.ybs
REM this is the first yabasic-program
input "Enter two numbers:" a,b
print a,"+",b,"=",a+b
print "Please enter your Name:";
INPUT a$
print "Hello ",a$," !"
uart.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
dsp28_gpio.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Gpio.c
//
// T
de2_top.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
decolorize
#!/bin/sed -f
#
# usage: decolorize
#
# removes all coloring strings from the input
s/\[.m//g
s/\[..m//g
decolorize
#!/bin/sed -f
#
# usage: decolorize
#
# removes all coloring strings from the input
s/\[.m//g
s/\[..m//g