代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/154064/11990759
bas modvar.bas
Attribute VB_Name = "modVar"
Option Explicit
Public geo As New MapObjects2.Geocoder
Public stan As New MapObjects2.Standardizer
Public Sub CenterForm(frm As Form)
' centers the form on the
www.eeworm.com/read/256521/11991187
frm thematicmap.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Begin VB.Form Form1
Caption = "Renderer对象使用实例"
ClientHeight = 4905
ClientLeft = 13
www.eeworm.com/read/154034/11994613
js analyzer.js
function cntGetCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substrin
www.eeworm.com/read/256340/12007503
htm game.htm
function move(){
parent.moveTo((screen.width-460)/2,(screen.height-490)/2);
parent.resizeTo(460,490);}
五子棋http://www.51windows.com::
www.eeworm.com/read/153654/12014562
h lcd.h
/*
* lcd.h --- Primary header file for
* LCD Device Driver with Framebuffer
* (C)opyright 2004 Bit 920 Labs
*
* Written by: Ye Nan
* Created on: Sat. Mar 6 22:0
www.eeworm.com/read/256129/12023025
cpp process.cpp
#include
#include "Windw.h"
#define MAX 100
#define SIZE 50
class PCB
{
private :
int ID;
int Size;
int Ts;
int Flag;
public :
PCB()
{
ID=0;