代码搜索结果

找到约 10,000 项符合 Screen 的代码

要求访问者调整分辨率设置.txt

要求访问者调整分辨率设置 一般来说网页都按分辨率800*600排版,在640*480的分辨率下会很难看,故你几乎在每个网站上都会发现要求800*600的声明。现在有了这个代码,会自动检测,一发现是640*480就会向访问者显示警告框,方便多了。 将下代码copy入你网页的和中即可。

helloworldgraphics.java

import java.io.*; import java.awt.*; import javax.servlet.*; import javax.servlet.http.*; import Acme.JPM.Encoders.GifEncoder; public class HelloWorldGraphics extends HttpServlet { publi

getword.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "鼠标取词" ClientHeight = 2355 ClientLeft = 60 ClientTop = 345 ClientWidth = 5160 LinkTopic =

display.h

/* libdmtx - Data Matrix Encoding/Decoding Library Copyright (C) 2006 Mike Laughton This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General

linuxsdl.c

#include "SDL/SDL.h" #include #include int main() { SDL_Surface *screen; SDL_Surface *image; SDL_Rect src,dest; src.x=0; src.y=0; SDL_Init(SDL_INIT_VIDEO);