代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/404805/11477973
c fbcon-cfb4.c
/*
* linux/drivers/video/cfb4.c -- Low level frame buffer operations for 4 bpp
* packed pixels
*
* Created 26 Dec 1997 by Michael Schmitz
* Based on the old macfb.c 4bpp code by Alan Cox
*
www.eeworm.com/read/258191/11877749
cpp setoperations.cpp
//: C21:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Set operations on sorted r
www.eeworm.com/read/151211/12229020
txt 73.txt
使用浏览器的文件复制对话框
By John Percival
介绍
Ever wanted to use the dialog box that appears when you do file operations in Explorer? Well, it is not
that hard to work, and can be used to provide some v
www.eeworm.com/read/338766/12285945
cpp auxfun.cpp
#include "auxfun.h"
//#include "boost/filesystem/operations.hpp"
//#include "boost/filesystem/path.hpp"
int read_files_in_dir(const string& dir_path, vector& file_names)
{
return
www.eeworm.com/read/228933/14357463
h atomic.h
#ifndef __ARCH_I386_ATOMIC__
#define __ARCH_I386_ATOMIC__
/*
* Atomic operations that C can't guarantee us. Useful for
* resource counting etc..
*/
#ifdef CONFIG_SMP
#define LOCK "lock ; "
#els
www.eeworm.com/read/227241/14436336
h ufile.h
/*
* User file operations
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
#ifndef _JOE_UFILE_H
#define _JOE_UFILE_H 1
extern int exask; /* Ask for fil
www.eeworm.com/read/226560/14459447
cpp setoperations.cpp
//: C05:SetOperations.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Set operations on sorted r
www.eeworm.com/read/221047/14759817
html module-shutil.html
6.21 shutil -- High-level file operations
www.eeworm.com/read/120923/14782789
cpp setoperations.cpp
//: C08:SetOperations.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Set operations on sorte