代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/151718/12179249
pin unicntr.pin
-- 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,
www.eeworm.com/read/151617/12187168
m scramble.m
function dataout=Scramble(datain,Seed)
for i=1:length(datain)
if Seed(4)==Seed(7) %% xor
rand(i)=0;
else
rand(i)=1;
end
for j=1:6
Seed(8-j)=Seed(7-
www.eeworm.com/read/339151/12254756
c complex.c
/*****************************************************************************/
/* FIle Name : complex.c */
/* Description : utilities for complex
www.eeworm.com/read/339151/12254766
c binaryset.c
/*****************************************************************************/
/* FIle Name : main.c */
/* Description : WLAN FEC scrambler fo
www.eeworm.com/read/337328/12376340
m convbase.m
function DataOut = convbase(DataIn,CurrBase,NewBase)
%CONVBASE Converts the number base of the input data (DataIn)
% DataOut = convbase(DataIn,CurrBase,NewBase)
% from the current base (CurrBase)
www.eeworm.com/read/250723/12387278
m convbase.m
function DataOut = convbase(DataIn,CurrBase,NewBase)
%CONVBASE Converts the number base of the input data (DataIn)
% DataOut = convbase(DataIn,CurrBase,NewBase)
% from the current base (CurrBase)
www.eeworm.com/read/250668/12390650
wsf wed.wsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/234539/14107854
cs t0demo.cs
using System;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using GrabbaDotNet;
namespace Grabba_T0_Demo
www.eeworm.com/read/233163/14165929
v tb_fifo.v
/********************************************
A testbench for 8x16 fifo controller.
********************************************/
`timescale 1ns/10ps
module tb_fifo;
reg clk,rst, rd, wr;
r
www.eeworm.com/read/232223/14203356
v m3s081ct.v
//******************************************************************* //
//IMPORTANT NOTICE //
//================