代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/493671/6388792
frm frmdemo.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmDemo
BorderStyle
www.eeworm.com/read/493718/6389278
pas ac1094.pas
program ural1094;
const
width=80;
var
s:array[1..width]of char;
c:char;
p:byte;
begin
fillchar(s,sizeof(s),32);p:=1;
repeat
read(c);
if c>=' ' then
if c='>' then
www.eeworm.com/read/493549/6395399
ms rename.ms
/* Script: newRenamer.ms
Written by: Alec Fredericks
Date: Sept. 21, 2008
Description: An object renaming rollout to replace the ugly one that comes with Max.
I know a lot of people
www.eeworm.com/read/493371/6401862
c tdecfg.c
#include
#include
#include
#include
#include
#include
#include
#include "tdecfg.h"
struct vcfg cfg;
www.eeworm.com/read/493068/6406150
frm frmadduserstogroups.frm
VERSION 5.00
Begin VB.Form frmAddUsersToGroups
Caption = "用户设置"
ClientHeight = 4140
ClientLeft = 60
ClientTop = 348
ClientWidth = 6492
Lin
www.eeworm.com/read/492901/6413117
cpp d7r2.cpp
#include "iostream.h"
#include "fstream.h"
#include "stdlib.h"
#include "conio.h"
void main()
{
//program d7r2
//driver for routine piksr2
double a[101], b[101];
int i,j;
ifs