代码搜索:routines 开发教程

找到约 10,000 项符合「routines 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/380385/9150980

cpp xmlmvc.cpp

// XmlMvc.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #ifdef _DEBUG #define new DEBUG_NEW #endif
www.eeworm.com/read/183326/9168900

3x curs_inwstr.3x

.\"*************************************************************************** .\" Copyright (c) 2002-2004,2005 Free Software Foundation, Inc. * .\"
www.eeworm.com/read/379812/9175079

c lcdgetp.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/379812/9175101

c lcd_getpixelcolor.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/182200/9211887

c test_bitstrings.c

/********************************************************************** test_bitstrings.c ********************************************************************** test_bitstrings - Test GAUL bitst
www.eeworm.com/read/182200/9211999

readme

gaul-devel/src/README ===================== This directory contains the core GAUL source-code. The files are: gaul.h The public header file to be included in source code
www.eeworm.com/read/181792/9236886

c etherinputdemo.c

/* etherInputDemo.c - Demo for using low-level ethernet input routines */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01e,06nov97,mm adde
www.eeworm.com/read/181087/9275027

makefile lib386.makefile

# Makefile for 386 support routines for c386 OBJ = alloca.o support.o AS = cc -c AR = ar LIB = /usr/lib all : ${OBJ} install: ${OBJ} ar crv ${LIB}/libc.a ${OBJ}
www.eeworm.com/read/177981/9424801

rea malloc~1.rea

########################################################### Information on file: malloc4.c Written by Xavier Bouyssounouse. ########################################################### Routines in
www.eeworm.com/read/177981/9425015

m initubin.m

function out=initubin(bits) % % Initialises a vector for the fast unbin routines % n=[]; for i=1:bits n(i)=2^(bits-i); end out=n;