代码搜索:Implement

找到约 10,000 项符合「Implement」的源代码

代码结果 10,000
www.eeworm.com/read/226030/4788231

c hamming.c

/* Copyright 2001,2002,2003 NAH6 * All Rights Reserved * * Parts Copyright DoD, Parts Copyright Starium * */ #include "hamming.h" /** hamming.c Implement Hamming(15,
www.eeworm.com/read/222913/4817559

c retarget.c

/* ** Copyright (C) ARM Limited, 2001. All rights reserved. */ /* ** This implements a 'retarget' layer for low-level IO. Typically, this ** would contain your own target-dependent implement
www.eeworm.com/read/213767/4912443

txt 0008.txt

Your new syntax implementation should extend @Syntax::Tokenizer@--this sets up a rich domain-specific language for scanning and tokenizing. Then, all you need to implement is the @#step@ method, whic
www.eeworm.com/read/213039/4932371

cpp client.cpp

// client.cpp,v 1.5 2003/11/09 20:44:19 dhinton Exp /* The Client object will implement the nasty details of connecting to communicating with the server */ #include "Client_i.h" #include "
www.eeworm.com/read/211794/4940203

java ply.java

/* Ply - A interface to implement one ply of a chess game. Copyright (C) 2003 The Java-Chess team This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/211794/4940220

java board.java

/* Board - A interface to implement a chess board data structure. Copyright (C) 2003 The Java-Chess team This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/211794/4940228

java piece.java

/* Piece - A interface to implement a data structure for a chess piece. Copyright (C) 2003 The Java-Chess team This program is free software; you can redistribute it and/o
www.eeworm.com/read/209211/4985951

c fpiarm.c

/* * this doesn't attempt to implement ARM floating-point properties * that aren't visible in the Inferno environment. * all arithmetic is done in double precision. * the FP trap status isn't upda
www.eeworm.com/read/208214/4994944

cpp servo_init.cpp

// PID-control of a DC servo process. // // This example shows four ways to implement a periodic controller // activity in TrueTime. The task implements a standard // PID-controller to control a DC-se
www.eeworm.com/read/207861/5000832

c retarget.c

/* ** Copyright (C) ARM Limited, 2001. All rights reserved. */ /* ** This implements a 'retarget' layer for low-level IO. Typically, this ** would contain your own target-dependent implement