fakecineaste

Wednesday, March 13, 2013

Graphs

›
Directed Graph The ordered pairs in E represent the direction of the edge, i.e., (tail, head) tail is source vertex and head is the t...

IPv4 vs IPv6

›
What is IP? IP (short for Internet Protocol) specifies the technical format of packets and the addressing scheme for computers to commu...

IPv4 Overview

›
32 bit Addressing scheme Host address, e.g., 192.168.1.1 Network address, e.g., 192.168.1.0/24 or 192.168.1.0 255.255.255.0 Host addres...

Digital System Design

›
Digital System Design Combinational Logic Building Blocks Multiplexers Called n-to-1 multiplexer Decoders Called n-to-2n decoder ...

Absorption

›
Absorption: A) x + xy = x B) x (x+y) = x AXIOMS AND BASIC THEOREMS Absorption x+x·y =x   x · (x + y) = x A Boolean function...

Memory Management Techniques

›
Memory Management Techniques Fixed Partitioning Divide memory into partitions at boot time, partition sizes may be equal or unequal ...

Binary Search Tree

›
Binary Search Trees • Binary Search Tree Property: The value stored at a node is greater than the value stored at its left child a...

Postfix to Infix

›
Problem 3: Postfix to Infix A popular example of using a stack in data structure courses is to convert an infix expression (e.g. 2 * 5...

Heapsort

›
Heapsort Heapsort is a sorting algorithm that maintains the O(n lg n) run time (like mergesort) but operates in place (like insertion ...

performance

›
Örn: Bir compiler tasarımcısı bir makina için, iki kod serisinden birini seçecektir. Donanım üreticisi aşağıdaki bilgileri vermiştir : ...

Moore's law

›
Moore's law Moore's law is the observation that over the history of computing hardware, the number of transistors on integrated ci...
Tuesday, March 12, 2013

Binary Tree

›
Binary Trees A binary tree is a tree in which each node can have maximum two children. Thus each node can have no child, one child or two...

tree traversal

›
tree traversal tree traversal refers to the process of visiting (examining and/or updating) each node in a tree data structure, Such tr...

HTML5

›
What is HTML5? Some rules for HTML5 were established: New features should be based on HTML, CSS, DOM, and JavaScript Reduce the need...

CFML

›
CFML  ColdFusion Markup Language, more commonly known as CFML, is a scripting language for web development that runs on the JVM, the ...

RELAX NG

›
RELAX NG In computing, RELAX NG (REgular LAnguage for XML Next Generation) is a schema language for XML A RELAX NG schema specifies a...

MTOM

›
MTOM MTOM is the W3C Message Transmission Optimization Mechanism, a method of efficiently sending binary data to and from Web services. M...
Sunday, March 10, 2013

how to activate administrator account windows 7

›
normally try net users administrator /active:yes if you run windows 7 french version try net users administrateur /active:yes The...
Thursday, March 7, 2013

javascript interview questions

›
Fill in the body of the sortByFoo function below. Executing the code should display true three times in your browser. function sort...
‹
›
Home
View web version
Powered by Blogger.