代码搜索结果
找到约 10,000 项符合
Screen 的代码
plot_fft.pro
; NAME: plot_FFT
;
; PURPOSE: IDL procedure to read in a field surface data from a .txt file
; generated by dumping ASCII data from the XOOPIC gui.
;
; CATEGORY:
;
; CALLING SEQUENCE
plot_ptcl_density.pro
; NAME: plot_ptcl_density
;
; PURPOSE: IDL procedure to read in particle density data from a .txt file
; generated by dumping ASCII data from the XOOPIC gui.
;
; CATEGORY:
;
; CALLIN
plot_chirpspectrogram.pro
; NAME: plot_FFT
;
; PURPOSE: IDL procedure to read in a field surface data from a .txt file
; generated by dumping ASCII data from the XOOPIC gui.
;
; CATEGORY:
;
; CALLING SEQUENCE
plot_fft_1d.pro
; NAME: plot_FFT_1d
;
; PURPOSE: IDL procedure to read in FFT power spectra density data from
; a .txt file generated by dumping ASCII data from either the
; XOOPIC or the
mspawn.c
/*
Minimal test program for checking CTask DOS spawn compatibility.
NOTE: Task 1 does a "screensnap" every second. This is only useful
in a dual-monitor system.
The mon
如何将鼠标锁定在一定的范围内呢 (2001年1月8日).txt
如何将鼠标锁定在一定的范围内呢 (2001年1月8日)
网友更新 分类:Win API 作者: nbwzw(推荐) 推荐:nbwzw 阅读次数:389
(http://www.codesky.net)
--------------------------------------------------------------------------------
f_wipe.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
tile.cpp
/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and
* Jerremy Koot (jkoo
textinfo.c
#include
void main(void)
{
struct text_info text;
gettextinfo(&text);
cprintf("Screen coordinates %d,%d to %d,%d\r\n",
text.wintop, text.winleft, text.winbottom, t
demo7_4.cpp
// DEMO7_4.CPP 8-bit double buffering demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include