Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 78014 dokumen yang sesuai dengan query
cover
Timotius
"Metode penjumlahan rekursif biasa (Original) umumnya dipakai untuk menjumlahkan n bilangan floating-point. Metode ini memiliki variasi: Increasing dan Decreasing. Pada tugas akhir ini akan dibahas cara memperbaiki ketelitian penjumlahan rekursif floating-point dengan metode compensated. Untuk membandingkan ketelitian metode-metode tersebut digunakan analisa kesalahan pembulatan dan percobaan-percobaan numerik. Metode Compensated sangat efektif untuk memperbaiki ketelitian penjumlahan rekursif floating-point, dengan batas atas kesalahan
|En| < (2u + 0(nu2)) Σ|Xi|
"
Depok: Fakultas Matematika dan Ilmu Pengetahuan Alam Universitas Indonesia, 1995
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Lie Trishadi Rusli
"Penjumlahan n bilangan floating point biasanya dilakukan dengan menggunakan metode rekursif biasa (metode original). Tugas akhir ini membahas beberapa metode alternatif untuk menjumlah n bilangan floating point, yaitu metode increasing, decreasing, psum, pairwise, insertion, dan plus-minus. Ketelitian dari metode-metode ini dibandingkan dengan analisis batas atas kesalahan dan percobaan numerik. Tidak ada satu metode yang secara seragam lebih akurat daripada metode lainnya. Tetapi untuk kasus khusus, diberikan petunjuk untuk memilih metode penjumlahan tertentu."
Depok: Fakultas Matematika dan Ilmu Pengetahuan Alam Universitas Indonesia, 1995
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Russinoff, David M.
"This is the first book to focus on the problem of ensuring the correctness of floating-point hardware designs through mathematical methods. Formal Verification of Floating-Point Hardware Design advances a verification methodology based on a unified theory of register-transfer logic and floating-point arithmetic that has been developed and applied to the formal verification of commercial floating-point units over the course of more than two decades, during which the author was employed by several major microprocessor design companies.
The book consists of five parts, the first two of which present a rigorous exposition of the general theory based on the first principles of arithmetic. Part I covers bit vectors and the bit manipulation primitives, integer and fixed-point encodings, and bit-wise logical operations. Part II addresses the properties of floating-point numbers, the formats in which they are encoded as bit vectors, and the various modes of floating-point rounding. In Part III, the theory is extended to the analysis of several algorithms and optimization techniques that are commonly used in commercial implementations of elementary arithmetic operations. As a basis for the formal verification of such implementations, Part IV contains high-level specifications of correctness of the basic arithmetic instructions of several major industry-standard floating-point architectures, including all details pertaining to the handling of exceptional conditions. Part V illustrates the methodology, applying the preceding theory to the comprehensive verification of a state-of-the-art commercial floating-point unit.
All of these results have been formalized in the logic of the ACL2 theorem prover and mechanically checked to ensure their correctness. They are presented here, however, in simple conventional mathematical notation. The book presupposes no familiarity with ACL2, logic design, or any mathematics beyond basic high school algebra. It will be of interest to verification engineers as well as arithmetic circuit designers who appreciate the value of a rigorous approach to their art, and is suitable as a graduate text in computer arithmetic."
Switzerland: Springer Cham, 2019
e20502864
eBooks  Universitas Indonesia Library
cover
Overton, Michael L.
"Are you familiar with the IEEE floating point arithmetic standard? Would you like to understand it better? This book gives a broad overview of numerical computing, in a historical context, with special focus on the IEEE standard for binary floating point arithmetic. Key ideas are developed step by step, taking the reader from floating point representation, correctly rounded arithmetic, and the IEEE philosophy on exceptions, to an understanding of the crucial concepts of conditioning and stability, explained in a simple yet rigorous context. It gives technical details that are not readily available elsewhere, and includes challenging exercises that go beyond the topics covered in the text.
Numerical Computing with IEEE Floating Point Arithmetic provides an easily accessible yet detailed discussion of IEEE Std 754-1985, arguably the most important standard in the computer industry. The result of an unprecedented cooperation between academic computer scientists and the cutting edge of industry, it is supported by virtually every modern computer. Other topics include the floating point architecture of the Intel microprocessors and a discussion of programming language support for the standard."
Philadelphia : Society for Industrial and Applied Mathematics, 2001
e20443153
eBooks  Universitas Indonesia Library
cover
"Telah dilakukan evaluasi penggunaan sediaan farmasi intravena untuk penyakit infeksi pada salah satu rumah sakit swasta di Kota Bandung secara retrospektif dari bulan Oktober-Desember 2005 berdasarkan ketepatan dan kerasionalan penggunaan obat sesuai dengan kriteria yang telah ditetapkan terlebih dahulu. Dari hasil evaluasi ditemukan adanya kombinasi penggunaan dua jenis obat atau lebih sebesar 7,78%,
dan tidak ditemukan ketidaktepatan dosis obat, duplikasi penggunaan serta interaksi dengan obat lain dari total 1170 lembar resep. Pelaksanaan penyiapan sediaan farmasi intravena sudah dilakukan dengan baik, tetapi teknik aseptis masih kurang diperhatikan.

Abstract
An usage evaluation of intravenous pharmaceutical dosage form for infectious diseases at one of the private hospitals in Bandung by retrospective method on October to December 2005 had been done based on the rationality of drug used according to the certain criteria. The result of the evaluation from 1170 prescriptions found that the
combination of two or more drugs was 7.78%, no drug dose improper, no duplication of drug used, nor interaction with another drugs were found. The preparation of intravenous pharmaceutical dosage form had been well done, but the aseptic technique still less of attention."
[Fakultas Farmasi Universitas Indonesia, Universitas Padjadjaran. Fakultas Farmasi], 2008
pdf
Artikel Jurnal  Universitas Indonesia Library
cover
Dwi Teguh Priyantini
"Pada pengembangan sistem, dibutuhkan sebuah mekanisme untuk menjamin bahwa sistem tersebut berjalan dengan benar tanpa error atau rsquo;bug rsquo;. Sejauh ini, hal yang biasa dilakukan adalah dengan testing, tetapi hal ini sulit dilakukan untuk mencakup semua kemungkinan. Untuk sistem yang membutuhkan tingkat correctness yang tinggi, seperti misalnya pada hardware , perlu mekanisme yang dapat menjamin kebenaran program untuk semua kemungkinan input. Ada solusi lain yang dapat menjamin kebenaran program untuk semua kemungkinan input, yaitu dengan verifikasi formal. Verifikasi formal dilakukan dengan pemodelan matematika. Salah satu sistem yang membutuhkan tingkat correctness yang tinggi adalah sistem bilangan floating-point. Hal ini terkait dengan pengalaman yang dialami Intel pada tahun 1994.
Salah satu bahasa standar dalam membangun sebuah sistem digital atau hardware adalah VHDL. Ada beberapa tools yang bisa dilakukan untuk verifikasi formal, salah satunya adalah HOL theorem prover. Penelitian ini melakukan formalisasi operasi aritmatika VHDL dan konstruksi terkait yang dilakukan dengan menggunakan HOL Theorem Prover. Hasilnya adalah sebuah framework yang berisi formalisasi beberapa algoritma aritmatika dasar VHDL dan konstruksi terkaitnya. Framework ini kemudian dapat digunakan untuk memverifikasi modul VHDL yang memanfaatkan aritmatika VHDL dan konstruksi terkaitnya.

In system development, a mechanism is needed to ensure that the system runs correctly without error or rsquo bug rsquo . So far, testing is a common solution, but it rsquo s hard to cover all error possibilities. For systems that require a high level of correctness, such as hardware systems, there is a need for a mechanism that can ensure the correctness of the program for all possible inputs. There is another solution to do the task, i.e. by formal verification. Formal verification is done by mathematical modeling. One system that requires a high level of correctness is the floating point number system. This is related to the experience of Intel in 1994.
One of the standard languages in developing a digital system or a hardware is VHDL. There are several tools that can be used for formal verification, one of which is HOL Theorem Prover. This research conducts a formalization of VHDL arithmetic operation and the related constructions done by using HOL Theorem Prover. The result is a framework which contains the formalization of some basic VHDL arithmetic algorithms and the related constructions. This framework can then be used to verify VHDL modules that utilize the VHDL arithmetic and the related constructs.
"
Depok: Fakultas Ilmu Komputer Universitas Indonesia, 2017
T-Pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Asrigantini
Depok: Fakultas Psikologi Universitas Indonesia, 1989
S2047
UI - Skripsi Membership  Universitas Indonesia Library
cover
cover
Marer, Fred
Boston: Little, Brown, 1960
511 MAR a
Buku Teks  Universitas Indonesia Library
cover
Beverly Hills, Calif.: Glencoe Press, 1977
513 ARI
Buku Teks  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>