代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/458661/7291979
m scan.m
% scan.m - scan array with given scanning phase
%
% Usage: ascan = scan(a, ps0)
%
% a = array weights to be scanned (must be row vector)
% ps0 = scanning phase in radians
%
% ascan = scanned
www.eeworm.com/read/457248/7330342
cpp scan.cpp
#include "globals.h"
#include "util.h"
#include "scan.h"
#include
extern FILE* source;
extern int EchoSource;
typedef enum
{START,INCOMMENT,INNUM,INID,DONE} StateType;
char to
www.eeworm.com/read/457248/7330350
obj scan.obj
www.eeworm.com/read/457248/7330368
sbr scan.sbr
www.eeworm.com/read/456920/7336999
c scan.c
/****************************************************/
/* File: scan.c */
/* The scanner implementation for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/456920/7337000
h scan.h
/****************************************************/
/* File: scan.h */
/* The scanner interface for the TINY compiler */
/* Compiler Construction: Princi
www.eeworm.com/read/455016/7379972
h as_scan.h
#ifndef __AS_SCAN_H__
#define __AS_SCAN_H__
// 网段内主机信息双向链表
typedef struct _LAN_HOST_INFO {
char IpAddr[4 * 4]; /* 主机IP地址 */
char HostName[25]; /* 主机名 */
unsigned char ucMacAddr[4]; /* 主机网卡地
www.eeworm.com/read/454126/7397831
class scan.class
www.eeworm.com/read/454126/7397843
java scan.java
package mainface;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class Scan implements ActionListener{
String head[]={"编号","学号","姓名","生日","数学","英语","C语言"};
Stri