代码搜索:ENCODING
找到约 10,000 项符合「ENCODING」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834290
test encoding.test
# This file contains a collection of tests for tclEncoding.c
# Sourcing this file into Tcl runs the tests and generates output for
# errors. No output means no errors were found.
#
# Copyright (c) 19
www.eeworm.com/read/366065/9834657
3 encoding.3
'\"
'\" Copyright (c) 1997-1998 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'
www.eeworm.com/read/366065/9834888
n encoding.n
'\"
'\" Copyright (c) 1998 by Scriptics Corporation.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\
www.eeworm.com/read/162604/10291805
c encoding.c
/* Encoding of types for Objective C.
Copyright (C) 1993, 1995, 1996, 1997, 1998, 2000, 2002, 2004
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Bitfield support by Ovi
www.eeworm.com/read/162604/10291854
h encoding.h
/* Encoding of types for Objective C.
Copyright (C) 1993, 1997, 2002, 2004 Free Software Foundation, Inc.
Author: Kresten Krab Thorup
This file is part of GCC.
GCC is free software; you can redi
www.eeworm.com/read/470452/6910821
asv encoding.asv
%%%%%%%%%%%%%%%%%%%%%%%%
% 编码函数 %
%%%%%%%%%%%%%%%%%%%%%%%%
function [bin_gen,bits] = encoding(min_var,max_var,scale_var,popsize)
bits = ceil(log2((max_var-min_var)./scale_var));
www.eeworm.com/read/470452/6910823
m encoding.m
%--------------------------------------------------
% 初始化种群
%--------------------------------------------------
function [bin_gen,bits] = encoding(min_var,max_var