Bab 1
Konsep dan Pengertian
Manajemen proyek kini merupakan keharusan, bukan lagi sekedarpilihan. Ini berarti bahwa pekerjaan-pekerjaan tertentu akan lebih efisiendan efektif jika dikelola dalam kerangka proyek dan bukan diperlakukansebagai pekerjaan biasa. Dengan demikian diperlukan penerapan
manajemen proyek secara benar. Maka memahami manajemen proyek secara benar sangatlah penting dalam rangka...
Minggu, 12 November 2017
Selasa, 31 Oktober 2017
Parallel CRC
//-----------------------------------------------------
// Design Name : parallel_crc_ccitt
// File Name : parallel_crc.v
// Function : CCITT Parallel CRC
// Coder : Deepak Kumar Tala
//-----------------------------------------------------
module parallel_crc_ccitt (
clk ,
reset ,
enable ,
init ...
Senin, 30 Oktober 2017
Encoder - Using if-else Statement
//-----------------------------------------------------// Design Name : encoder_using_if// File Name : encoder_using_if.v// Function : Encoder using If// Coder : Deepak Kumar Tala//-----------------------------------------------------module encoder_using_if(binary_out , // 4 bit binary outputencoder_in , // 16-bit inputenable ...
Regular D Latch
//-----------------------------------------------------// Design Name : dlatch_reset// File Name : dlatch_reset.v// Function : DLATCH async reset// Coder : Deepak Kumar Tala//-----------------------------------------------------module dlatch_reset (data , // Data Inputen , // LatchInputreset ...
Asynchronous FIFO ( Gray Counter )
//==========================================
// Function : Code Gray counter.
// Coder : Alex Claros F.
// Date : 15/May/2005.
//=======================================
`timescale 1ns/1ps
module GrayCounter
#(parameter COUNTER_WIDTH = 4)
(output reg [COUNTER_WIDTH-1:0] GrayCount_out, ...
8-Bit Simple Up Counter
module up_counter (
out , // Output of the counter
enable , // enable for counter
clk , // clock Input
reset // reset Input
);
//----------Output Ports--------------
output [7:0] out;
//------------Input Ports--------------
input enable,...
Mux : Using assign Statement
//-----------------------------------------------------
// Design Name : mux_using_assign
// File Name : mux_using_assign.v
// Function : 2:1 Mux using Assign
// Coder : Deepak Kumar Tala
//-----------------------------------------------------
module mux_using_assign(
din_0 , // Mux first input
din_1 ...
Kamis, 12 Oktober 2017
Review Jurnal
Jurnal : Pengelolaan Perpustakaan Berbasis Teknologi Informasi
Tahun : 2008
Penulis : Ishak
Reviewer : Jodi Ferdiansyah
Pendahuluan
Normal
0
false
false
false
IN
X-NONE
X-NONE
...
Senin, 10 Juli 2017
Open Trip !!!

Bali - Nusa Penida
Only Rp.1.650.000 for 4D3N
Limited Quota, Grab it fast!
...
Kamis, 15 Juni 2017
Why Need preselling? | Online Business | Internet Marketing

When people want to
buy a product and see the shop windows online website you, the stranger it
looks like the confusion in making a decision. That exist in their minds just
one, to buy or not .This is where your job as a marketer is to convince buyers
that its decision was right. You must lead...
Senin, 23 Januari 2017
Tugas V-Class 3 ( UJT & BJT )
Soal
1. Jelaskan tentang UJT
2. Jelaskan tentang BJT
Jawab :
1. Uni Junction Transistor (UJT) atau dalam bahasa Indonesia sering disebut dengan Transistor Sambungan Tunggal adalah Komponen Elektronika Aktif yang terbuat dari...
Langganan:
Postingan (Atom)