GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
C++ implementation of front end fix and rear end vary queue
›
C++ implementation of front end fix and rear end vary queue #include <iostream.h> #include <conio.h> #define size 10 ...
C++ implementation of front and rear end varying queue
›
C++ implementation of front and rear end varying queue #include <iostream.h> #include <conio.h> #define size 10 clas...
C++ implementation of top varying stack
›
C++ implementation of top varying stack #include <iostream.h> #include <conio.h> #define size 10 using namespace std...
C++ implementation of fixed top stack
›
C++ implementation of fixed top stack #include<iostream.h> #include<conio.h> #definesize 10 class stack { int...
List of good references for Speech / Speaker Recognition Project
›
Here is list of good references , that we followed for our final project. These are also included in reference section of final report. ...
4 comments:
save an Android application's state and restore
›
The savedInstanceState way for saving state associated with a current instance of an Activity, for example - current navigation, selections,...
Silence Removal and End Point Detection JAVA Code
›
For the purpose of silence removal of captured sound, we used the algorithm in our final year project. In this post, I am publishing the...
7 comments:
declare global variable in android- example code
›
To declare global variable in android, you need to 1) create your own subclass of android.app.Application , 2) and then specify that cl...
1 comment:
What's the difference between a primary key and a unique key?
›
Both primary key and unique enforce uniqueness of the column on which they are defined. But by default primary key creates a clustered index...
What is de-normalization and when would you go for it?
›
As the name indicates, de-normalization is the reverse process of normalization. It is the controlled introduction of redundancy in to the d...
‹
›
Home
View web version