代码搜索:Coding
找到约 9,366 项符合「Coding」的源代码
代码结果 9,366
www.eeworm.com/read/429117/1951802
h state.h
//enum for one hot coding
struct state_t {
enum onehot_t {
STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4,
STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 };
state_t::onehot_t state;
int
www.eeworm.com/read/429117/1951824
h data.h
//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 };
struct data_t {
sc_uint field;
unsigned payload[5
www.eeworm.com/read/398634/2375824
am makefile.am
INCLUDES = -I../include -I../../mySTL
noinst_LTLIBRARIES = libtaocrypt.la
libtaocrypt_la_SOURCES = aes.cpp aestables.cpp algebra.cpp arc4.cpp asn.cpp \
coding.cpp dh.cpp des.cpp dsa.cpp file.cpp h
www.eeworm.com/read/393721/2466330
am makefile.am
INCLUDES = -I../include -I../../mySTL
noinst_LTLIBRARIES = libtaocrypt.la
libtaocrypt_la_SOURCES = aes.cpp aestables.cpp algebra.cpp arc4.cpp asn.cpp \
coding.cpp dh.cpp des.cpp dsa.cpp file.cpp h
www.eeworm.com/read/428326/8876062
py using_dict.py
# -*- coding: cp936 -*-
# Filename: using_dict.py
# 'ab' is short for 'a'ddress'b'ook
ab = {'张三' : '广西大学西校园10栋',
'李四' : '广西大学西校园11栋',
'王五' : '广西大学西校园12栋',
'孙六' : '广西大学西校园13
www.eeworm.com/read/299182/7881038
py a7.py
# -*- coding: cp936 -*-
#第七章----逻辑推理与判断
#《c趣味编程》48-57题
#21:47 2006-11-4
def ntom(x,size,mod):
t=[0]*(size)
j=0
while x and j
www.eeworm.com/read/299182/7881053
py a10.py
# -*- coding: cp936 -*-
from math import sqrt
import random
#第十章----定理与猜想
#《c趣味编程》78-85题
#21:50 2006-11-4
def daoxu(n):
d=n
s=0
while d!=0:
d,f=divmod(d,10)
s=f+s*10
www.eeworm.com/read/494783/1154263
changelog
commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
Author: Wolfgang Denk
Date: Mon Nov 26 19:18:21 2007 +0100
Cleanup coding style; update CHANGELOG
Signed-off-by: Wolfgang Denk
www.eeworm.com/read/274175/4187499
entries
/ac.cpp/1.1/Fri Sep 16 15:45:18 2005//
/ac.h/1.1/Fri Sep 2 17:21:22 2005//
/config.h/1.1/Sun Mar 20 16:47:14 2005//
/perform_arithmetic_coding_mex.cpp/1.1/Fri Sep 16 20:58:13 2005//
/perform_arit