代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/404030/11492371
c tree.c
#include
#include "lcd.h"
bank3 struct Tree title_first[4]; //Define all title
bank3 struct Tree title_second[2];
bank3 struct Tree title_third[2][3];
const unsigned char title_first_len
www.eeworm.com/read/404030/11492380
c tree_backup.c
#include
#include "lcd.h"
bank3 struct Tree title_first[3]; //Define all title
bank3 struct Tree title_second[2];
bank3 struct Tree title_third[2][3];
const unsigned char *Table_TitleNam
www.eeworm.com/read/404030/11492398
c tree_backup_new.c
#include
#include "lcd.h"
bank3 struct Tree titile[3][2][3];
/*bank3 struct Tree title_first[3]; //Define all title
bank3 struct Tree title_second[2];
bank3 struct Tree title_third[2][3]
www.eeworm.com/read/162614/5525666
ada c36204d.ada
-- C36204D.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/429968/8777476
m encode_symbol.m
function encode_symbol(symbol,cum_freq)
global top_value first_qtr half third_qtr high low bits_to_follow code_value_bits no_of_symbols no_of_chars
format long ;
top_value=2^code_value_bits-1
www.eeworm.com/read/196425/8092809
m encode_symbol.m
function encode_symbol(symbol,cum_freq)
global top_value first_qtr half third_qtr high low bits_to_follow code_value_bits no_of_symbols no_of_chars
format long ;
top_value=2^code_value_bits-1
www.eeworm.com/read/140120/13108061
cpp ex18_10.cpp
/* Code for exercise 18.10.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to
www.eeworm.com/read/315110/13551401
am makefile.am
## Process this file with automake to produce Makefile.in
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@
DEFS = @DEFS@
noinst_PROGRAMS = first second\
www.eeworm.com/read/309344/13673858
c ac_simple2.c
//*********************************************************************************************
//Simple arithmetic coding program for the example of Witten and Neal's paper---
// ---arithmetic codi
www.eeworm.com/read/139332/5800088
hpp self_avoiding_walk.hpp
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
//