代码搜索结果

找到约 129,825 项符合 Control 的代码

control.rc2

// // CONTROL.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///

control.plg

Build Log --------------------Configuration: Control - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMIN

control.dsp

# Microsoft Developer Studio Project File - Name="Control" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) A

control.m

function y=control(n) a=20; if n==0 y=a+1; elseif n==1 y=a*(1+n); elseif n==2 y=a+n; else y=a; end

在vb中的没有mciwndx control 这一项.txt

VB6已 经 不 支 持 这 个 控 件 了 , 它 提 供 了 Microsoft Multimedia Control( MCI32.OCX) 来 代 替 。 如 果 你 一 定 需 要 使 用 该 控 件 , 需 要 安 装 vb6。

哪里有script control.txt

在 专 业 版 和 企 业 版 都 有 Script Control。 不 过 需 要 手 工 安 装 , 在 光 盘 的 Common\Tools\VB\Script目 录 下 。 也 可 以 从 微 软 站 点 下 载 : http://www.microsoft.com/scripting/scriptcontrol/default.htm

control.c

/* ode-initval/control.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G

control.vhd

-- -- -- control module (simulates SPIM control module) -- -- library Synopsys, IEEE; use Synopsys.attributes.all; use IEEE.STD_LOGIC_1164.all; entity control is port( signal Op : i

control.java

package SimFrameWork; public abstract class Control extends Thread{ public Control(){ } public void run(){ active=true; while(active){ update(); } } public void s

control.h

#ifndef Control_H #define Control_H //------------------ C API for Control routine --------------------- typedef struct { short qVelRef; // Reference velocity short qVdRef;