emadeldeen

Emadeldeen Abdallah

Teadching-Assistant -

Faculty of Computers and Information

Address: Sohag

60

Like

C++ Programming Basics

2018-06-12 01:24:53 CPP
Date: 17/03/2018 10:00 AM Day: Saturday Section Num.: (03) D AND 3-D PLOTS * Line Plots >> x = 0:pi/100:2*pi; >> y = sin(x); >> plot(x,y) >> xlabel('x') >> ylabel('sin(x)') >> title('Plot of the ... Read more

03 N+ section

2018-06-12 01:23:23 Networks 4th computer science
* A NETWORK SEGMENT is a cable length, that is uninterrupted by network connectivity devices, such as bridges and routers. - TCP / IP configration in details. - Static, Alternative, DHCP and Automatic _APIPA._ ... Read more

N+ Section 2

2018-06-12 01:22:36 Networks 4th computer science
A SERVER is a system (software and suitable computer hardware) that responds to requests across a computer network to provide, or help to provide, a network service. IP and Mac Adress in details IP ... Read more

01 Network Section

2018-06-12 01:21:50 Networks 4th computer science
A NETWORK is a group of systems that are connected to allow sharing of resources such as files or printers or sharing of services such as an Internet connection. * Network Hardware * Network ... Read more

Lecture 02 Introduction to (Matrices and Arrays)

2018-06-12 01:20:06 MATLAB
Date: 10/03/2018 10:00 AM Day: Saturday Section Num.: (02) MATRICES AND ARRAYS * MATLAB is an abbreviation for "matrix laboratory." While other programming languages mostly work with numbers one at a time, MATLAB® is ... Read more

Lecture 01 Introduction to (MATLAB Basics)

2018-06-12 01:14:47 MATLAB
MATLAB BASICS Create a variable named a by typing this statement at the command line >> a = 1 a = 1 Hide Result by adding (;) at end of statement. >> a = ... Read more