代码搜索结果
找到约 10,000 项符合
Control 的代码
control.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
control.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
control.curry
void main() {
int a;
bool done;
a = 0;
while (a < 10) {
Print(a, " ");
a = a + 1;
if (a == 5) break;
}
if (a % 2 == 0)
a = 1;
else
done = true;
for (; a
control.out
Program:
1 FnDecl:
(return type) Type: void
1 Identifier: main
(body) StmtBlock:
2 VarDecl:
Type: int
2 Identifier: a
3
control.htm
var anchorTarget = null
function gotoAnchor()
{
// if ( anchorTarget == null ) return
top.MAIN.TEXT.location.hash = anchorTarget
// status = top.M
control.htm
var anchorTarget = null
function gotoAnchor()
{
// if ( anchorTarget == null ) return
top.MAIN.TEXT.location.hash = anchorTarget
// status = top.M
control.jsp
处理提交页面
control.c
#include
int main(int argc,char **argv)
{
GtkWidget *window;
GtkWidget *vbox;
GtkObject *adjustment;
GtkWidget *bar;
GtkWidget *spinbutton;
GList *glist;
GtkWidget *com
control.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use work.mydefine.all;
entity control is
port(c_en:in std_logic;
input:in std_logic_vector(7 downto 0);
clk:in std_