Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 732
Book Description
This book introduces you the Gregorian calendar and the Chinese Calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese Calendar and Background Information; Chinese Calendar Algorithm and Program; Chinese Calendars from year 1901 to year 2100; Formula for Position of the Sun. Updated in 2023 (Version v4.15) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Year.
Chinese Calendar Algorithm - Year 1901 to 2100
Chinese Calendar Algorithm - Year 1901 to 2100
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 285
Book Description
This book introduces you the Gregorian calendar and the Chinese Calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese Calendar and Background Information; Chinese Calendar Algorithm and Program; Chinese Calendars from year 1901 to year 2100; Formula for Position of the Sun. Updated in 2023 (Version v4.15) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Year.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 285
Book Description
This book introduces you the Gregorian calendar and the Chinese Calendar. A Java program is provided to convert dates from the Gregorian calendar to the Chinese calendar. This program can also be used to print out Chinese calendars for 200 years between 1901 and 2100. Topics include Chinese Calendar and Background Information; Chinese Calendar Algorithm and Program; Chinese Calendars from year 1901 to year 2100; Formula for Position of the Sun. Updated in 2023 (Version v4.15) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Year.
EC Cryptography Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 469
Book Description
This EC (Elliptic Curve) cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include rule of chord and point addition on elliptic curves; Abelian groups with additive/multiplicative notations; EC as Abelian groups; DLP (Discrete Logarithm Problem) and trapdoor function; Galois fields or finite fields with Additive/Multiplicative Abelian Group; Prime fields, binary fields, and polynomial fields; EC fields reduced with modular arithmetic; EC subgroup and base points; EC private key and public key pairs; ECDH (Elliptic Curve Diffie-Hellman) protocol; ECDSA (Elliptic Curve Digital Signature Algorithm); ECES (Elliptic Curve Encryption Scheme) protocol; Java tool/program to generate EC keys. Updated in 2024 (Version v1.03) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/EC-Cryptography.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 469
Book Description
This EC (Elliptic Curve) cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include rule of chord and point addition on elliptic curves; Abelian groups with additive/multiplicative notations; EC as Abelian groups; DLP (Discrete Logarithm Problem) and trapdoor function; Galois fields or finite fields with Additive/Multiplicative Abelian Group; Prime fields, binary fields, and polynomial fields; EC fields reduced with modular arithmetic; EC subgroup and base points; EC private key and public key pairs; ECDH (Elliptic Curve Diffie-Hellman) protocol; ECDSA (Elliptic Curve Digital Signature Algorithm); ECES (Elliptic Curve Encryption Scheme) protocol; Java tool/program to generate EC keys. Updated in 2024 (Version v1.03) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/EC-Cryptography.
Cryptography Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: Lulu.com
ISBN: 0359434789
Category : Computers
Languages : en
Pages : 354
Book Description
This cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include MD5 and SHA1 message digest algorithms and implementations, DES, Blowfish and AES secret key cipher algorithms and implementations, RSA and DSA public key encription algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports.Updated in 2019 (Version Version 5.40) with Java 12. For latest updates and free sample chapters, visit http://www.herongyang.com/Cryptography.
Publisher: Lulu.com
ISBN: 0359434789
Category : Computers
Languages : en
Pages : 354
Book Description
This cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include MD5 and SHA1 message digest algorithms and implementations, DES, Blowfish and AES secret key cipher algorithms and implementations, RSA and DSA public key encription algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports.Updated in 2019 (Version Version 5.40) with Java 12. For latest updates and free sample chapters, visit http://www.herongyang.com/Cryptography.
Calendrical Calculations
Author: Edward M. Reingold
Publisher: Cambridge University Press
ISBN: 1108548032
Category : Computers
Languages : en
Pages : 664
Book Description
An invaluable resource for working programmers, as well as a fount of useful algorithmic tools for computer scientists, astronomers, and other calendar enthusiasts, The Ultimate Edition updates and expands the previous edition to achieve more accurate results and present new calendar variants. The book now includes coverage of Unix dates, Italian time, the Akan, Icelandic, Saudi Arabian Umm al-Qura, and Babylonian calendars. There are also expanded treatments of the observational Islamic and Hebrew calendars and brief discussions of the Samaritan and Nepalese calendars. Several of the astronomical functions have been rewritten to produce more accurate results and to include calculations of moonrise and moonset. The authors frame the calendars of the world in a completely algorithmic form, allowing easy conversion among these calendars and the determination of secular and religious holidays. LISP code for all the algorithms is available in machine-readable form.
Publisher: Cambridge University Press
ISBN: 1108548032
Category : Computers
Languages : en
Pages : 664
Book Description
An invaluable resource for working programmers, as well as a fount of useful algorithmic tools for computer scientists, astronomers, and other calendar enthusiasts, The Ultimate Edition updates and expands the previous edition to achieve more accurate results and present new calendar variants. The book now includes coverage of Unix dates, Italian time, the Akan, Icelandic, Saudi Arabian Umm al-Qura, and Babylonian calendars. There are also expanded treatments of the observational Islamic and Hebrew calendars and brief discussions of the Samaritan and Nepalese calendars. Several of the astronomical functions have been rewritten to produce more accurate results and to include calculations of moonrise and moonset. The authors frame the calendars of the world in a completely algorithmic form, allowing easy conversion among these calendars and the determination of secular and religious holidays. LISP code for all the algorithms is available in machine-readable form.
Unicode Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 306
Book Description
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual Plane (BMP); Unicode Transformation Formats (UTF); Surrogates and Supplementary Characters; Unicode Character Blocks; Python Support of Unicode Characters; Java Character Set and Encoding; Java Encoding Maps, Counts and Conversion. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 306
Book Description
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual Plane (BMP); Unicode Transformation Formats (UTF); Surrogates and Supplementary Characters; Unicode Character Blocks; Python Support of Unicode Characters; Java Character Set and Encoding; Java Encoding Maps, Counts and Conversion. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode.
The Art Of Computer Programming, Volume 2: Seminumerical Algorithms, 3/E
Author: Knuth
Publisher: Pearson Education India
ISBN: 9788177583359
Category : Computer algorithms
Languages : en
Pages : 784
Book Description
Publisher: Pearson Education India
ISBN: 9788177583359
Category : Computer algorithms
Languages : en
Pages : 784
Book Description
Android Tutorials - Herong's Tutorial Examples
Author: Herong Yang
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 346
Book Description
This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android' Command, Building, Installing and Running the Debug Binary Package, Inspecting Android Application Package (APK) Files, Using Android Debug Bridge (adb) Tool, Copying files from and to Android device, Understanding Android File Systems, Using Android Java class libraries, Using 'adb logcat' Command for Debugging. Updated in 2023 (Version v3.05) with ADB tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Android.
Publisher: HerongYang.com
ISBN:
Category : Computers
Languages : en
Pages : 346
Book Description
This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android' Command, Building, Installing and Running the Debug Binary Package, Inspecting Android Application Package (APK) Files, Using Android Debug Bridge (adb) Tool, Copying files from and to Android device, Understanding Android File Systems, Using Android Java class libraries, Using 'adb logcat' Command for Debugging. Updated in 2023 (Version v3.05) with ADB tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Android.
Conservation Catalysts
Author: James N. Levitt
Publisher: Lincoln Inst of Land Policy
ISBN: 9781558443013
Category : Nature
Languages : en
Pages : 350
Book Description
"This multi-author volume explores large-landscape conservation projects catalyzed by colleges, universities, independent field stations, and research organizations around the world. These initiatives are grand-scale, cross-boundary, cross-sectoral, and cross-disciplinary efforts to protect working and wild landscapes and waterscapes in Australia, Canada, Chile, Colombia, Honduras, Kenya, Tanzania, Trinidad & Tobago, and the United States"--
Publisher: Lincoln Inst of Land Policy
ISBN: 9781558443013
Category : Nature
Languages : en
Pages : 350
Book Description
"This multi-author volume explores large-landscape conservation projects catalyzed by colleges, universities, independent field stations, and research organizations around the world. These initiatives are grand-scale, cross-boundary, cross-sectoral, and cross-disciplinary efforts to protect working and wild landscapes and waterscapes in Australia, Canada, Chile, Colombia, Honduras, Kenya, Tanzania, Trinidad & Tobago, and the United States"--
The Ocean and Cryosphere in a Changing Climate
Author: Intergovernmental Panel on Climate Change (IPCC)
Publisher: Cambridge University Press
ISBN: 9781009157971
Category : Science
Languages : en
Pages : 755
Book Description
The Intergovernmental Panel on Climate Change (IPCC) is the leading international body for assessing the science related to climate change. It provides policymakers with regular assessments of the scientific basis of human-induced climate change, its impacts and future risks, and options for adaptation and mitigation. This IPCC Special Report on the Ocean and Cryosphere in a Changing Climate is the most comprehensive and up-to-date assessment of the observed and projected changes to the ocean and cryosphere and their associated impacts and risks, with a focus on resilience, risk management response options, and adaptation measures, considering both their potential and limitations. It brings together knowledge on physical and biogeochemical changes, the interplay with ecosystem changes, and the implications for human communities. It serves policymakers, decision makers, stakeholders, and all interested parties with unbiased, up-to-date, policy-relevant information. This title is also available as Open Access on Cambridge Core.
Publisher: Cambridge University Press
ISBN: 9781009157971
Category : Science
Languages : en
Pages : 755
Book Description
The Intergovernmental Panel on Climate Change (IPCC) is the leading international body for assessing the science related to climate change. It provides policymakers with regular assessments of the scientific basis of human-induced climate change, its impacts and future risks, and options for adaptation and mitigation. This IPCC Special Report on the Ocean and Cryosphere in a Changing Climate is the most comprehensive and up-to-date assessment of the observed and projected changes to the ocean and cryosphere and their associated impacts and risks, with a focus on resilience, risk management response options, and adaptation measures, considering both their potential and limitations. It brings together knowledge on physical and biogeochemical changes, the interplay with ecosystem changes, and the implications for human communities. It serves policymakers, decision makers, stakeholders, and all interested parties with unbiased, up-to-date, policy-relevant information. This title is also available as Open Access on Cambridge Core.