Learn. Share. Improve.
Home
Programming
Algorithms
GSM/WCDMA
Latest From My Blog
No posts with label
c++
.
Show all posts
No posts with label
c++
.
Show all posts
Home
Popular Posts
C++: Program to Find the Square Root of a Number Without using Inbuilt sqrt() Function
Hey folks, hope you people are doing well. Today I am going to share a program of finding the square-root of a number without using any i...
What is the difference between VoIP and VoLTE?
VoIP refers to Voice Over IP, which is a methodology of delivering the voice communication data over the internet. V oice over IP (VoIP) r...
Programming: Find 'n'th root of K number
Hello friends, Today I am going to share a program to find 'n'th root of a given 'k' number. So here is the program. #i...
Programming: C++ program to implement Heap
A heap is a partially sorted binary tree. Although a heap is not completely in order, it conforms to a sorting principle: every node has a ...
GSM: SIM Cards: IMSI, ICCID, IMEI, MSISDN
Again I read this on Quora. This is important to those who work in telecom industries. IMSI = International Mobile Subscriber Identity. ...
GSM: Difference between UMTS SIM (USIM) and GSM SIM
SIM and USIM SIM cards (Subscriber Identity Module) are used to communicate on GSM networks and USIMs were introduced together with UMT...
Programming: C++ Program to Implement Stack Using Linked List
This C++ program, using iteration, implements the list of elements removed from the stack in last in first out mode using a linked list. A ...
GSM: Why is the channel spacing in GSM 900 just 200KHz?
I've came across this question so many times in the period of telecommunication learning. Every time I asked the question, there was no...
Programming: C++ Program to Implement Hash Table
What is hash table ? Do not confuse this with Hash List or Hash Tree. From Wikipedia about hash table In computing, a hash table (hash ...
Data Structure: Implementing Circular Queue in C++
Circular queue is a linear data structure. It follows FIFO principle. In circular queue the last node is connected back to the first nod...
Blog Archive
▼
2015
(15)
▼
October
(15)
Data Structure: Implementing Circular Queue in C++
Data Structure: Implementing Priority Queue in C++
Data Structure: Binary Search Tree
Programming: Cpp Program to Implement Queue Using ...
Programming: C++ Program to Implement Stack Using ...
Programming: C++ program to implement Heap
Programming: C++ Program to Implement Hash Table
Programming: C Program to Represent Graph Using Ad...
What is the difference between VoIP and VoLTE?
Knowledge: Some good computer tricks 2
Knowledge: Some good computer tricks
GSM: Difference between UMTS SIM (USIM) and GSM SIM
GSM: Why is the channel spacing in GSM 900 just 20...
Programming: Reverse a stack using Recursion
Programming: C program to print all permutations o...
►
2013
(33)
►
November
(2)
►
October
(10)
►
September
(18)
►
August
(3)
+