代码搜索:如何学习 routines?
找到约 10,000 项符合「如何学习 routines?」的源代码
代码结果 10,000
www.eeworm.com/read/316958/13513578
c crc_routines.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/306033/13754455
htm tpaxscripter_routines.htm
TPAXScripter Registration Routines
FreeImportLibar
www.eeworm.com/read/147331/5731612
c timer_routines.c
/* Helper code for POSIX timer implementation on LinuxThreads.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku
www.eeworm.com/read/101082/6251918
s vme_routines.s
/* static char *sccsid = "@(#)vme_routines.s 4.2 (ULTRIX) 10/12/90" */
/************************************************************************
*
www.eeworm.com/read/203314/6301878
h crc_routines.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/203314/6301901
c crc_routines.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/407152/11427728
h vga_routines.h
#ifndef VGA_ROUTINES_H_
#define VGA_ROUTINES_H_
#include
#include
#include
#define VGA_LINE_WIDTH_LOG2 10
#define VGA_LINE_WIDTH (1
www.eeworm.com/read/407152/11427729
c vga_routines.c
#include "vga_routines.h"
#include "vga_regs.h"
#include
int vga_init( void* vga_base )
{
IOWR_VGACARD_CTRL( vga_base, 0 );
if( ( IORD_VGACARD_CTRL( vga_base ) & IORD_VGACA
www.eeworm.com/read/154700/11934213
f90 routines.f90
RECURSIVE FUNCTION DIFFER(func_name,as,param_no, &
eps_of_param_no) result(diff)
implicit none
real(8), dimension(:,:) ::as
real(8), dimension(size(as,d
www.eeworm.com/read/250049/12440496