代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/260597/4331091
h psint.h
/* File: psint.h - Defines which apply to the QBI Parser */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file psint.inc
www.eeworm.com/read/260597/4331120
h lister.h
/* File: lister.h - Defines which apply to the QBI Lister */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file LISTER.INC
www.eeworm.com/read/160877/5564965
txt ibdemo.txt
PURPOSE:
--------
This demo is designed to show the use of InterBases' event alerters.
USE:
----
To use the Event Alerter demo:
1) Start by making sure that the Local InterBase engine i
www.eeworm.com/read/472930/6859893
cpp offclient.cpp
//#ifdef _OffClient
/* -*- Off Client -*-
* Custom initialization and destruction
* Only one thread is created to both parse server info and do decision-making.
* To capture the desired cycle
www.eeworm.com/read/170674/9794226
cpp lesson1.cpp
/*
* This Code Was Created By Jeff Molofee 2000
* A HUGE Thanks To Fredric Echols For Cleaning Up
* And Optimizing This Code, Making It More Flexible!
* If You've Found This Code Useful, P
www.eeworm.com/read/334779/12573852
h d_tnode.h
#ifndef TREENODE
#define TREENODE
// represents a node in a binary tree
template
class tnode
{
public:
// tnode is a class implementation structure. making the
// data pu
www.eeworm.com/read/133734/14028909
txt readme.txt
USB Keyboard/Mouse Combination Device
Overview:
This example firmware is based on Microchip's USB Support Firmware. The purpose of this example is to provide a model for making a USB combinatio
www.eeworm.com/read/133537/14036760
conf web-ftp.conf
#### CONFIG ####
#This is the host machine you will connect to automatically
#leave this blank to allow users to connect to any computer
#they want to, effectively making Web-FTP an ftp client.
#To
www.eeworm.com/read/203067/15365936
xgrafix makefile.xgrafix
# To install in a certain directory,
# say "make install DESTDIR=dir" after making all.
#
# look in the Imake.tmpl for the various system-defined symbols...
# ***************************************