Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 8455 dokumen yang sesuai dengan query
cover
New York: Prentice-Hall, 1992
R 005.13 TEC
Buku Referensi  Universitas Indonesia Library
cover
Coad, Peter
New Jersey: Prentice-Hall, 1993
005.11 COA o
Buku Teks SO  Universitas Indonesia Library
cover
Ardiati Utami S.
"Teknologi informasi menjadi pendorong utama bagi perubahan dan pengembangan di bidang pendidikan. Salah satu implementasi teknologi informasi adalah portal yang menyediakan akses khusus mengenai suatu materi yang disajikan secara 'online' di Internet. Pada tugas akhir ini dibuat suatu portal yang menyajikan materi pembelajaran dengan studi kasus 'Object Oriented Software Engineering' menggunakan PHP.
Dalam implementasinya, portal ini menggunakan Ruby on Rails (RoR) sebagai bahasa pemrograman dan 'framework'-nya. RoR merupakan bahasa pemrograman yang berjalan pada 'framework' Rails. RoR telah menerapkan konsep pemrograman berorientasi object sehingga mempermudah pemeliharaan dan pengembangan aplikasi portal pembelajaran selanjutnya.
Pada tugas akhir ini, materi pembelajaran dikemas dalam bentuk tulisan (teks), 'slide' presentasi, bahan pendukung materi, serta video pembelajaran. Video pembelajaran ditujukan agar dapat diimplementasikan menggunakan alat multimedia sejenis Zune/iPod yang dapat menjadi standar pembelajaran dengan 'podcasting'. Dalam membuat video digunakan 'software' pendukung seperti Total Video Converter, Ulead Video Studio, dan iTunes untuk mengolah video agar dapat didukung oleh media 'player'.
Aplikasi portal pembelajaran ini kemudian diuji coba oleh sepuluh orang pengguna sistem. Hal-hal yang diujikan diantaranya adalah pengetahuan penguji tentang bahasa pemograman, hasil aplikasi dilihat dari karakteristik sistem, dan mengenai pendapat umum penguji terhadap teknologi yang digunakan dalam aplikasi portal pembelajaran ini. Dari hasil pengujian didapatkan informasi bahwa pengetahuan mengenai Ruby on Rails masih sangat sedikit meskipun konsep 'Object Oriented Programming' sudah banyak dipahami. Tetapi untuk pengembangan ke depan, sistem portal berbasis 'Ruby on Rails' dan 'podcasting' ini layak untuk dikembangkan lebih lanjut.

Information technology becomes main factor for regulation and development of education. One of the information technology implementation is portal technology which is provide particular access about particular matery presented online on the Internet. In this Final Project created a portal whish provide learning materials with Object Oriented Software Engineering case study with PHP.
In the implementation of this portal, we use Ruby on Rails (RoR) as programming language and framework. Ruby is a programming language which is run on Rails framework. RoR has implemented object oriented programming which make it easier to maintain and develope for next learning portal application.
In this Final Project, learning material has been packages in the format of text, presentation slide, learning material support, and video content. Video content is designated to be implemented using multimedia devices such as Zune/iPod which is one of the podcasting standar learning. We use video converter to make video such as Total Video Converter, Ulead Video Studio, and iTunes to manage video to be supported by media player.
This learning portal application subsequently tested by ten users. Some features such as basic knowledge about programming language and application result from the characteristic system are tested by user. And finally, general opinion about the technology that has been used on the application. From the testing result show that user knowledge about Ruby on Rails still very low though concept about Object Oriented Programming have comprehended by many user. However, in the case of forward development, this portal system which based on Ruby on Rails and podcasting competent to be developed furthermore.
"
Depok: Fakultas Teknik Universitas Indonesia, 2008
S51042
UI - Skripsi Open  Universitas Indonesia Library
cover
Springer, George
Cambridge, UK: MIT Press, 1989
005.1 SPR s
Buku Teks SO  Universitas Indonesia Library
cover
Clark, Dan
"Summary Design and develop cutting-edge applications in C# using proven object-oriented methodologies and best practices--Cover.
Contents Introduction -- Overview of object-oriented programming -- Designing OOP solutions : identifying the class structure -- Designing OOP solutions : modeling the object interaction -- Designing OOP solutions : a case study -- Introducing the .NET Framework and Visual Studio -- Creating classes -- Creating class hierarchies -- Implementing object collaboration -- Working with collections -- Implementing the data access layer -- Developing Windows applications -- Developing web applications -- Developing and consuming WCF services -- Developing the OSO application -- Wrapping up -- Appendix A: Fundamental programming concepts -- Appendix B: Exception handling in C# -- Appendix C: Installing the required software.
"
New York : Apress, 2011
005.133 CLA b (1)
Buku Teks  Universitas Indonesia Library
cover
Tucker, Allen B.
New York: McGraw-Hill, 1986
005.13 TUC p
Buku Teks  Universitas Indonesia Library
cover
James Noble, editor
"This book constitutes the refereed proceedings of the 26th European Conference on Object-Oriented Programming, ECOOP 2012, held in Beijing, China, in June 2012. The 27 revised full papers presented together with two keynote lectures were carefully reviewed and selected from a total of 140 submissions. The papers are organized in topical sections on extensibility, language evaluation, ownership and initialisation, language features, special-purpose analyses, javascript, hardcore theory, modularity, updates and interference, general-purpose analyses."
Berlin: [Springer-Verlag, ], 2012
e20410459
eBooks  Universitas Indonesia Library
cover
Nugroho Gito Prasojo
"Aspect Oriented Programming (AOP) dikemukakan oleh Tim Xerox PARC dibawah pimpinan Gregor Kiczales, dimana teknik ini mencoba untuk mengidentifikasi cross cutting code yang tersebar di dalam banyak class di kelompokkan menjadi sebuah aspect, dimana aspect ini akan di injeksikan ke dalam titik perpotongan (point cut) didalam class, tanpa class tersebut mengetahuinya. Keuntungan yang didapat dari teknik ini adalah mengurangi tangled code dan membuat code lebih fokus pada core concern, dan membuat sistem dapat lebih adaptif terhadap perubahan dengan memperkenalkan aspect baru tanpa merubah code yang telah ada. Proyek akhir ini memfokuskan pada pembuatan mini AOP framework yang di sebut dengan MTIUI.Aop, dan di terapkan dalam sistem Card Fraud Monitoring (CFM). CFM adalah aplikasi bertugas untuk melakukan preotorisasi transaksi berbasis kartu dan melakukan pencegahan fraud berdasarkan pola transaksi nasabah. Menggunakan prinsip dasar AOP, proyek akhir ini akan melakukan analisa aspect oriented terhadap sistem berbasis object oriented, untuk kemudian dilakukan perubahan struktur sistem agar aspect oriented dapat diterapkan tanpa mengubah perilaku fungsional sistem.

Aspect Oriented Programming was originated from Xerox Palo Alto Research Center (PARC) team lead by Gregor Kiczales. This technique tries to identify cross cutting code that span in all class, and group them together in an aspect, where later this aspect will be injected to a point cut inside the class, without the class have any knowledge of the injection. Important benefit from this technique is reducing tangled code and focusing code mainly to core concern, and change the system structure to become more adaptive to changes by introducing new aspects without changing existing code. This final project primary focus on the creation of mini AOP framework called MTIUI.Aop, and applying the framework to Card Fraud Monitoring system (CFM). CFM is an application that does the card based transaction preauthorization to prevent fraud based on customer transaction behavior. By using AOP principles, this final project will do an aspect oriented analysis from an object oriented system. The structural change on the sistem will be applied to allow aspect oriented behavior inside the system, without changing its functional behavior."
Depok: Universitas Indonesia, 2005
T-Pdf
UI - Tesis Membership  Universitas Indonesia Library
cover
Wong, William
New York: Prentice-Hall, 1990
005.446 WON o
Buku Teks  Universitas Indonesia Library
cover
Katzan, Harry, Jr.
Philadelphia : Auerbach, 1973
001.642 4 KAT i
Buku Teks  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>