Digital Laboratory for Quantum Information Sciences
STSN-UPI-CAMBRIDGE-CALTECH-OXFORD-
MIT-HARVARD UNIVERSITY
CENTRAL FOR INNOVATION, RESEARCH AND DEVELOPMENT
IN QUANTUM COMPUTING
Amin Semoga 20 tahun mendatang Institusi ini dapat
Lahir dan dibangun!
~16-07-2009~
Visi
Ikut Berperan serta dalam Inovasi, Penelitian dan Pengembangan serta
Pendidikan Quantum Relativistic Information Sciences and Engineering
Misi
1. Quantum mechanics
2. Quantum clock
3. Quantum computing
4. Quantum statistical mechanics
5. POVM (positive operator value measure)
6. Information theory
7. International Journal of Quantum Information
Head of the Division
Rickyaji Pratama
(STSN)
Rickyaji Pratama
(STSN)
Oleh: Ricky Aji Pratama
Dalam bahasa C, operasi file memiliki beberapa bentuk yaitu :
• fopen()
merupakan salah satu operasi file yang berfungsi untuk mengkaktifkan sebuah file. hal ini dailakukan agar file tersebut dapat diakses.
Contoh : FILE *fopen(char *namafile, char *mode);
• fclose()
merupakan salah satu operasi file yang berfungdi untuk menutup suatu file, hal ini dilakukan karena adanya keterbatasan jumlah file yang dapat diakses secara serentak. file yang tidk lagi digunakan sebaiknya ditutup.
Contoh : int fclose(FILE *pf);
• fscanf()
merupakan suatu operasi file yang berguna untuk membaca kembali sebuah data bilangan yang telah disimpa dalam sebuah file dengan keadaan diformat.
Contoh : fscanf(ptr_file, “string kontrol”, daftar argumen);
• fprintf()
berfungsi untuk menimpan seubuah data bilangan dalam sebuah file dalam keadaan diformat.
Contoh : fprintf(ptr_file, “string kontrol”, daftar argumen);
• fgets()
merupakan suatu operasi file yang berfungsi untuk membaca string dari file sampai ditemukannya baris baru (‘\n’) atau setelah n-1 krakter, dengan n adalah panjang maksimal string yang dibaca perwaktu-baca.
Contoh : char *fgets(char *str, int n, FILE *ptr_file);
• fputs()
merupakan salah satu operasi file yang berfungsi untuk menyimpan data bertipe string kedalam file.
Contoh : int fputs(char *str, FILE *ptr_file);
• fgetc()
meupakan suatu operasi file yang berfungsi untuk membaca suatu karakter dari sebuah file.
Contoh :
• fputc()
merupakan operasi file yang berguna untuk menyimpan sebuah karakter kedalam file.
Contoh :
• fread()
merupakan suatu fungsi yang memungkinkan untuk membaca data file dalam bentuk kesatuan blok ( sejumlah byte ), misalnya untuk membaca sebuah data bertipe float.
Contoh : int fread(void *buffer, int n, FILE *ptr_file);
• fwrite()
merupakan suatu fungsi yang memungkinkan untuk menyimpan data file dalam bentuk kesatuan blok ( sejumlah byte ), misalnya untuk menyimpan sebuah data bertipe float.
Contoh : int fwrite(void *buffer, int jum_byte, int n, FILE *ptr_file);
• fseek()
merupakan suatu operasi file yang berfungsi untuk menempatkan penunjuk file kesuatu lokasi dalam file berdasarkan ofset dan posisi. Dapat juga digunakan untuk membaca data secara acak dan memungkinkan juga untuk melakukan pengubahan data secara acak.
Contoh : int fseek(FILE *ptr_file, long int ofset, int posisi)
• feof()
merupkan suatu operasi file yang berfungsi untuk mendeteksi akhir dari suatu file. Keliuaran feof() berupa nilai null (“”) jika operasi pembacaan yang terakhir (misalnya getw()) membaca tanda akhir file.
Contoh : int feof(FILE *ptr_file);
Adapun beberapa jenis mode yang dapat digunakan untuk pemrosesan file tersebut adalah :
Mode
|
Arti
|
r
| Membuka sebuah file teks untuk pembacaan |
w
| Membuat sebuah file teks untuk penulisan |
a
| Menambahkan data ke sebuah file teks |
rb
| Membuka sebuah file binary untuk pembacaan |
wb
| Membuat sebuah file binary untuk penulisan |
ab
| Menambahkan data ke sebuah file binary |
r+
| Membuka sebuah file teks untuk pembacaan/penulisan |
w+
| Membuat sebuah file teks untuk pembacaan/penulisan |
a+
| Menambahkan data/membuat file teks untuk pembacaan/penulisan |
r+b atau rb+
| Membuka sebuah file binary untuk pembacaan/penulisan |
w+b atau wb+
| Membuat sebuah file binary untuk pembacaan/penulisan |
a+b atau ab+
| Menambahkan data ke file binary untuk pembacaan/penulisan |
Sources from Cornell University Library
Nonlinear Sciences
- Nonlinear Sciences (nlin new, recent, find)
includes (see detailed description): Adaptation and Self-Organizing Systems; Cellular Automata and Lattice Gases; Chaotic Dynamics; Exactly Solvable and Integrable Systems; Pattern Formation and Solitons
Computer Science
- Computing Research Repository (CoRR new, recent, find)
includes (see detailed description): Architecture; Artificial Intelligence; Computation and Language; Computational Complexity; Computational Engineering, Finance, and Science; Computational Geometry; Computer Science and Game Theory; Computer Vision and Pattern Recognition; Computers and Society; Cryptography and Security; Data Structures and Algorithms; Databases; Digital Libraries; Discrete Mathematics; Distributed, Parallel, and Cluster Computing; Formal Languages and Automata Theory; General Literature; Graphics; Human-Computer Interaction; Information Retrieval; Information Theory; Learning; Logic in Computer Science; Mathematical Software; Multiagent Systems; Multimedia; Networking and Internet Architecture; Neural and Evolutionary Computing; Numerical Analysis; Operating Systems; Other Computer Science; Performance; Programming Languages; Robotics; Software Engineering; Sound; Symbolic Computation
Sources From Center for Quantum Computing
What We Do
The discovery that quantum physics allows fundamentally new modes of information processing has required the existing theories of computation, information and cryptography to be superseded by their quantum generalisations. The Centre for Quantum Computation, part of the University of Cambridge, and based within the Department for Applied Maths and Theoretical Physics, conducts theoretical research into all aspects of quantum information processing, and into the implications of the quantum theory of computation for physics itself.
- Introductions to Quantum Information
- Part III Lectures
- Video Lectures
- Tim Gowers
- David Deutsch
- Fujitsu Seminars - CQC Members
- Forthcoming Events
- Quantiki (the quantum information wiki)
- Graduate Applications
Quantum Information Science
An Emerging Field of Interdisciplinary Research and Education in Science and Engineering
PREFACE
EXECUTIVE SUMMARY
INTRODUCTION
BIRTH OF A NEW SCIENCE
Compressibility and Capacity
- Quantum Entanglement
- Quantum Key Distribution
- Models of Quantum Computation
- Quantum Complexity Classes
- Quantum Searching and Lower Bounds
- Quantum Communication Complexity
- Quantum Error-correcting Codes
- Fault-tolerant Quantum Computation
- Quantum Information Processing in AMO Physics
- Nuclear Magnetic Resonance and Quantum Computation
CHALLENGES AND OPPORTUNITIES
New Quantum Algorithms
- Quantum Simulation
- Complexity Theory
- Quantum Cryptography
- Complexity-based Cryptography
- Quantum Error Correction and Fault Tolerance
- Precision Measurement and Quantum Control
- Many-party Quantum Entanglement
- The Quantum — Classical Boundary
- Quantum Information and Fundamental Physics
- Quantum Information Processing with Atoms and Photons
- Quantum Information Processing in Condensed Matter
- Toward Scalable NMR quantum computation
Tidak ada komentar:
Posting Komentar