摘要
指针既是C语言的特点,也是C语言的重点和难点。用得好,可以简化、优化程序;用不好,不但程序出错,还可能影响整个计算机系统的运行。从四个方面提出了C语言指针在数据结构中的巧妙使用,从而增强模块功能、提高程序的时间和空间性能、提高了模块的安全性、可靠性和独立性。
Pointer is not only the characteristic of C language,but also the stress and difficult point.Good use of pointer can simplify and optimize procedures,on the contrary,bad use of pointer may cause procedure error,even affect the running of whole computer system.Ingenious use of pointer is raised from four aspects in the data structure,which can enhance the module function,improve time and space performance of software,and increase the security,reliability and independence of modules.
出处
《价值工程》
2011年第13期160-161,共2页
Value Engineering
关键词
指针
时间性能
空间性能
模块独立性
pointer
time performance
space performance
module independence