عنوان فایل:پاورپوینت آرایه ها و ساختار ها در برنامه نویسی
تعداد اسلاید:38
قسمتی از متن اسلاید ها:
آرايه ها و ساختارها
ADT (Abstraction data type)
آرايه ها
يونيون ها و ساختارها
ماتريس هاي اسپارس
آرايه هاي چند بعدي
چند جمله اي ها
رشته ها
مجموعه ای از داده كه در خانه های پشت سرهم حافظه قرارمی گیرند.
مجموعه ای از زوجها شامل اندیس و مقدار است.
به ازا هر اندیس یک مقدار مربوط به آن اندیس وجود دارد (تناظر یا نگاشت)
GeneralArray(int j, RangList list ,float InitialValue=DefaultValue);
/* Creates a j dimension array of floats where the range of the kth dimension is given by the kth element of list.*/
- float Retrieve (index i);
//if(i is in the index set )return the item associated with i in the array else return error
-void Store( index i, float x);
//if (i is in the index set ) insert new pair else return error
برچسب ها:
PowerPoint-araye-ha-va-sakhtar-ha-dar-barname-nevisi