代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/359591/10134881
m kmeans_scan.m
function [center_new, J, class_label] = kmeans_scan(y, center, method)
%
%
%
%
[nr, nc] = size(y);
[k, c]= size(center);
class_label = zeros(1,nr);
%center_new = zeros(k,c);
%------------
www.eeworm.com/read/359581/10135171
c scan_str.c
/* scan_str.c -- using scanf() */
#include
int main(void)
{
char name1[11], name2[11];
int count;
printf("Please enter 2 names.\n");
count = scanf("%5s %10s",name1,
www.eeworm.com/read/359310/10156340
c key_scan.c
#include "GloblDef.h"
#include "key.h"
struct SKeyValue xdata KeyValue[KEY_NUM]={
{1,{0}}, //功能键1 KEY_FUN1
{1,{1}}, //退格键 KEY_C
{1,{2}}, //功能键2 KEY_FUN2
{2,{'1','.'}},
{4,{'2','a','b','
www.eeworm.com/read/358020/10197295
rc2 scan.rc2
//
// SCAN.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APSTUDIO_I
www.eeworm.com/read/357508/10208283
c comp_scan.c
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
*
www.eeworm.com/read/356874/10219788
c scan_str.c
/* scan_str.c -- using scanf() */
#include
int main(void)
{
char name1[11], name2[11];
int count;
printf("Please enter 2 names.\n");
count = scanf("%5s %10s",name1,
www.eeworm.com/read/356183/10235361
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/354055/10393669
c key_scan.c
#include "GloblDef.h"
#include "key.h"
struct SKeyValue xdata KeyValue[KEY_NUM]={
{1,{0}}, //功能键1 KEY_FUN1
{1,{1}}, //退格键 KEY_C
{1,{2}}, //功能键2 KEY_FUN2
{2,{'1','.'}},
{4,{'2','a','b','
www.eeworm.com/read/278961/10484838
png scan2.png
www.eeworm.com/read/278024/10581278
asm usb-scan.asm
*****************************************************************************
* Copyright (c) Motorola 1999 *
* File Name: PS2-SCAN.ASM *
*