代码搜索:Coding

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

代码结果 9,366
www.eeworm.com/read/269594/11087781

js count.js

var __cc_sys_url = "http://www.chuanglian.cn/cl-count/" /* COCOON Counter 6 1900 count.js Copyright(r) Cocoon Studio (www.ccopus.com) coding by Sunrise_Chen (sunrise_chen@msn.com) 2003-12-19
www.eeworm.com/read/267541/11175131

makefile

# MAKEFILE FOR LOW-PRECISION ARITHMETIC CODING PROGRAMS. CFLAGS = -O all: encode_mul decode_mul encode_sft decode_sft \ encpic_mul decpic_mul encpic_sft decpic_sft lowp_ac.shar: Make
www.eeworm.com/read/266428/11225932

js count.js

var __cc_sys_url = "http://www.pcinfo.cn/count/" /* COCOON Counter 6 1900 count.js Copyright(r) Cocoon Studio (www.ccopus.com) coding by Sunrise_Chen (sunrise_chen@msn.com) 2003-12-19 Pl
www.eeworm.com/read/249227/12515846

makefile

# MAKEFILE FOR LOW-PRECISION ARITHMETIC CODING PROGRAMS. CFLAGS = -O all: encode_mul decode_mul encode_sft decode_sft \ encpic_mul decpic_mul encpic_sft decpic_sft lowp_ac.shar: Make
www.eeworm.com/read/102309/15786936

makefile

# MAKEFILE FOR LOW-PRECISION ARITHMETIC CODING PROGRAMS. CFLAGS = -O all: encode_mul decode_mul encode_sft decode_sft \ encpic_mul decpic_mul encpic_sft decpic_sft lowp_ac.shar: Make
www.eeworm.com/read/384223/8888691

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/274320/10876422

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/299182/7881013

py a11.py

# -*- coding: cp936 -*- #第十一章----智能游戏 #《c趣味编程》86-93题 #21:39 2007-1-23 from random import shuffle class caigame: win=False flag=False life=12 what=-1 s1='' map1=[]
www.eeworm.com/read/150950/5687703

js count.js

var __cc_sys_url = "http://www.52fa.com/cc6/" /* COCOON Counter 6 1900 count.js Copyright(r) Cocoon Studio (www.ccopus.com) coding by Sunrise_Chen (sunrise_chen@msn.com) 2003-12-19 Pleas
www.eeworm.com/read/141708/5769209

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