代码搜索:Implementations

找到约 4,027 项符合「Implementations」的源代码

代码结果 4,027
www.eeworm.com/read/156908/11752900

c bmark.c

/* * Benchmarking program for PK implementations * * Copyright (c) 1988-1999 Shamus Software Ltd. */ #include #include #include "miracl.h" /* define minimum dura
www.eeworm.com/read/341568/12077153

readme

The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. T
www.eeworm.com/read/252679/12268685

gcc makefile.gcc

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for port of gcc producing # native Win32-Intel binaries. Derived from makefile.w32. # Currently supported implementations: Cygwin and MinGW. # Author
www.eeworm.com/read/128880/14273904

readme

The following directories contain implementations of Posix message queues of Posix semaphores, using some other technique: my_pxmsg_mmap/ implements Posix message queues using mmap my_pxsem_fifo/ i
www.eeworm.com/read/128880/14274077

readme

The following directories contain implementations of Posix message queues of Posix semaphores, using some other technique: my_pxmsg_mmap/ implements Posix message queues using mmap my_pxsem_fifo/ i
www.eeworm.com/read/128880/14274115

readme

The following directories contain implementations of Posix message queues of Posix semaphores, using some other technique: my_pxmsg_mmap/ implements Posix message queues using mmap my_pxsem_fifo/ i
www.eeworm.com/read/128880/14274173

readme

The following directories contain implementations of Posix message queues of Posix semaphores, using some other technique: my_pxmsg_mmap/ implements Posix message queues using mmap my_pxsem_fifo/ i
www.eeworm.com/read/128846/14276602

txt 87.txt

Modular code Modular code keeps implementations isolated so that they depend on other code as little as possible. Though modular code does not affect how well your code executes, you will get many b
www.eeworm.com/read/224612/14580013

cpp elements.cpp

// Implementations of the element classes #include "stdafx.h" #include #include "OurConstants.h" #include "Elements.h" IMPLEMENT_SERIAL(CElement, CObject, VERSION_NUMBER) IMPLEMEN
www.eeworm.com/read/224612/14580116

cpp elements.cpp

// Implementations of the element classes #include "stdafx.h" #include #include "OurConstants.h" #include "Elements.h" // CLine class constructor CLine::CLine(const CPoint& Start,