代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/181202/5277924

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/178232/5317561

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/177052/5333374

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
www.eeworm.com/read/169683/5415425

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/346361/3184567

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/327702/3454475

java employeesearchservice.java

package com.jamesholmes.minihr; import java.util.ArrayList; public class EmployeeSearchService { /* Hard-coded sample data. Normally this would come from a real data source such as a d
www.eeworm.com/read/326134/3474401

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/325619/3482097

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
www.eeworm.com/read/321498/3533257

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/303435/3810673

c sfgetl.c

/* Copyright (c) Colorado School of Mines, 2006.*/ /* All rights reserved. */ #include "sfhdr.h" /* Read a long value coded in a portable format. ** ** Written by Kiem-Phong Vo