top of page
DÄ°GÄ°TAL KÄ°MLÄ°K
Kimlik Verileri DönüÅŸtürme Yazılımımız
Kimlik Numarası DönüÅŸtürme Yazılımımız
Kullandığımız Araç ve Kütüphaneler
C++ Kütüphaneleri ve Kullanımları
Kullanılan C++ Kütüphaneleri
<string>
<random>
<iostream>
<fstream>
<vector>
<cmath>
Kullanılan DiÄŸer Kütüphaneler ve Kodlar
Definitions.hh
Vector.hh
sincos.h
data.h
prime_table.pt
Kodda Oluşturulan Fonksiyonlar ve Yapılar
generate_random(uint64_t min, uint64_t max)
is_prime(uint64_t number)
calculate_prime_table(uint64_t begin, uint64_t end)
chinese_remainder_theorem(DivAndRem dr1, DivAndRem dr2)
pow(_Type base, _Type power)
max(_Type a, _Type b)
min(_Type a, _Type b)
Encoder ve Decoder Sınıfları
Encoder
encode()
get_message_to_encode(const std::string& message)
get_datas()
encode_char(const uint8_t c)
Decoder
decode(std::vector<Data>& datas)
get_message()
decode_char(ymath::Vector<2, int64_t> cartesian_group, ymath::Vector<2, uint64_t> cartesian_group_size, uint64_t fx, uint64_t alpha)
bottom of page