ولد الشواطر
Well-Known Member
- تاريخ التسجيل
- 19 سبتمبر 2012
- المشاركات
- 118
- المجموعة
- ذكر
- الدفعة الدراسية
- 2011
- الكلية
- كلية تقنية المعلومات
- التخصص
- bis
سكشن 3 شعطوكم اليوم ؟؟؟؟
محد يدش الموضوع !!!!!!!!!!
تكلموا سألوا جاوبوا ..........؟؟؟
ولا نصك الموضوع أحسن ؟؟؟؟؟؟؟؟


p v q = q v p
p ^ q = q ^ p
p v (q v r) = (p v q) v r
p ^ (q ^ r) = (p ^ q) ^ r
p ^ T = p
p v q = p
p v T = T
p ^ F = F
p v ┐p = T
p ^ ┐p = F
p v (q ^ r) = (p v q) ^ (p v r)
p ^ (q v r) = (p ^ q) v (p ^ r)
┐(┐p) = p
┐(p v q) = ┐p ^ ┐q
┐(p ^ q) = ┐p v ┐q
p v p = p
p ^ p = p
p v (q ^ q) = p
p ^ (q v r) = p
p → q = ┐p v q
p ↔ q = (p → q) ^ (q → p)
p + q = (p ^ ┐q) v (┐p ^ q)
┐(p + q) = p ↔ q
[LEFT][( p--> ┐q)^(r--> q)^r]--> ┐p
[/LEFT]
ما فهمت لهاذا السؤال !!
اذا احد يعرف ليه
Use truth tables to prove that the following statement is a teutology ?
كود:[LEFT][( p--> ┐q)^(r--> q)^r]--> ┐p [/LEFT]
ممكن حل السؤال لcs 215template<class elemType>
class arrayListType
{
public:
bool isEmpty();
bool isFull();
int listSize();
int maxListSize();
void print() const;
bool isItemAtEqual(int location, const elemType& item);
void insertAt(int location, const elemType& insertItem);
void insertEnd(const elemType& insertItem);
void removeAt(int location);
void retrieveAt(int location, elemType& retItem);
void replaceAt(int location, const elemType& repItem);
void clearList();
int seqSearch(const elemType& item);
void insert(const elemType& insertItem);
void remove(const elemType& removeItem);
elemType min();
elemType max();
arrayListType(int size);
~arrayListType(); // destructor
arrayListType(const arrayListType<elemType>& otherList);
const arrayListType<elemType>& operator=
(const arrayListType<elemType>&);
protected:
int maxSize;
int length;
elemType* list;
};
void main()
{
}
Refer to the header file “arrayList.h” to call the appropriate function to:a. Insert the following elements in the list: 4, 8, 16, and 32 (use a loop).b. Display the size of the list.c. Print the elements of the list.


bi-conditional = IF AND ONLY IF or any equivalence statement to if and only if like (it is neccessary and sufficient condition for YYYY to ZZZZمرحبااا , شنو bi-conditional ؟