代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7450147
cpp 2569608_ac_171ms_1268k.cpp
# include
# include
# define MAX 10011
using namespace std;
typedef int stack;
struct node
{
char out[100];
double x, y;
}Q[MAX];
int n, L, low;
double lowx, low
www.eeworm.com/read/451694/7458080
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, StdCtrls, ExtCtrls, jpeg, DB, DBTables, Menus,
XPBarMenu, ComCtrls
www.eeworm.com/read/445413/7595638
m bft_sub_image.m
%BFT_SUB_IMAGE Subtract one low-res image from high-res one.
%
%USAGE : [hi_res] = bft_sub_image(hi_res, lo_res, element, start_time)
%
%INPUT : hi_res - High resolution RF image. One column per s
www.eeworm.com/read/445413/7595649
m bft_add_image.m
%BFT_ADD_IMAGE Add a low resolution to hi resolution image.
%
%USAGE : [hi_res] = bft_add_image(hi_res, lo_res, element, start_time)
%
%INPUT : hi_res - High resolution RF image. One column per scan
www.eeworm.com/read/444804/7605900
m51 cs19-1.m51
BL51 BANKED LINKER/LOCATER V5.03 02/18/2007 18:35:11 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE CS19-1
www.eeworm.com/read/439878/7697689
m func_morton.m
function scan = func_morton(pos,n);
% The matrix should be n by n
% For position we start counting from 0
%
% position = [0:(n*n)-1];
% scan = morton(position, n);
% Copyright 2002 Pasch
www.eeworm.com/read/439878/7697698
m func_decode_significancemap.m
function img_wavedata_dec = func_decode_significancemap(img_wavedata_dec, significance_map, threshold, scan);
% img_wavedata_dec: input wavelet coefficients
% significance_map: string containing
www.eeworm.com/read/399963/7819230
c moveadd.c
/* We include the following header files,
define some character arrays and a pointer to those arrays
and then initialize the curses structures. */
#include
#include
#in
www.eeworm.com/read/399708/7840489
c main.c
#include
#define MAXSIZE 10
typedef struct{
int key;
//int otherinfo;
}Array_node;
/*===============================================*/
//直接插入排序
/*==========================
www.eeworm.com/read/395516/7885654
m51 led.m51
BL51 BANKED LINKER/LOCATER V6.00 12/24/2008 10:21:18 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 3cycle