代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/223568/14624664
m test1.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_
www.eeworm.com/read/223568/14624678
m pn_test.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_
www.eeworm.com/read/123214/14642180
m channel.m
function varargout = channel(sig,varargin)
%CHANNEL MIMO channel model.
% Y = CHANNEL(X) corrupts input signal X by desired type of channel
% fading.
%
% [Y,ALPHA] = CHANNEL(X) same as above b
www.eeworm.com/read/223154/14652249
m nansum.m
function [o] = nansum(i,DIM)
% NANSUM same as SUM but ignores NaN's.
% NANSUM is OBSOLETE; use SUMSKIPNAN instead. NANSUM is included
% to fix a bug in some other versions.
%
% Y = nansum(x
www.eeworm.com/read/121688/14742287
c conv.c
/*
#!/usr/bin/python
import math
dens = 20
r = 1.8
s = 0.0
q = 1.8
# it is a coincidence that q are r are the same
for j in range(3):
for i in xrange(5):
e = 0.0
for k in range(3):
fo
www.eeworm.com/read/117608/14911620
syn csharp.syn
; TextPad syntax definitions for C#
; Simple syntax
; Keywords 1: C# Keywords except operators
; Keywords 2: C# Operators
; For better results, use same color for Keywords 2 and Operators
C=1
www.eeworm.com/read/117373/14927866
read_me
To use this programs, first change SERVER_PORT to some random
number between 1024 and 65535. Try to avoid picking the same
number as other students. Change it in both files.
Compile the programs li
www.eeworm.com/read/217031/14982306
c rsa.c
/*
RSA.C - RSA routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm)
www.eeworm.com/read/217031/14982314
c r_random.c
/*
R_RANDOM.C - random objects for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSA
www.eeworm.com/read/217031/14982320
c nn.c
/*
NN.C - natural numbers routines
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).