techdict talk:Hardcode

من ويكي عربآيز
اذهب إلى: تصفح، ابحث

اقتراحات

  • تضمين/تعديل للكود في البرنامج أو ملف المصدر

تعليقات

  • (في الحوسبة) تعني بناء سلاسل (محارف) مطلقة غير قابلة للتغيير في البرنامج بحيث لا يمكن تغيرها عن طريق تعديل الكود المصدري للبرنامج واعادة تجميعه .
  • أو إدراج برنامج ثابت (غير قابلة للتغيير) في الجهاز ؛ hard wire

اقتباس :

"Hard coding (also, hard-coding or hardcoding) refers to the software development practice of embedding what may, perhaps only in retrospect, be regarded as input or configuration data directly into the source code of a program or other executable object, or fixed formatting of the data, instead of obtaining that data from external sources or generating data or formatting in the program itself with the given input." "

ملاحظة. أيضا :

Hardcode is also sometimes used in describing more difficult programming languages such as C or C++ rather than such "softcode" languages as Visual Basic

-- اقتباس من الموسوعة.