Home
Online News
Social Media
Programming
Notes
Videos
Contact Us
Home
/
everysolution
/
Online news
/
TU Published Exam routine for fifth semester
TU Published Exam routine for fifth semester
Achyut
June 14, 2017
everysolution
,
Online news
Exam routine for fifth semester
Tu publish the notice for Bsc.Csit students
SPONSOR
Sponsor
Naya Gadgets
Popular Posts
Fixed Point Method(Numerical Method) C++ Programming
#include<iostream> #include<math.h> using namespace std; #define f(x) x*x-6*x+8 // equation #define g(x) (x*x+8)/6 int m...
How to increase the Wifi Speed ?
How to increase the Wifi Speed ? Wifi is one of the important part of using computer. If we are connected to the wifi then w...
Cyclic Redundancy Check (CRC) - Computer Network
Cyclic Redundancy Check (CRC) An error-detection technique used widely in today’s computer networks is based on cyclic redundancy check ...
Latest updates in terror attack in new Zealand
March 14 , Death count 49 Forty-nine people were killed in shootings at two mosques in central Christchurch, New Zealand, on Friday, in a ...
DECISION MAKING IN MANAGEMENT
DECISION MAKING IN MANAGEMENT Concept: - Indispensable component of management process - Process of selection of a best course of...
Conventional Encryption / Secret Key Cryptography
Conventional Encryption / Secret Key Cryptography Stream and Block Ciphers A stream cipher is one that encrypts a digital data stream o...
How to create QR Code ?
How to create QR Code ? QR code is a machine code consisting of an array of black and white squares, typically used for storing URLs or...
Memory Management in Operating System
Memory Management The entire program and data of a process must be in main memory for the process to execute. Memory consists...
Hill cipher encryption:cryptography(python)
#encryption key = [[7, 8], [11, 11]] # key l2 = [[0], [0]] # temporary list for i in range(2): for j in range(2): ...
Numerical Method’s Program codes
Numerical Method’s Program codes Horner’s Method Numerical Method # include<stdio.h> # include<conio.h> # inclu...
Comments
Powered by
Blogger
.
Post a Comment