代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/481428/6640833
bas internet.bas
Attribute VB_Name = "Internet"
'*************************************************
'* Project: Geek Companion *
'* Programmer: Gnu Kemist GnuKemi
www.eeworm.com/read/477556/6738376
h vector.h
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the ’240x. Unuse
www.eeworm.com/read/265257/11271904
bom 2410_ext.bom
Revised: Tuesday, January 06, 2004
Revision:
Bill Of Materials February 10,2004 17:53:23 Page1
Item Quantity Reference Part
________________________________
www.eeworm.com/read/410134/11301122
m mgtlsdh.m
function m = mgtlsdh(d,w,dh)
% MGTLSDH - Global Total Least Squares misfit computation.
% MGTLSDH(D,W,DH) = || sqrtm(W) * (D - DH) ||_F
%
% See GTLS for the possible formats of W.
[sd,N] = size(d);
i
www.eeworm.com/read/409897/11307826
asm context_switch.asm
; File: context_switch.asm
; Copyright (c) 1998-1999 Murphy Cheng-Che Chen
;
; This program is free software; you can redistribute it and/or modify
; it under the te
www.eeworm.com/read/263713/11345777
asm adc.asm
;此程序只转换一次,软启动ad转换
;============================================================================*
* File name : ADC.asm *
* Description : PRO
www.eeworm.com/read/263516/11359144
m swsum.m
function swsum(a,k)
global SW
if ~a.n, return, end
for i = 1:a.n
idx = findbus(SW,a.bus(i));
SW = swsum(SW,idx,k*a.con(i,6));
end
www.eeworm.com/read/408490/11386571
c source1.c
#include "c8051f340.h"
//unsigned char R[13],L[13],n,i,j;
sbit R1=P2^0;
sbit R2=P2^1;
sbit R3=P2^2;
sbit R4=P2^3;
sbit R5=P2^4;
sbit R6=P2^5;
sbit R7=P2^6;
sbit R8=P2^7;
sbit R9=P3^0
www.eeworm.com/read/400145/11582141
m shuangsanci.m
ff=imread('lena256.bmp'); %读取图像到ff
[mm,nn]=size(ff); %将图像隔行隔列抽取元素,得到缩小一半的图像f
m=mm/2;n=nn/2;
for i=1:m
for j=1:n
f(i,j)=ff(2*i,2*j);
end
end
k=3;
www.eeworm.com/read/157832/11660374
bas modvbworld.bas
Attribute VB_Name = "modvbworld"
Option Explicit
' VB-World.net global support library for demo projects
' John Percival, Feb '99
Public Const URL = "http://www.vb-world.net"
Public Const ema