代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/240787/13197546
v rom2.v
`timescale 1ns / 10ps
module rom2(zero, one, two, three);
output [7:0] zero, one, two, three;
assign zero = 8'd65;
assign one = 8'd66;
assign two = 8'd67;
assign three
www.eeworm.com/read/240787/13197564
v therom.v
`timescale 1ns / 10ps
module rom2(zero, one, two, three);
output [7:0] zero, one, two, three;
assign zero = 8'd65;
assign one = 8'd66;
assign two = 8'd67;
assign three
www.eeworm.com/read/240787/13197585
v therom.v
`timescale 1ns / 10ps
module rom2(zero, one, two, three);
output [7:0] zero, one, two, three;
assign zero = 8'd65;
assign one = 8'd66;
assign two = 8'd67;
assign three
www.eeworm.com/read/138860/13207245
m qupz.m
function y = qupz(x, type)
% QUPZ Quincunx Upsampling (with zero-pad and matrix extending)
%
% y = qup(x, [type])
%
% Input:
% x: input image
% type: [optional] 1 or 2 for selecting the quin
www.eeworm.com/read/324802/13243380
txt datetime-nodes1.txt
%d day of month
%e day of month no leading zero
%H hour on a 24-hour clock
%I hour on a 12-hour clock
%k same as %H with leading zero suppression
%l same as %I with leading zero suppression
%m month 0
www.eeworm.com/read/322874/13362840
s boot_fpga_nocache.s
/*
*************************************************************************
* *
* *
* boot.s: This file contants app
www.eeworm.com/read/322874/13362842
s boot_fpga.s
/*
*************************************************************************
* *
* *
* boot.s: This file contants app
www.eeworm.com/read/321145/13411694
v condcontrol.v
module condcontrol(mp0sel,ir2_op,ir3_op,ov,signal,zero,x3_out31,y3_out31,
ov2branch,zero2branch,signal2branch,a312branch,b312branch);
output mp0sel;
input [5:0]ir2_op,ir3_op;
input ov,signal,zero,
www.eeworm.com/read/318880/13468241
cpp ippsdemoview.cpp
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/317352/13505640
txt source.txt
COPY START 1000
FIRST STL RETADR
CLOOP JSUB RDREC
LDA LENGTH
COMP ZERO
JEQ ENDFIL
JSUB WRREC
J CLOOP
ENDFIL LDA EOF
STA BUFFER
LDA THREE
STA LENGTH
JSUB WRREC
LDL RETADR
RSUB