代码搜索:SW

找到约 10,000 项符合「SW」的源代码

代码结果 10,000
www.eeworm.com/read/164174/10124240

~pas unit2.~pas

unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Buttons, StdCtrls, ExtCtrls; type Tabout = class(TForm) Panel1: TP
www.eeworm.com/read/359271/10158969

asm lsvpwm.asm

;================================================================ ;编译开关 scope_Enable .set 1 ;如名 S01_K .SET 400 ;S01计数的最大值=0.1s/250us .INCLUDE F240.H .INCLUDE Macro.h .INCLUDE
www.eeworm.com/read/358561/10184708

lst ch06.lst

C51 COMPILER V8.12 CH06 08/18/2008 22:23:37 PAGE 1 C51 COMPILER V8.12, COMPILATION OF MODULE CH06 OBJECT MODULE PLACED IN ch
www.eeworm.com/read/357622/10204597

m real_noise.m

function [x1,x2,n1,n2]=real_noise(x1,x2,snr,s1,s2) % =================================================== % function [x1,x2,n1,n2]=real_noise(x1,x2,snr,s1,s2) % % Adds noise to processes x1(n) and x2(
www.eeworm.com/read/357357/10211841

java cardsuit.java

public class CardSuit { public static void main(String args[]) { int key,suit[]=new int[13]; boolean sw[]=new boolean[52];//标志是否已经存在这个数据 for(int i=0;i
www.eeworm.com/read/356634/10223807

dpr kedll.dpr

library KeDLL; uses Windows; const url1 ='UXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; url2 ='VXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
www.eeworm.com/read/280604/10304659

m wscatter.m

function SW = wscatter(x,c); % WSCATTER(x,c) = within-cluster scatter matrix % SW = wscatter(x,c) % x - data % c - classification % SW - within scatter matrix % Copyright (c) 1995 Frank Dellaert %
www.eeworm.com/read/280058/10357922

h context.h

/************************************************************************** * * * PROJECT : MIPS port for uC/OS-II
www.eeworm.com/read/353043/10476492

asm digital_pid_vec.asm

.include "lf2407_regs.h" ;引用头部文件 ;建立中断向量表 .sect ".vectors" ;定义主向量段 Reset_VEC B _cy_begin ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B PHANT
www.eeworm.com/read/353043/10476530

asm fuzzy_pi_vec.asm

.include "lf2407_regs.h" ;引用头部文件 ;建立中断向量表 .sect ".vectors" ;定义主向量段 Reset_VEC B _cy_begin ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B PHANT