|
|
|
1385-11-29 |
February 18, 2007 01:13 PM
|
|
|
|
1385-11-27 |
February 16, 2007 07:45 AM
|
|
These students should be present at the time specified for delivery of their project.
Saturday 11/28
kashi..................11:00-11:30
karami 11:30-12:00
noursalehi...........13:00-13:30
ashtari 13:30-14:00
pourdeilami.........14:00-14:30
vaezi 14:30-15:00
yousefi................15:00-15:30
asrzad 15:30-16:00
sarachi................16:00-16:30
moravej 16:30-17:00
mirzayee.............17:00-17:30
pashakhanlou 17:30-18:00
Moradkhani.........18:00-18:30
gharari 18:30-19:00
khodavirdi...........19:00-19:30 |
|
|
|
1385-11-25 |
February 14, 2007 06:16 PM
|
|
The deadline of project has been extended. You can send it to me until Thursday 11/26.
The delivery is on Saturday. I will announce it.
Check this page Friday, otherwise if you are not present, you won't get the grade of project. |
|
|
|
1385-11-21 |
February 10, 2007 05:00 PM
|
|
We will have an informal session for your problems in project.
If you want, be present at 16:00, Monday 11/23 |
|
|
|
1385-11-18 |
February 07, 2007 04:08 PM
|
|
Selecting a text in editor
Use the following function to get the state of SHIFT key. i.e. when want to select a text. when this function is called, if the shift key is down (pressed) it return TRUE otherwise return FALSE.
uses Dos;
function ShiftDown : boolean;
var regs : registers;
begin
FillChar (regs, SizeOf(regs), 0);
regs.ah := $02;
Intr ($16, regs);
altdown := (regs.al and $03) <> $00;
end; |
|
|
|
1385-11-11 |
January 31, 2007 05:40 PM
|
|
|
Some problems about your project has been answered in Assignments. |
|
|
|
1385-11-11 |
January 31, 2007 04:24 PM
|
|
A new project has been added to the defined projects that you can do.
Those who can not create an editor, should read this new project.
View it at Assignments. |
|
|
|
1385-11-03 |
January 23, 2007 03:41 PM
|
|
|
|
1385-10-05 |
December 26, 2006 01:41 PM
|
|
Due date of assignment 7 is extended to Thursday, 14th Dey.
Be happy and do a good job. |
|
|
|
1385-10-05 |
December 26, 2006 01:25 PM
|
|
The final exam covers materials from lectures.
You can read the following chapters of the text book:
Chapter 2 from section 2.3,
Chapter 3 everything except section 3.6,
Chapter 4, 5, 6, 7, 8, 10, 11,
Chapter 12 everything except section 12.6,
Chapter 14, 15, 16. |
|
|
|
1385-10-05 |
December 26, 2006 01:16 PM
|
|
We will have an extra session on Thursday, 17th Day at 9:00.
The room is perhaps Alef-1.
I recommend everyone to be present at this session. |
|
|
|
1385-10-03 |
December 24, 2006 01:48 PM
|
|
A new link has been added to Resources page. You can find many programs and units in that page.
There is some units for using mouse in pascal in that page. you can use these units to do your upcoming projects and get extra points. |
|
|
|
1385-09-24 |
December 15, 2006 08:54 PM
|
|
For those of you interested in reading more about pascal and be expert in it, I recommend reading the book "راهنمای جامع توربو پاسکال".
It was written by "Stephen K. O'Brien" and "Steve Numeroff" and translated by "جابر هاشمی اصل" and published by "انتشارات پارسیان".
You can read more about it at http://www.amazon.com/Turbo-Pascal-7-Complete-Reference/dp/0078817935.
It is not for getting good grade in exam, but if you want to know more about pascal and changing from pascal to other languages be easy, read it. |
|
|
|
1385-09-24 |
December 15, 2006 08:26 PM
|
|
|
New assignments has been added to Assignment page. |
|
|
|
1385-09-18 |
December 09, 2006 03:13 PM
|
|
As you know the midterm will be taken tomorrow in the class at 7:30.
There are some problems that you should answer.
Also there are some expressions that you should evaluate.
Exam will last at most to the end of the class time.
Be aware, there will be no extension in exam time,
and since you will probably run out of time, be present at 7:30. |
|
|
|
1385-09-15 |
December 06, 2006 03:37 PM
|
|
|
You should send your assignment to the teacher email. |
|
|
|
1385-09-07 |
November 28, 2006 02:49 PM
|
|
|
The midterm exam will be taken in class on Sunday, Azar 19th. All materials studied till now (including procedures and functions) will be covered. You will have a challenging exam, so be fully practiced. |
|
|
|
1385-09-04 |
November 25, 2006 04:29 PM
|
|
|
|
1385-09-04 |
November 25, 2006 04:10 PM
|
|
|
|
1385-09-04 |
November 25, 2006 11:38 AM
|
|
|
New assignments has been added to Assignment page. |
|
|
|
1385-08-21 |
November 12, 2006 02:18 PM
|
|
|
The next session (on Aban 23rd) will be held in room 205, 2nd floor, Computer Department. |
|
|
|
1385-08-14 |
November 05, 2006 09:32 AM
|
|
|
New assignments has been added to Assignment page. |
|
|
|
1385-08-14 |
November 05, 2006 09:32 AM
|
|
|
Recitations will be held every Tuesday from 12 to 13 in Alef 24. |
|
|
|
1385-08-10 |
November 01, 2006 03:42 PM
|
|
|