![]() |
توضیح سورس کد segmentation
سلام دوستان عزیز
خواهش می کنم اگر کسی می تواند سورس کد segmentation در قسمت تشخیص پلاک خودرو را برای من توضیح بدهد. من ده روز دیگر تحویل پروژه دارم.:102::17: |
Segmentation fault is a specific kind of error caused by accessing memory that “does not belong to you.” It’s a helper mechanism that keeps you from corrupting the memory and introducing hard-to-debug memory bugs. Whenever you get a segfault you know you are doing something wrong with memory – accessing variable that has already been freed, writing to a read-only portion of the memory, etc. Segmentation fault is essentially the same in most languages that let you mess with the memory management, there is no principial difference between segfaults in C and C++.
There are many ways to get a segfault, at least in the lower-level languages such as C(++). A common way to get a segfault is to dereference a null pointer: |
زمان محلي شما با تنظيم GMT +3.5 هم اکنون ۰۴:۴۶ بعد از ظهر ميباشد. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.