代码搜索:WIN2
找到约 47 项符合「WIN2」的源代码
代码结果 47
www.eeworm.com/read/210341/15201156
doc win2《windows原理与应用》复习要点.doc
www.eeworm.com/read/101082/6243007
c test.c
#include
#define min(a,b) (a < b ? a : b)
main()
{
WINDOW *win1, *win2, *newwin();
initscr();
win1 = newwin(10, 40, 3, 1); /* Origin at (y,x) = (3,1) and
* size of (dy,
www.eeworm.com/read/101082/6242372
c overwrite.c
#ifdef lint
static char *sccsid = "@(#)overwrite.c 4.1 (ULTRIX) 7/2/90";
#endif lint
# include "curses.ext"
# define min(a,b) (a < b ? a : b)
/*
* This routine writes win1 on win2 destructively.
www.eeworm.com/read/101082/6242993
c overwrite.c
# include "curses.ext"
# define min(a,b) (a < b ? a : b)
/*
* This routine writes win1 on win2 destructively.
*
* 3/27/83 (Berkeley) @(#)overwrite.c 1.3
*/
overwrite(win1, win2)
reg WINDOW *win1
www.eeworm.com/read/124165/14592402
htm p607_window_navigation.htm
var win2 = null;
function open_local() { top.win2=window.open(window.location.href,'test'); }
function open_remote() { top.win2=window.open('http://www.wrox.com','test'); }
www.eeworm.com/read/113517/15454567
cpp clip.cpp
/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary@daniver.demon.co.uk) and
* Jerremy Koot (jkoo
www.eeworm.com/read/431751/8656091
octave example2.octave
#!/usr/bin/octave
#
# script to read window from file and plot transformed result
hold on;
wfile = fopen("example2.samples1.txt", "r", "native");
[win, winsize] = fscanf(wfile, "%g");
fclose(wfile);
www.eeworm.com/read/185315/9043348
c 实例11-5.c
#include
int main(int argc,char*argv[]){
WINDOW *win1,*win2,*subwin;
initscr();
win1= newwin(15,50,1,1);
box(win1,ACS_VLINE,ACS_HLINE);
mvwprintw(win1,2,1,"WINDOW1");
mvwprintw(win1,
www.eeworm.com/read/282753/9069448
c 实例11-5.c
#include
int main(int argc,char*argv[]){
WINDOW *win1,*win2,*subwin;
initscr();
win1= newwin(15,50,1,1);
box(win1,ACS_VLINE,ACS_HLINE);
mvwprintw(win1,2,1,"WINDOW1");
mvwprintw(win1,
www.eeworm.com/read/184780/9076556
c 实例11-5.c
#include
int main(int argc,char*argv[]){
WINDOW *win1,*win2,*subwin;
initscr();
win1= newwin(15,50,1,1);
box(win1,ACS_VLINE,ACS_HLINE);
mvwprintw(win1,2,1,"WINDOW1");
mvwprintw(win1,