代码搜索:enabled
找到约 10,000 项符合「enabled」的源代码
代码结果 10,000
www.eeworm.com/read/170114/9818745
sh getcmdlineopt.sh
#! /bin/sh
usage="Usage: $0 [-h remotehost] [-d remotedirectory]... [-f remfile:localfile]... \
[-c localdirectory] [-m filepattern] [-v]"
if [ $# -eq 0 ]; then
echo $usag
www.eeworm.com/read/366010/9836935
frm form1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmSource
Caption = "VB解压缩RAR文档"
ClientHeight = 7290
ClientLeft =
www.eeworm.com/read/169672/9846502
cs mainfrm.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace 进销存管理系统
{
///
/// Form1 的摘要说明
www.eeworm.com/read/169451/9860479
frm frminquery.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form InQuery
BorderStyle = 1 'Fixed Single
Caption = "查询入库信息"
ClientHeight
www.eeworm.com/read/169451/9860582
frm frmoutquery.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form OutQuery
BorderStyle = 1 'Fixed Single
Caption = "查询出库信息"
ClientHeigh
www.eeworm.com/read/365396/9864523
pas wnaddusers.pas
unit WnAddUsers;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, Db, Grids, DBGrids,DbTables,Bde;
type
TFmAddUsers = class
www.eeworm.com/read/169260/9871786
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Threading;
namespace ThreadExample4
{
www.eeworm.com/read/169238/9873347
makefile
SERIAL = `echo /dev/tty.USA19QI*`
UISP = uisp -dprog=avr910 -dserial=$(SERIAL) -dpart=auto
TARGET = atmega8
#TARGET = at90s2313
# The two lines above are for "uisp" and the AVR910 serial programmer co
www.eeworm.com/read/365079/9879938
bas module3.bas
Attribute VB_Name = "hqx"
Type bcqx '保存曲线的结构
max As Integer '实测曲线最大温度
maxwd As Integer '设置的最大温度
alltime As Integer