代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/161485/10404066

m perform_wavelet_arithmetic_coding.m

function [y,nbr_bits] = perform_wavelet_arithmetic_coding(x, Jmin, dir, T, options) % perform_wavelet_arithmetic_coding - arithmetic code a wavelet transformed image. % % [y,nbr_bits] = perform_w
www.eeworm.com/read/275831/10794530

rb 04 - doing date arithmetic.rb

require 'date' y2k = Time.gm(2000, 1, 1) # => Sat Jan 01 00:00:00 UTC 2000 y2k + 1 # => Sat Jan 01 00:00:01 UTC 2000 y2k - 1 # => Fri Dec 31 23:59
www.eeworm.com/read/304333/13796463

cpp h_k arithmetic.cpp

#include #include #include #define TIME 3 #define DIM 10 struct node { int name; double carray[10]; int number; node *next; }; node *createlist(node *,
www.eeworm.com/read/212301/15160246

m new-lms-arithmetic-code .m

clear all;close all; RF = load('RFrost.txt'); refGain = 1; worder = 8; %N = 2048; %t=1:N; %signal = sin(2*pi.*t.*t/N/N*8); %.*fliplr(cos(2*pi.*t.*t/N/N*15)) %signal = 0*t; %signal = rand