代码搜索:Consecutive
找到约 239 项符合「Consecutive」的源代码
代码结果 239
www.eeworm.com/read/457711/7319002
m consec.m
function A=consec(n)
% The command A=consec(n) will generate an nxn matrix whose
% entries are the consecutive integers from 1 to n^2. The
% first row will be [1, 2, ..., n], the second row will
www.eeworm.com/read/162614/5524276
ada a27003a.ada
-- A27003A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/148257/12479850
m consec.m
function A=consec(n)
% The command A=consec(n) will generate an nxn matrix whose
% entries are the consecutive integers from 1 to n^2. The
% first row will be [1, 2, ..., n], the second row will
www.eeworm.com/read/200913/15420088
m std_stegcompress.m
function V=std_stegcompress(B)
%this function takes a "tiled" DCT matrix and converts it into
%one long string that wraps around. The string is a "compressed"
%version of the tiled matrix. It first t
www.eeworm.com/read/289462/8549324
vhd recehdlc.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity ReceHDLC is
port (
reset,clk : in std_logic;
DataIn : in std_logic;
www.eeworm.com/read/364784/9895728
vhd recehdlc.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity ReceHDLC is
port (
reset,clk : in std_logic;
DataIn : in std_logic;
www.eeworm.com/read/457711/7318984
m hconsec.m
function A=hconsec(n)
% The command A=hconsec(n) will generate an nxn matrix whose
% entries in each row are consecutive integers. The first
% entry in each row is the same as the number of the ro
www.eeworm.com/read/233850/14131188
m compsupergaps.m
function supergaps = compsupergaps(gaps)
% Computes the angular difference between two consecutive gaps
global N supergaps
for i = 1: N
if i == 1 %This handles the case for the compu