代码搜索:Coding

找到约 9,366 项符合「Coding」的源代码

代码结果 9,366
www.eeworm.com/read/409587/11318770

m codeg4.m

function [err]=codeG4(index,snr,nsymb,Mary,modtype,nRx,err); %Routine that preforms simulations based on QAM Mary modulation %and using coding scheme G3. %G4 : | x1 x2 x3 x4 | % | -x2
www.eeworm.com/read/155098/11898879

c main.c

#include #include #include #include #include"turbo_code_Log_MAP.h" extern float rate_coding; extern TURBO_G turbo_g; #define MAX_TIMES 1000 void main
www.eeworm.com/read/339573/12224619

m codeg4.m

function [err]=codeG4(index,snr,nsymb,Mary,modtype,nRx,err); %Routine that preforms simulations based on QAM Mary modulation %and using coding scheme G3. %G4 : | x1 x2 x3 x4 | % | -x2
www.eeworm.com/read/209261/15224581

lbl 06a-906-019-xx.lbl

; ; 06A-906-019-XX ; ; Created by Kim Andersen:gasarm@post.tele.dk ; Engine code: AEH-AKL Golf 1998>,Bora 1999> ; ECU Number : 06A-906-019 ; Engine type: 1.6 I R4/2V SIMOS HS 2272 ; Coding:04
www.eeworm.com/read/346982/3179065

h data.h

// nbcode "onehot" start //enum for one hot coding enum onehot_t { STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4, STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 }; // nbcode "onehot" end // nbcode
www.eeworm.com/read/274175/4187306

m perform_jp2k_degradation.m

function [MW1,nbr_bits] = perform_jp2k_degradation(MW,Jmin,nbr_bits,M, bit_depth) % perform_jp2k_degradation - perform coding/decoding of wavelet coefficients. % % MW1 = perform_jp2k_degradation(
www.eeworm.com/read/429117/1951745

h data.h

// nbcode "onehot" start //enum for one hot coding enum onehot_t { STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4, STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 }; // nbcode "onehot" end // nbcode
www.eeworm.com/read/424906/2012050

entries

9 dir 24 https://scicom.googlecode.com/svn/trunk/demos/line_coding https://scicom.googlecode.com/svn 2009-01-05T14:49:41.934501Z 20 freestyle.zhy svn:special svn:externals svn:needs-lock
www.eeworm.com/read/417857/2098295

cut epsesm.cut

#Species: Pseudomonas syringae pv. tomato str. DC3000 #Division: gbbct #Release: CUTG146 #CdsCount: 5610 #Coding GC 59.27% #1st letter GC 63.21% #2nd letter GC 43.15% #3rd letter GC 71.44% #Codon AA
www.eeworm.com/read/411577/2185942

py pysqlite.py

# -*- coding:utf-8 -*- # file: PySqlite.py # import sqlite3 # 导入sqlite3模块 con = sqlite3.connect('python') # 连接到数据库 cur = con.cursor() # 获得数据库游标 cur.execute('insert int