代码搜索:Routine
找到约 10,000 项符合「Routine」的源代码
代码结果 10,000
www.eeworm.com/read/290244/8493377
c 16c84的rb口中断程序.c
Interrupts - Part II, Interrupt on RB Change
Introduction
This discussion deals with the interrupt on RB change feature. It assumes the reader is familiar with the general discussion dealing
www.eeworm.com/read/389730/8506463
txt uninstall.txt
Run the Abakus uninstall routine from Windows -> Controlpanel -> Software
The uninstall routine will
- uninstall all packages in Delphi & CBuilder
- uninstall all Helpfiles
- delete Abakus files
www.eeworm.com/read/388251/8622769
hpp timeconverters.hpp
#pragma ident "$Id: TimeConverters.hpp 70 2006-08-01 18:36:21Z ehagen $"
#ifndef GPSTK_TIMECONVERTERS_HPP
#define GPSTK_TIMECONVERTERS_HPP
//=======================================================
www.eeworm.com/read/288527/8625526
tex sga-c.tex
\documentstyle[apaua]{article}
\pagestyle{empty}
\oddsidemargin=0in
\evensidemargin=0in
\topmargin=0.5in
\textheight=9in
\textwidth=6.5in
\footheight=0in
\columnsep=0.25in
\headsep=0in
\h
www.eeworm.com/read/285126/8867249
c deviosup.c
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
DevIoSup.c
Abstract:
This module implements the low lever disk read/write support for Udfs.
Author:
Dan Lov
www.eeworm.com/read/426756/9001555
c systffs.c
/* sysTffsStub.c - BSP stub for TrueFFS Socket Component Driver */
/* Copyright 1984-2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,22ma
www.eeworm.com/read/283498/9015971
txt util.txt
Utility Routines
----------------
The following routines are all Utility Routines. The first routines listed
below compute the number of print positions required by a 16-bit and 32-bit
signed a
www.eeworm.com/read/283498/9015984
txt memory.txt
Memory Management Routines
--------------------------
The stdlib memory management routines let you dynamically allocate storage on
the heap. These routines are somewhat similar to those provide
www.eeworm.com/read/283498/9015986
txt strings.txt
String Handling Routines
------------------------
Manipulating text is a major part of many computer applications. Typically,
strings are inputed and interpreted. This interpretation may involve
www.eeworm.com/read/283498/9016006
txt charset.txt
Character Set Routines
----------------------
The character set routines let you deal with groups of characters as a set
rather than a string. A set is an unordered collection of objects where