代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/14953/426669
h genrand.h
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or in
www.eeworm.com/read/15135/433083
txt changes.txt
Changes for Version JM 8.6 to JM 8.5
------------------------------------
- encoder: fix command line checking order (KS)
- encoder: fix coded_frame flag (KS)
- encoder: fix skip mode mb pair prob
www.eeworm.com/read/15135/433178
cfg decoder.cfg
test.264 ........H.264 coded bitstream
test_dec.yuv ........Output file, YUV 4:2:0 format
test_rec.yuv ........Ref sequence (for SNR)
10
www.eeworm.com/read/15279/445958
c mt19937ar.c
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or in
www.eeworm.com/read/467733/1496423
h packet_types.h
// IP packet structures...
// -----------------------
// Note: All of this is hard coded little endian!
typedef long n_long;
typedef short n_short;
typedef long n_time;
struct ip
{
www.eeworm.com/read/249895/4444882
java patriciatriekey.java
package org.garret.perst;
import java.net.InetAddress;
/**
* Convert different type of keys to 64-bit long value used in PATRICIA trie
* (Practical Algorithm To Retrieve Information Coded
www.eeworm.com/read/249895/4445161
java patriciatriekey.java
package org.garret.perst;
import java.net.InetAddress;
/**
* Convert different type of keys to 64-bit long value used in PATRICIA trie
* (Practical Algorithm To Retrieve Information Coded
www.eeworm.com/read/245129/4507030
h packet_types.h
// IP packet structures...
// -----------------------
// Note: All of this is hard coded little endian!
typedef long n_long;
typedef short n_short;
typedef long n_time;
struct ip
{
www.eeworm.com/read/242082/4556120
asm sdmasm.asm
;*
;* COW : Character Oriented Windows
;*
;* sdmasm.asm : SDM specific hand coded stuff
title sdmasm - low level utilities for COW SDM
.xlist
include user.inc
.list
sBegin SDM
a
www.eeworm.com/read/238710/4612463
cs namedfonts.cs
// NamedFonts.cs - Shows creating fonts by hard-coded name.
//
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_
// (c) Copyrigh