代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/237896/13921128
m scan_loss.m
%this program caculates and plots scan loss versus scan angle
clear all
close all
d = 0.6; % element spacing in lambda units
betadeg = linspace(0,22.5,1000);
beta = betadeg .*pi ./180;
den = pi*
www.eeworm.com/read/236033/14035093
c scan1.c
#include "CPLD.h"
void scan1 (void) //jishu1代表基极电压的扫描,jishu2代表集电极电压的扫描
{
if(jishu2==8)
da(0,jishu1); //基极电压的扫描 ,开始阶段jishu2=0;jishu1=0
www.eeworm.com/read/235853/14049021
mcp key_scan.mcp
www.eeworm.com/read/235853/14049024
axf key_scan.axf
www.eeworm.com/read/235853/14049033
axf key_scan.axf
www.eeworm.com/read/205038/15327940
c scan_help.c
/*
* This file is part of TISEAN
*
* Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber
*
* TISEAN is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/200668/15427740
c scan key.c
#include
#include
#include
#include
#include
#include
#include
bit _20ms_Flag;
bit _1s_Flag;
unsigned char KeyState;
www.eeworm.com/read/113915/15444077
java~1~ scan.java~1~
package 编译技术;
public class Scan
{
private int index = 0;
public char GETBC(char[] sentenceChar) {
try
{
while ( (sentenceChar[this.index]) == ' ')
{
this.inde
www.eeworm.com/read/113915/15444081
java~2~ scan.java~2~
package 编译技术;
//import java.lang.Character.*;
public class Scan
{
private int index = 0;
private char[] sentenceChar = new char[1000];
private int senLength = 0;
private Str
www.eeworm.com/read/113915/15444086
java~46~ scan.java~46~
package 编译技术;
/**字符串打描的思想如下
* 首先获取要编译的源程序字符串,并将其中的每一个字符存储在一个字符数组里面
*
*/
public class Scan
{
static int columns = 1; //记录当前列
static int rows = 1; //记录当前行
static int index = 0;