代码搜索:Generating

找到约 2,801 项符合「Generating」的源代码

代码结果 2,801
www.eeworm.com/read/398845/7916118

asv coga_v.asv

violthres = 50; % Threshold of Violation %%%%%%%%%%%%%%%%%%%%%%% Generating Test Data FS = []; F = 100; T = 40; % 只考虑单一机场的容量 FSu = [1,2,2,1,2,2,2,1,2,1,2,2,1,2,2,2,1,2,1,2,2,2,2,2,1,1,2,
www.eeworm.com/read/101042/6258062

bat do_masm.bat

@echo off echo Generating x86 for MASM assember echo Bignum cd crypto\bn\asm perl x86.pl win32 > bn-win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32 > d-win32.asm cd
www.eeworm.com/read/406420/11442720

txt least square.txt

%Static LS Parameter identifier close all;clear all;clc u=0:0.2:1; %Generating Function Y=1+2*u+3*u.^2+4*u.^3+5*u.^4+rand; % with noise Y=Y'; %take Y transpose i.e. of function with noise %model
www.eeworm.com/read/259673/11774041

m crc_decode_new_n1_mod.m

function [DC,indicate]= CRC_decode_new_n1_mod(C,n,G) %CRC code (n,k) function,每k个bit编成nbit。%还没有实现纠错。 %Input: % M:(1,x*n) input data % n: % G:generating polynomial.(1,n-k+1) %Output: % C
www.eeworm.com/read/259673/11774044

m crc_code_new_n1.m

function C = CRC_code_new_n1(M,n,G) %CRC code (n,k) function,每k个bit编成nbit。 %Input: % M:(1,x*k) input data % n: % G:generating polynomial.(1,n-k+1) %Output: % C:(1,n) coded data; len1=l
www.eeworm.com/read/216502/4891392

makefile

# Makefile for the Fortran 77 compiler # running on the PDP11, # generating code for the PDP11, # using the Ritchie pass 2 all: f77 f77pass1 cp: all cp f77 /bin cp f77pass1 /lib rm *.o gram.c f77
www.eeworm.com/read/427042/1978992

bat do_masm.bat

@echo off echo Generating x86 for MASM assember echo Bignum cd crypto\bn\asm perl x86.pl win32 > bn_win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32 > d_win32.asm cd
www.eeworm.com/read/101042/6258051

bat do_nasm.bat

@echo off echo Generating x86 for NASM assember echo Bignum cd crypto\bn\asm perl x86.pl win32n > bn-win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32n > d-win32.asm
www.eeworm.com/read/101042/6258053

bat x86asm.bat

@echo off echo Generating x86 assember echo Bignum cd crypto\bn\asm perl x86.pl win32n > bn-win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32n > d-win32.asm cd ..\.
www.eeworm.com/read/427042/1978980

bat do_nasm.bat

@echo off echo Generating x86 for NASM assember echo Bignum cd crypto\bn\asm perl x86.pl win32n > bn_win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32n > d_win32.asm