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
▼
Read time from internet time server - working java code
›
Read time from internet time server - working java code import java.io.*; import java.net.*; import java.util.*; /** * This program makes...
iterate through map hashmap linkedhashmap in java
›
How to iterate through Map.. MashMap, LinkedHashMap ... in Java Method 1 : If you're only interested in the keys, you can iterate thr...
java escape text in regular expression
›
Java's a built-in way to escape arbitrary text so that it can be included in a regular expression- For example, users enter "$5...
use of @override annotation in java - why ?
›
The @override annotation is most useful as a compile-time reminder that the intention of the method is to override a parent method. See thi...
java reflection - what is - 101 tutorial
›
The name reflection is used to describe code which is able to inspect other code in the same system (or itself). A simple code example o...
Bubble sort working source code - C/C++
›
Bubble sort working source code - C/C++ #include <stdio.h> #include <iostream.h> void bubbleSort(int *array,int length)//Bubbl...
C C++ CODE : Shooting method for solving boundary value problem
›
Working C C++ Source code program for Shooting method for solving boundary value problem #include<iostream.h> #include<conio.h...
4 comments:
C C++ CODE : Simpsons 1/3 rule for integration
›
Working C C++ Source code program for Simpsons 1/3 rule for integration /************** SIPMPSONS 1/3 RULE ***********************/ #inc...
C C++ CODE : Trapezoidal rule for integration
›
Working C C++ Source code program for Trapezoidal rule for integration /************* TRAPEZOID FULE FOR INTEGRATION *****************/ #i...
1 comment:
C C++ CODE : Numerical integration for tabular data
›
Working C C++ Source code program for numerical integration - trapeziode and simpsons 1/3 method /************************ INTEGRATION FOR...
‹
›
Home
View web version