代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/220831/6296483
s51 bcdcal.s51
;Author: rom.cheng@analog.com
;Due to C limit of using DA instrution, BCD operations are not efficient in C program.
NAME BCDCal
PUBLIC BCD32Inc
FUNCTION BCD32Inc,0203H
PUBLIC H
www.eeworm.com/read/410432/11287689
c invert4.c
/* invert4.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int invert_end(int num, int bits);
int main(void)
{
c
www.eeworm.com/read/157453/11704064
cpp echain.cpp
// test extended chain operations
#include
#include "echain.h"
void main(void)
{
Chain L;
L.Insert(0,2).Insert(1,6);
cout
www.eeworm.com/read/154878/11921108
c lstrlib.c
/*
** $Id: lstrlib.c,v 1.98 2003/04/03 13:35:34 roberto Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#include
www.eeworm.com/read/250350/12412481
c lstrlib.c
/*
** $Id: lstrlib.c,v 1.56 2000/10/27 16:15:53 roberto Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#include
www.eeworm.com/read/132141/14107464
cpp echain.cpp
// test extended chain operations
#include
#include "echain.h"
void main(void)
{
Chain L;
L.Insert(0,2).Insert(1,6);
cout
www.eeworm.com/read/131284/14152263
cpp newmat2.cpp
//$$ newmat2.cpp Matrix row and column operations
// Copyright (C) 1991,2,3,4: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#defin
www.eeworm.com/read/15240/439428
h io.h
/*
* include/asm-microblaze/io.h -- Misc I/O operations
*
* Copyright (C) 2003 John Williams
* Copyright (C) 2001,02 NEC Corporation
* Copyright (C) 2001,02 Mi