代码搜索:false
找到约 10,000 项符合「false」的源代码
代码结果 10,000
www.eeworm.com/read/132216/14104617
frm frmstatistic1.frm
VERSION 5.00
Begin VB.Form frmStatistic1
BorderStyle = 3 'Fixed Dialog
Caption = "运营统计"
ClientHeight = 3456
ClientLeft = 48
ClientTop = 336
www.eeworm.com/read/132216/14104674
frm frmmate1.frm
VERSION 5.00
Begin VB.Form frmMATE1
BorderStyle = 3 'Fixed Dialog
Caption = "配料单原材料信息"
ClientHeight = 2208
ClientLeft = 48
ClientTop = 336
www.eeworm.com/read/132196/14105566
txt share_mem.txt
Server
Server should create (during initialization) a named file mapping object whose size is defined by the project requirement. Name of the file mapping object should not be something obvious other
www.eeworm.com/read/132173/14105883
frm loginfrm.frm
VERSION 5.00
Begin VB.Form Loginfrm
ClientHeight = 4740
ClientLeft = 2850
ClientTop = 3210
ClientWidth = 4230
ControlBox = 0 'False
FillCol
www.eeworm.com/read/132141/14106897
cpp minmax1.cpp
// find min and max of n elements
#include
template
bool MinMax(T a[], int n, int& Min, int& Max)
{// Locate min and max elements in a[0:n-1].
// Return false if less t
www.eeworm.com/read/132141/14107896
cpp minmax2.cpp
// find min and max of n elements
#include
template
bool MinMax(T a[], int n, int& Min, int& Max)
{// Locate min and max elements in a[0:n-1].
// Return false if less t
www.eeworm.com/read/132123/14109166
frm tvsong.frm
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "SWFLASH.OCX"
Begin VB.Form TVsong
AutoRedraw = -1 'True
BackColor = &H00000000&
BorderStyle =
www.eeworm.com/read/234516/14110609
c jcinit.c
/*
* jcinit.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file
www.eeworm.com/read/131819/14123308
cpp savefile.cpp
/************************************************************************
* savefile.cpp *
* File I/O for saving to and reading from database