代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/140416/13082910
java simplewindow.java
import javax.swing.JWindow;
public class SimpleWindow extends JWindow {
public SimpleWindow() {
super();
setBounds(250, 225, 300, 150);
}
public static void main(
www.eeworm.com/read/241365/13150450
h i8255pc.h
/*-
* ----------------------------------------------------------------------
* File : I8255PC.H
* Creator : Blake Miller
* Version : 01.01.00 February 1991
*
www.eeworm.com/read/137955/13276070
sbk sort.sbk
.set reorder
.globl in
.data
.align 2
in:
.word 0xa
.word 0x20
.word 0xffffffff
.word 0x237
.word 0x3
.word 0x12
.word 0x1
.word 0xffffffcd
.word 0x315
.word 0x0
.globl main
.text
.text
.align 2
.ent
www.eeworm.com/read/323102/13354820
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// sw_addin.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
www.eeworm.com/read/320069/13433253
eqn part2.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/320069/13433265
v part2.v
module part2(SW,KEY,LEDG,HEX0,HEX1,HEX2,HEX3,HEX4,HEX5,HEX6,HEX7);
input [17:0] SW;
input [3:0] KEY;
output [7:0] LEDG;
output [6:0] HEX0,HEX1,HEX2,HEX3,HEX4,HEX5,HEX6,HEX7;
wire [7:0] Q;
www.eeworm.com/read/320069/13433382
eqn part3.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/320069/13433385
v part3.v
module part3(SW,KEY,LEDG,HEX0,HEX1,HEX2,HEX3,HEX4,HEX5,HEX6,HEX7);
input [17:0] SW;
input [3:0] KEY;
output [7:0] LEDG;
output [6:0] HEX0,HEX1,HEX2,HEX3,HEX4,HEX5,HEX6,HEX7;
wire [7:0] Q;
www.eeworm.com/read/318176/13484122
c mrcomba2.c
/*
* MIRACL Comba's method for ultimate speed binary polynomial
* mrcomba2.tpl
*
* Here the inner loops of the basic multiplication, and squaring
* algorithms are completely unrav
www.eeworm.com/read/317492/13504236
m intmain.m
%%%%%%%%%% 通信信号调制识别及解调主程序 %%%%%%%%%%%%%%%
clear all;
close all;
clc
ss=get(0,'screensize'); %屏幕分辨率
sl=ss(1,3); %主程序界面宽度
sw=ss(1,4); %主程序界面高度
swin