代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/407093/11429610
c ssp_blas3.c
/*! @file ssp_blas3.c
* \brief Sparse BLAS3, using some dense BLAS3 operations
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
*
www.eeworm.com/read/407093/11429641
c dsp_blas3.c
/*! @file dsp_blas3.c
* \brief Sparse BLAS3, using some dense BLAS3 operations
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
*
www.eeworm.com/read/404805/11477924
c fbcon-vga-planes.c
/*
* linux/drivers/video/fbcon-vga-planes.c -- Low level frame buffer operations
* for VGA 4-plane modes
*
* Copyright 1999 Ben Pfaff and Petr Vandrovec
www.eeworm.com/read/260026/11751219
cxx newmat7.cxx
//$$ newmat7.cxx Invert, solve, binary operations
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT { static ExeCount
www.eeworm.com/read/258434/11864517
c bastrngs.c
/*
** BASIC-like string operations
**
** public domain by Bob Stout
*/
#include
#include
#include
#include
#include
static int str
www.eeworm.com/read/153678/12012342
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 sor
www.eeworm.com/read/153244/12049555
html tut34.html
Iczelion's Win32 Assembly Tutorial No.34: RichEdit Control: More Text Operations
www.eeworm.com/read/341877/12057180
c bastrngs.c
/*
** BASIC-like string operations
**
** public domain by Bob Stout
*/
#include
#include
#include
#include
#include
static int str
www.eeworm.com/read/150914/12246035
java serialnumberchecker.java
//: c13:SerialNumberChecker.java
// Operations that may seem safe are not,
// when threads are present.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh