代码搜索:extract
找到约 5,311 项符合「extract」的源代码
代码结果 5,311
www.eeworm.com/read/186612/8922460
asm extract.asm
RSEG
_AX: DSW 1
_AXH EQU (_AX+1)
_BX: DSW 1
_BXH EQU (_BX+1)
_CX: DSW 1
_CXH EQU (_CX+1)
_DX: DSW 1
_DXH EQU (_DX+1)
CSEG
PUBLIC Extract
;input: _ax;_cx
;function: _ax,_cx平方和开方
Extra
www.eeworm.com/read/426899/8992650
asm extract.asm
www.eeworm.com/read/283682/8997581
ico extract.ico
www.eeworm.com/read/382649/9007980
h extract.h
/*
* Copyright (c) 1992, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modif
www.eeworm.com/read/381901/9066727
m extract.m
% Function Extracts lines from M indexed by I
function [M] = extract(M,I); % 筛选功能
%!!!!!!!!!!!!
% 从矩阵M中删除第I行
%!!!!!!!!!!!!
Maux = zeros(size(M));
Maux(I,:) = M(I,:);
M = M - Maux;
[I] = fin
www.eeworm.com/read/380443/9149544
c extract.c
/*
* extract.c -- extract phase from input data
*/
#include
#include
#include
#include
#include "extract.h"
#include "pi.h"
/*
* Get the phase da
www.eeworm.com/read/380443/9149548
h extract.h
#ifndef __EXTRACT
#define __EXTRACT
void GetPhase(int in_format, FILE *ifp, char *in_file, float *phase,
int xsize, int ysize);
void ExtractPhase(int in_format, void *in_data, float
www.eeworm.com/read/378499/9228567
exe extract.exe
www.eeworm.com/read/180643/9300246
bpf extract.bpf
www.eeworm.com/read/180643/9300263