Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Computex Academy software Blog  > 

Computex Academy Blog


computex.online
This blog is for computer science subjects, such as, computer networks, data structures, programming, DBMS, automata, architecture and digital logic, operating systems, algorithms and all subjects in computer science. Furthermore, it includes research related all topics in computer science, also application developments, for instance, mobile app design, web design and topics related to computer science.
What Is  IEEE 802 Project?
2018-07-23 12:56
802 is an IEEE(Institute of Electrical and Electronics Engineers) project which standardizes  LAN (Local Area Networks)  and MAN (Metropolitan Area Networks) communication protocol… Read More
2018-07-23 12:46
cbrgen tool is used to create  random connections between nodes in wireless ad hoc networks, actually cbrgen is a file cbrgen.tcl  which  content listed below.the syntax for&n&hell…Read More
What Is Finite Automata?
2018-07-23 12:39
A  Deterministic Finite Automaton (DFA)  is a five tuple mathematical model  M which is  (Q, Σ, δ, q0, F)WhereQ denotes set of states in machineΣ denote… Read More
Find Factorial In CPP Using Class
2018-06-13 16:12
Program Description- Program that calculates factorial of a natural number is given below, in which a class Fact is declared in which there are two public integer  variables  which… Read More
Bubble Sort In C++ Using Class
2018-04-28 09:17
In this post,  bubble sort is written in C++ using class.#includeusing namespace std;class BubbleSort{ int a[20]; public: int *bubblesort(int *, int); }; int* BubbleSort :: bubblesort… Read More
2018-04-28 07:43
To understand network simulation you have to understand simulation and to understand simulation you have to understand system , model,  simulation, computer network model so let us sta… Read More
2018-04-03 02:19
 This program contains some errors you need to remove.___________________________________________________#includeusing namespace std;class BinarySearch{ int i; int n; public: void b_se… Read More
Linear Search In C++
2018-04-01 18:03
#includeusing namespace std;class LinearSearch{ int n; int i; public: void l_search(int* );};void LinearSearch :: l_search(int a[]){ int index=-1,data; cout cin>>data; for(i=0; i { if… Read More
Structures In C Programming
2018-03-27 18:23
Structures are salient features of C programming language and it is a user defined data type that packages integer, float and character data types. Furthermore, the addresses of data members… Read More
2018-03-26 11:18
Polymorphism means single name but multiple formats and this is one of the crucial features of C++. Furthermore, when there are multiple formats of a single function then choosing an appropr… Read More
What Are Templates In C++?
2018-03-26 11:17
Template are used to support generic programming  in C++, what happens when you need a function of a class that takes its argument  as float as well as integer. You have to declare… Read More
2018-03-16 06:12
Inheritance is a very important feature of object oriented programming approach which provides the mechanism of reusability of classes. Moreover, it is very important to reuse classes which… Read More
Add Two Numbers In CPP
2018-03-15 13:58
#include using namespace std; int main() { int x, y, sum; coutcin>>x>>y;sum = x + y; coutreturn 0;}___________________________For output see the vid… Read More
Sum Of Natural Numbers In CPP Using Class
2018-03-15 09:28
Program Description- In this program, a class Sum is declared which has two public variables n and i and a public function sum_of_n() which takes an integer argument( user should provide a n… Read More
2018-01-11 07:15
C C++ C is a procedure oriented language. C++ is an object oriented language. C uses top-down approach i.e. it divides main() program into functions and solves problems… Read More

Share the post

Computex Academy

×

Subscribe to Computex Academy

Get updates delivered right to your inbox!

Thank you for your subscription

×