代码搜索:Customized
找到约 858 项符合「Customized」的源代码
代码结果 858
www.eeworm.com/read/290325/8489805
h tu_file.h
// tu_file.h -- Ignacio Casta駉, Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// A very generic file class that can be customized
www.eeworm.com/read/283028/9046464
txt abstract.txt
The Virtual COM port project is a demo program for the Keil MCB2140
Board using the Philips LPC214x Microcontroller.
It demonstrates an USB Virtual COM port based on a customized
USB host driver
www.eeworm.com/read/184374/9107517
txt abstract.txt
The Virtual COM port project is a demo program for the Keil MCB2140
Board using the Philips LPC214x Microcontroller.
It demonstrates an USB Virtual COM port based on a customized
USB host driver
www.eeworm.com/read/449532/7501103
txt abstract.txt
The Virtual COM port project is a demo program for the Keil MCB2140
Board using the Philips LPC214x Microcontroller.
It demonstrates an USB Virtual COM port based on a customized
USB host driver
www.eeworm.com/read/140582/5785782
in _updown_x509.in
#! /bin/sh
#
# customized updown script
#
# logging of VPN connections
#
# tag put in front of each log entry:
TAG=vpn
#
# syslog facility and priority used:
FAC_PRIO=local0.notice
#
# to create a sp
www.eeworm.com/read/110109/6165749
java person_sqldata.java
/**
* This is the SQLData customized class of SQL object type
* "Person_t".
*/
import java.sql.*;
public class Person_sqldata implements SQLData
{
String sql_type;
public int ssn;
public St
www.eeworm.com/read/264377/11317909
bak make.defines.linux.bak
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/mike/pipe
CC=gcc
COMPILE.c=$(CC) $(C
www.eeworm.com/read/408881/11366320
java planet_j.java
/*
* This is the ORAData customized class of "PLANET_T".
* This is used in NestedCollection.java.
* Please use jdk1.2 or later version and classes12.zip
*/
import java.sql.*;
import oracle.sql.*;