代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/235556/14063702
cs capturescreen.cs
using System;
using System.Drawing;
namespace SampleGrabberNET
{
///
/// This class shall keep all the functionality for capturing
/// the desktop.
///
public cl
www.eeworm.com/read/235556/14063731
cs capturescreen.cs
using System;
using System.Drawing;
namespace SampleGrabberNET
{
///
/// This class shall keep all the functionality for capturing
/// the desktop.
///
public cl
www.eeworm.com/read/200886/15420647
m myprint.m
%function myPrint(FP,str);
function myPrint(FP,str);
%% print str both to the screen, and to the file given by FP
fprintf([str '\n']);
if FP>0
fprintf(FP,[str '\n']);
end
www.eeworm.com/read/200272/15436028
txt k函数.txt
函数名: kbhit
功 能: 检查当前按下的键
用 法: int kbhit(void);
程序例:
#include
int main(void)
{
cprintf("Press any key to continue:");
while (!kbhit()) /* do nothing */ ;
cprintf("\r
www.eeworm.com/read/113613/15452342
h v_video.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/113583/15452931
c help.c
/*
* help Print a help window.
*
* This file is part of the minicom communications package,
* Copyright 1991-1995 Miquel van Smoorenburg.
*
* This program is free software; you can redistrib
www.eeworm.com/read/112950/15473558
doc get3270.doc
GET3270
GET3270 copies the screen of a 3270 session to the standard
output device. Using redirection the screen contents can be
copied to a file, printer or other device. I