代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/449530/7501338

c binbit.c

/* binbit.c -- using bit operations to display binary */ #include char * itobs(int, char *); void show_bstr(const char *); int main(void) { char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/444452/7612550

h cbcl_model_internal.h

/*! * * * sharat@mit.edu */ #ifndef __cbcl_model_internal_h__ #define __cbcl_model_internal_h__ #include "image.h" #include "filter.h" #include "opts.h" #include "operations.h" #include
www.eeworm.com/read/443686/7628593

cpp setoperations.cpp

//: C05:SetOperations.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Set operations on sorted r
www.eeworm.com/read/436895/7759273

m arithmetic.m

%Question No:1 %Write a MATLAB function which performs the four arithmetic operations %between two images. function arithmetic(x,y) a=imread(x); b=imread(y); a=im2double(a); b=im2double(b);
www.eeworm.com/read/399906/7825362

htm otl3_ex108.htm

OTL 4.0, Example 108 (OTL/ODBC and bulk operations with MS SQL Servers's TEXT)
www.eeworm.com/read/399906/7825390

htm otl4_ex513.htm

OTL 4.0, Example 513 (OTL/ODBC and bulk operations with MS SQL Servers's TEXT)
www.eeworm.com/read/144648/12778275

in cart_ctl.8.in

.TH CART_CTL 8 "2000 October 9" "Debian Project" .SH NAME cart_ctl \- perform operations on cartridges, e.g. moves .SH SYNOPSIS .B cart_ctl [ -ilmtefFr ] [ -P [ ] ] \ [ -s
www.eeworm.com/read/245818/12779447

c binbit.c

/* binbit.c -- using bit operations to display binary */ #include char * itobs(int, char *); void show_bstr(const char *); int main(void) { char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/331826/12804816

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.132.1.3 2007/12/28 15:32:23 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/140830/13060096

c re.c

/* Certificate request creation. Demonstrates some request related * operations. */ #include #include #include #include #include