代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/377363/2701305
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/353640/3084235
c dlllib.c
/* dllLib.c - efficient doubly linked list subroutine library */
/* Copyright 1984-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01n,11nov0
www.eeworm.com/read/352665/3093838
readme
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It can solve C-SVM classification,
nu-SVM classification, one-class-SVM, epsilon-SVM regression,
and nu-S
www.eeworm.com/read/112569/15482942
txt wilson.txt
Efficient Variable Automatic Buffers
by Matthew Wilson
Listing 1:
static const char *m1[] = "static";
void func1(size_t index)
{
char m2[4097] = "";
char *m3 =
www.eeworm.com/read/106962/15616600
readme
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It can solve C-SVM classification,
nu-SVM classification, one-class-SVM, epsilon-SVM regression, and
nu-S
www.eeworm.com/read/390183/8480409
c hashtbl.c
/*
* hashtbl.c
*
* Efficient dictionary hash table class.
*/
#include "compiler.h"
#include
#include
#include "nasm.h"
#include "hashtbl.h"
#define HASH_INI
www.eeworm.com/read/390183/8480660
h hashtbl.h
/*
* hashtbl.h
*
* Efficient dictionary hash table class.
*/
#ifndef NASM_HASHTBL_H
#define NASM_HASHTBL_H
#include
#include
#include "nasmlib.h"
struct has
www.eeworm.com/read/432289/8612918
cpp dequeoverflow.cpp
//: C20:DequeOverflow.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A deque is much more efficient than
www.eeworm.com/read/178378/9404385
cpp dequeoverflow.cpp
//: C20:DequeOverflow.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A deque is much more efficient than
www.eeworm.com/read/364078/9922183
cpp prefixspan.cpp
/*
PrefixSpan: An efficient algorithm for sequential pattern mining
$Id: prefixspan.cpp,v 1.3 2002/01/07 01:30:04 taku-ku Exp $;
Copyright (C) 2002 Taku Kudo All rights reserved.
This is free s