• 非垃圾收集语言需要避免两个主要内存管理危险内存泄漏悬空指针

    There are two major memory-management hazards to avoid in non-garbage-collected languages: memory leaks and dangling Pointers.

    youdao

  • 经典C语言方式进行面向对象编程一种方式就是使用晦涩指针比如句柄

    The classic C language approach to object oriented programming is the usage of opaque pointers, i.e., handles.

    youdao

  • 开发人员不必担心基于c语言PHP实现出现的分段(segmentation)错误c指针溢出

    Developers do not have to worry about segmentation faults and C pointer overruns seen in C-based PHP implementations.

    youdao

  • 环境指针大多数语言并未使用

    The environment pointer is not used in most languages.

    youdao

  • 对于任何使用c语言人,如果他们c语言最大烦恼什么,其中许多人可能回答说是指针内存泄漏

    Ask anybody working with C what bothers them the most about C, and many of them will probably answer Pointers and memory leaks.

    youdao

  • 常规控制字符(字符小于32):还特别包括字符0传统上称做NUL;称为NIL区别c语言中的NULL指针

    Normal control characters (characters with values less than 32) : This especially includes character 0, traditionally called NUL; I call it NIL to distinguish it from c's NULL pointer.

    youdao

  • 基本上来说是因为,这Python创造者,决定创造语言的时候,的设计决定他们主要了说,我们一个明确,指向实例指针

    Well, basically because it was a design choice when the creators of Python decided to create the language, they basically said, we're always going to have an explicit pointer to the instance.

    youdao

  • 第三语言一个环境指针(如果语言使用了环境指针的话),不过通常都会被设置0。

    The third field is an environment pointer for languages that use one, but is normally just set to zero.

    youdao

  • 程序持续不断的收到系统发送内存警告;当你不得不低级语言、字节级精度的指针C结构打交道时候,你怎么嗨的起来

    It's hard to get worked up about still dealing with low-level, per-byte-precise entities like pointers and C structs when your application is constantly receiving low-memory warnings from the OS.

    youdao

  • 每个对象都有一些附加字节通用语言运行库用来管理对象,对象指针同步锁定引用

    Every object has some additional bytes that the common language runtime USES to manage the object, such as the object's virtual table pointer and a reference to a sync block.

    youdao

  • 委托封装方法特殊类型,它类似其它编程语言中的函数指针

    Delegates are special types that encapsulate a method, similar to function Pointers found in other programming languages.

    youdao

  • 从概念上讲无效指针”,“指针指向虚无”,无论一个很好的理由语言

    NULL. Conceptually, that's the "invalid pointer", "pointer that points to nothing", whatever. There's a very good reason it's in the language.

    youdao

  • 文中根据作者所设想安全程序设计证明框架,c语言子集设计了一个指针逻辑系统

    In terms of the authors sketch of design and verification of safety programs, a pointer logic system is designed for a subset of C-like language.

    youdao

  • 尤其处理语言文法规则过多时,过于频繁指针操作降低系统稳定性可靠性

    If grammars of the language has too much rules, over frequently operating pointer will decrease the stability and reliability of a system.

    youdao

  • 其他面相对象编程语言没有提供这个指针

    Some other object-oriented programming languages do not provide that pointer.

    youdao

  • 语言指针数组方面的强大功能以及面向对象技术,极大地方便了程序编写

    C plus plus language has the powerful function in pointer and array and object-oriented programming (OOP) technology which are in favor of programming.

    youdao

  • 指针变量以及过程数据分析嵌套式语言全程分析的关键问题之一

    The analysis of pointer variable and inter procedure data is one of the key problem in the whole program analysis of nested language.

    youdao

  • 由于C语言允许通过指针进行间接内存访问,但并不进行边界检查因此可能存在缓冲区溢出

    The C language allows indirect access memory location by pointer without boundary check, which may cause buffer overflow.

    youdao

  • 多维数组指针递归C语言教学中的难点

    Multi-dimensional array pointer and recursion are the difficult sections of teaching C language.

    youdao

  • C语言我们通过使用指针不是通过维护非公开数据备份,使数据结构存储任何类型数据。

    In C, we make a data structure store data of any type by using void pointers to the data rather than by maintaining private copies of the data in the data structure itself.

    youdao

  • 具体实例详细介绍了C语言指针复杂说明理解方法

    The understanding method is in detail introduced of complex specifications of the guide finger of language C by means of illustrations.

    youdao

  • 例如包含函数指针多数语言用于可靠地支持函数编程

    For example, most languages that contain function Pointers can be used to credibly support functional programming.

    youdao

  • 第二语言学习中,反馈指针学习者言语行为给予学习者的评价性信息

    In second language learning, feedback refers to the evaluative information available to learners concerning their linguistic performance.

    youdao

  • 软件开发需要开辟数百KB内存缓冲区C语言设置这样大的内存缓冲区出现数据问题,采用指针数组的使用机制能解决以上难题。

    In the development of soft ware, it is always necessary to design a memory buffer with hundreds of KB, which will probably lead to the problem of data span limit in the dvice of C language.

    youdao

  • 强制公共语言运行时(CLR)释放保留在运行时可调用包装(RCW)所有接口指针

    Forces the common language runtime (CLR) to release all interface Pointers it holds inside runtime callable wrappers (RCW).

    youdao

  • 本文主要介绍了如何CML语言实现指针类型的编译器。

    This paper mainly introduced how to implement pointer type in CML language.

    youdao

  • 语言指针经典教材就是这本学习个人感觉不错大家看看

    C language and the classic indicators of teaching materials, I rely on this book learning, personal feel good! We also take a look at it.

    youdao

  • C语言程序由于使用了全局变量或是使用了静态变量,或是使用了指针参数,从而产生副作用

    The side effect of the subprogram is produced by using public variable, or static variable, or pointer parameter in C Program.

    youdao

  • 本文首先介绍C语言中函数指针种简单用法,其次讨论了C语言中的多维浮点数组、含有浮点成员结构数组访问发现问题,同时给出了解决办法。

    Secondly it pointed out the problem that the C programming language occurs while C access muti-dimensional arrays of float or array of structure whose one or more members type is float.

    youdao

  • 并根据C语言结构功能强的特点,采用结构指针队列动态数据结构,使整个算法具有节省内存快速省时的特点。

    Applying structure pointer and dynamic data structure, such as the linked list and queue in c, we have made the working software executed with less memory requirement and time overhead.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定