代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/152752/12087960
sbk fields.sbk
.set reorder
.globl x
.data
.align 2
x:
.word 0x1
.byte 0x2
.space 3
.byte 0x0
.byte 0x34
.space 2
.byte 0xa
.byte 0x6
.space 2
.globl i
.sdata
.align 2
i:
.word 0x10
.globl y
.sda
www.eeworm.com/read/340875/12129716
v control.v
module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2);
output Red1;
output Red2;
output Yellow1;
output Yellow2;
output Green1;
output Green2;
input [1:0] EN_in;
input
www.eeworm.com/read/340417/12161009
eqn gate_control.fit.eqn
--A1L32 is fref~100 at LC9
A1L32_p1_out = SW1 & f10hz;
A1L32_p2_out = !SW1 & f1hz;
A1L32_or_out = A1L32_p1_out # A1L32_p2_out;
A1L32 = A1L32_or_out;
--A1L22 is fref~94 at LC8
A1L22_p1_out =
www.eeworm.com/read/150794/12260711
c km12.c
//两位十进制数x转换成BCD码存在变量y中
#include
main()
{unsigned char x,y,gw,sw;
gw=x%10;
sw=x/10;
sw=sw
www.eeworm.com/read/132313/14100502
cpp childfrm.cpp
// ChildFrm.cpp : implementation of the CChildFrame class
//
#include "stdafx.h"
#include "DVFSTest.h"
#include "ChildFrm.h"
#include "SplitFrame.h"
#include "DataView.h"
#ifdef _DEBUG
www.eeworm.com/read/233961/14127319
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/233652/14143530
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 URL
www.eeworm.com/read/129741/14228731
bas mdlfile.bas
Attribute VB_Name = "mdlFile"
Public fso As Scripting.FileSystemObject
Public drvs As Scripting.Drives
Public drv As Scripting.Drive
Public fldr As Scripting.folder
Public fldrs As Scripting.Fold
www.eeworm.com/read/128062/14317694
cpp aa.cpp
// aa.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "windows.h"
int main(int argc, char* argv[])
{
// printf("Hello World!\n");
WinExec("C:\\windo
www.eeworm.com/read/127536/14350680
cpp paint.cpp
// Paint.cpp : implementation file
//
#include "stdafx.h"
#include "MyPaint.h"
#include "Paint.h"
#include "MyPaintDoc.h"
#include "MyPaintView.h"
#include "MainFrm.h"
#include "math.h"
#if