代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/432387/8607221
c circbuff.c
// circbuff.cpp
char BuffStart[18];
char *BuffDataEnd, *BuffEnd, *BuffDataStart;
void CBUFF_Init( void )
{
BuffDataStart = BuffStart;
BuffDataEnd = BuffStart;
BuffEnd = Buf
www.eeworm.com/read/288213/8647180
m segyoutput.m
function segyoutput(sgyfile, datain, sampint, numsamps, numtraces, format, platform)
% function segyoutput(sgyfile, datain, sampint, numsamps, numtraces, format, platform)
%
% Writes seismic data
www.eeworm.com/read/382993/8982501
m altwritesegy.m
function altwritesegy(sgyfile, datain, sampint, numsamps, numtraces, segfmt, byteorder)
% altwritesegy - a platform independent SEG-Y file writer
%
% This is a special version of writesegy meant fo
www.eeworm.com/read/382993/8982549
m segyoutput.m
function segyoutput(sgyfile, datain, sampint, numsamps, numtraces, format, platform)
% function segyoutput(sgyfile, datain, sampint, numsamps, numtraces, format, platform)
%
% Writes seismic data
www.eeworm.com/read/283498/9016618
c imageprc.c
#include
#include
typedef unsigned char BYTE;
typedef BYTE IMAGE[251][256];
void main (void) {
int h, i, j, k, l, sum, iterations;
IMAGE *datain, *dataou
www.eeworm.com/read/283498/9016621
asm imgprcs1.asm
; IMGPRCS.ASM
;
; An image processing program.
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it. The average is computed
;
www.eeworm.com/read/283498/9016625
asm imgprcs6.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.
www.eeworm.com/read/283498/9016629
asm imgprcs3.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.
www.eeworm.com/read/283498/9016633
asm imgprcs4.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.
www.eeworm.com/read/283498/9016638
asm imgprcs2.asm
; IMGPRCS2.ASM
;
; An image processing program (First optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.