代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/479259/6690626
v lab1.v
module lab1(SW,HEX0,HEX1,HEX2,HEX3,HEX4);
input [17:0] SW;
output [0:6] HEX0,HEX1,HEX2,HEX3,HEX4;
wire [2:0] Ma,Mb,Mc,Md,Me,Mf,Mg,Mh;
mux_3bit_5tol M0(SW[17:15], SW[14:12],
www.eeworm.com/read/479259/6690635
bak lab1.v.bak
module lab1(SW,HEX0,HEX1,HEX2,HEX3,HEX4);
input [17:0] SW;
output [0:6] HEX0,HEX1,HEX2,HEX3,HEX4;
wire [2:0] Ma,Mb,Mc,Md,Me,Mf,Mg,Mh;
mux_3bit_5tol M0(SW[17:15], SW[14:12],
www.eeworm.com/read/476573/6756377
java simplewindow.java
import javax.swing.JWindow;
public class SimpleWindow extends JWindow {
public SimpleWindow() {
super();
setBounds(250, 225, 300, 150);
}
public static void main(Stri
www.eeworm.com/read/263516/11358790
m fm_vlim.m
function [Vx,Vn] = fm_vlim(maxV,minV)
% FM_VLIM determines max and min bus voltages
%
% [VMAX,VMIN] = FM_VLIM(MAXV,MINV)
% MAXV -> default max voltage
% MINV -> default min voltage
www.eeworm.com/read/262778/11391542
cpp algo9-3.cpp
// algo9-3.cpp 静态查找表(静态树表)的操作
#include"c1.h"
#define N 9 // 数据元素个数
typedef char KeyType; // 设关键字域为字符型
struct ElemType // 数据元素类型(以教科书例9-1为例)
{
KeyType key;
int weight;
}r[N]={{'A',
www.eeworm.com/read/402313/11538175
cs mainform.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Sys
www.eeworm.com/read/400638/11571271
h stream_server.h
/***
** stream_server.h
***/
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/262111/11606007
cpp algo9-3.cpp
// algo9-3.cpp 静态查找表(静态树表)的操作
#include"c1.h"
#define N 9 // 数据元素个数
typedef char KeyType; // 设关键字域为字符型
struct ElemType // 数据元素类型(以教科书例9-1为例)
{
KeyType key;
int weight;
}r[N]={{'A',
www.eeworm.com/read/156908/11753053
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/344240/11893094
java simplewindow.java
import javax.swing.JWindow;
public class SimpleWindow extends JWindow {
public SimpleWindow() {
super();
setBounds(250, 225, 300, 150);
}
public static void main(Stri