代码搜索:SW

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

代码结果 10,000
www.eeworm.com/read/244890/12838413

asm spislv.asm

;**************************************************************************** ; File Name : TMS320x240 SPI Slave Mode Example Code ; ; TMS320x240 SPI example code #2: 4 Pin SPI option ;
www.eeworm.com/read/244890/12838459

asm spimstr.asm

;**************************************************************************** ; File Name : TMS320x240 SPI Master Mode Example Code ; ; TMS320x240 SPI example code #1: 4 Pin SPI option ;
www.eeworm.com/read/143108/12898522

m dft.m

function sw=dft(st) % DFT function M=length(st); N=M; WN=exp(2*pi*j/N); %main loop for n=0:N-1 temp=0; for m=0:M-1 temp=temp+st(m+1)*WN^(-n*m); end sw(n+1)=temp;
www.eeworm.com/read/330251/12904754

cs studentticket.cs

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Runtime.Serialization.Formatters.Binary; namespace GreenBirdCinema { /// //
www.eeworm.com/read/330251/12904768

cs freeticket.cs

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Runtime.Serialization.Formatters.Binary; namespace GreenBirdCinema { /// //
www.eeworm.com/read/327334/13085085

asm spislv.asm

;**************************************************************************** ; File Name : TMS320x240 SPI Slave Mode Example Code ; ; TMS320x240 SPI example code #2: 4 Pin SPI option ;
www.eeworm.com/read/327334/13085144

asm spimstr.asm

;**************************************************************************** ; File Name : TMS320x240 SPI Master Mode Example Code ; ; TMS320x240 SPI example code #1: 4 Pin SPI option ;
www.eeworm.com/read/139653/13144919

txt 文件写入.txt

private void button1_Click(object sender, System.EventArgs e) { using (StreamWriter sw = new StreamWriter("md5.txt")) { // Add some text to the file. sw.Write("This is the "); sw
www.eeworm.com/read/137781/5818149

bas hpibdv.bas

' hpibdv.bas Sub Main () Dim dvm As Integer Dim sw As Integer Dim res As Double Dim i As Integer Dim argcount As Integer ' Open the multimete and switch sessions dvm
www.eeworm.com/read/135153/5888652

h aztcd.h

/* $Id: aztcd.h,v 2.60 1997/11/29 09:51:22 root Exp root $ * * Definitions for a AztechCD268 CD-ROM interface * Copyright (C) 1994-98 Werner Zimmermann * * based on Mitsumi CDROM driver by Marti