#include <bits/stdc++.h> using namespace std; int main() { long long int i,j,k,l,n,m=9999999999,mini,ma=0; string s[100...
Read More
Home / Archive for 2017
Angular 2 Way Data Binding
Demo Link : https://shawon100.github.io/angularmaterial/ Source Code : https://github.com/shawon100/angular-2-way-data-binding
Read More
How To Deploy Angular 2 App On Github For Free
At First Install angular-cli ghpages npm install -g angular-cli-ghpages After installing next step is linking your repos...
Read More
Fractional KnapSack Code In C++
#include <bits/stdc++.h> using namespace std; bool compare(const pair<double,double>& x,const pair<double,double&g...
Read More
Contrast Stretching of an image
x=input( 'Enter factor value=' ); a=imread( 'cameraman.tif' ); [m,n]=size(a); for i=1:m for j=1:n...
Read More
Log transform of an image
A=input( 'Enter the value of constant A=' ); a=imread( 'cameraman.tif' ); [m,n]=size(a); b=im2double(a); ...
Read More
Subscribe to:
Posts
(
Atom
)