代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/425805/2003033

c map.c

/* $Id: map.c,v 1.6 2003/09/04 03:09:52 weiym Exp $ ** ** Mapping operations of GDI ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current maintaine
www.eeworm.com/read/416749/2108704

php filelike.inc.php

www.eeworm.com/read/416749/2109049

php folderutil.inc.php

www.eeworm.com/read/416031/2130257

c short.c

/* * short.c -- Simple Hardware Operations and Raw Tests * short.c -- also a brief example of interrupt handling ("short int") * * $Id: short.c,v 1.20 2001/03/16 21:04:49 rubini Exp $ * *******
www.eeworm.com/read/410514/2209676

c rect.c

/* ** $Id: rect.c,v 1.10 2003/09/04 03:09:52 weiym Exp $ ** ** Rectangle operations of GDI. ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 200
www.eeworm.com/read/410514/2209685

c screen.c

/* ** $Id: screen.c,v 1.15 2003/09/04 03:09:52 weiym Exp $ ** ** Screen operations of GDI ** ** Copyright (C) 2000, Wei Yongming. ** ** Current maintainer: Wei Yongming. ** Create date: 2000/0
www.eeworm.com/read/410514/2209689

c coor.c

/* ** $Id: coor.c,v 1.7 2003/09/04 03:09:52 weiym Exp $ ** ** Coordinates operations of GDI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current
www.eeworm.com/read/410514/2209693

c map.c

/* $Id: map.c,v 1.6 2003/09/04 03:09:52 weiym Exp $ ** ** Mapping operations of GDI ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current maintaine
www.eeworm.com/read/400494/2352275

texi llio.texi

@node Low-Level I/O, File System Interface, I/O on Streams, Top @chapter Low-Level Input/Output This chapter describes functions for performing low-level input/output operations on file descriptors.
www.eeworm.com/read/398634/2375355

test bool.test

# # Test of boolean operations with NULL # --disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings SELECT IF(NULL AND 1, 1, 2), IF(1 AND NULL, 1, 2); SELECT NULL AND 1, 1 AND NULL, 0 AND NULL,