代码搜索:functionality

找到约 4,782 项符合「functionality」的源代码

代码结果 4,782
www.eeworm.com/read/466558/7026872

h threadpool.h

/** * threadpool.h * * This file declares the functionality associated with * your implementation of a threadpool. */ #ifndef __threadpool_h__ #define __threadpool_h__ #ifdef __cplusplus extern
www.eeworm.com/read/465663/7051497

h tommath.h

/* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * *
www.eeworm.com/read/399140/7886781

vhd enc_func.vhd

-- ************************************************************************** -- Owner: Xilinx Inc. -- File: enc_func.vhd -- -- Purpose: Main 8B/10B encoder functionality. Follows rules --
www.eeworm.com/read/399139/7886907

vhd enc_func.vhd

-- ************************************************************************** -- Owner: Xilinx Inc. -- File: enc_func.vhd -- -- Purpose: Main 8B/10B encoder functionality. Follows rules --
www.eeworm.com/read/198647/7917744

readme

AGREPY: PYTHON PORT OF AGREP Version 1.2 September 2002 INTRODUCTION These files contain a port, to Python of the inexact string matching functionality of agrep. Agrep, written b
www.eeworm.com/read/197100/8031180

cpp scanutils.cpp

// Copyright 2006 Google Inc. // All Rights Reserved. // Author: renn // // The fscanf, vfscanf and creat functions are implemented so that their // functionality is mostly like their stdio counterpar
www.eeworm.com/read/246290/12742544

cs mypointf.cs

using System; using System.Drawing; using Microsoft.DirectX; namespace SpaceWar { /// /// Extends the functionality of the PointF class to include vector operations and rotation.
www.eeworm.com/read/140161/13103260

txt technica.txt

XLIB is a simple librarian for the old DOS library format. The basic functionality is to read in the target library, if it exists, into a list of its component object files. Then object files are
www.eeworm.com/read/325128/13225922

h threadpool.h

/** * threadpool.h * * This file declares the functionality associated with * your implementation of a threadpool. */ #ifndef __threadpool_h__ #define __threadpool_h__ #ifdef __cplusplus extern
www.eeworm.com/read/138014/13272702

txt regression.txt

Polynomial fit functions ======================== RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want li