Through analysis and examples of programming the parameters of ellipse points methods of programming are determined.
通过分析和实例编程,明确椭圆的参数化编程的要点和方法。
Based upon practical application, this article discusses the methods of programming design of producing variable column report form in programme application.
通过具体实例,阐述了可变栏目报表在应用程序中实现时程序设计的一般方法。
The techniques of research and preparation and the methods of programming of the software package are talked about in detail in the paper. And this paper also maked a special effort to discuss t…
文中详细阐述了软件包的研制技术和程序设计方法,着重论述了多功能接口设计和混合语言编程技术在该软件包中的成功应用。
This requires familiarity with COM programming, and that you implement all of the properties and methods of these interfaces, even those you don't intend to use.
这个要求对COM编程比较熟悉,你必须实现这些接口的所有的属性和方法,即使你不需要那些方法和属性。
You should also review the Resources at the end of this tutorial for more information about database objects and programming methods.
还应查阅本教程最后的参考资料,获取关于数据库对象和编程方法的更多信息。
The use of static methods might be considered a bad object oriented programming practice.
静态方法的使用可能是一种糟糕的面向对象的编程操作。
We call a group of onscreen bubbles a working set; working sets can be very useful for programming tools that naturally output multiple methods or locations in code.
我们把屏幕上的一组气泡称为一个工作集,工作集非常利于那些经常输出多个方法或者代码位置的编程工具。
In the case of object-oriented programming, these models clearly lay out the classes and methods linked to a use case.
在面向对象的编程用例中,这些模型清楚地展示了连接到用例地类和方法。
The next important feature to take advantage of when migrating from PHP V4 to V5 is support for contract programming through interfaces and abstract classes and methods.
从PHP V 4迁移到PHP v5时要利用的下一个重要特性是支持通过接口、抽象类和方法进行契约编程。
Such abstraction would require the capabilities of a full-fledged object-oriented programming language? One that is replete with robust reflection methods.
此种抽象会要求具备完全面向对象程序设计语言的功能,它是一个具有健壮的映射方法的语言。
They also open the door to using different types of OOP programming methods and design patterns with PHP easily.
它们还允许通过PHP轻松地使用不同类型的OOP编程方法和设计模式。
An analysis of different agile delivery methods was undertaken, and Extreme Programming (XP) seemed to fit our requirements most readily.
在对不同的灵活交付方法进行分析之后,XP似乎最符合我们的需求。
The engine would have used loops of Jacquard's punched CARDS to control a mechanical calculator - the forerunner of today's methods of computer programming.
这种分析机本来会用成串的雅卡尔打孔卡控制一只机械计算器——今日计算机编程法的先驱。
In the context of programming languages, duck typing means that if an object responds to the methods of a type, then for all practical purposes, you can treat it like that type.
在编程语言的上下文中,ducktyping意味着如果一个对象对于某种类型的方法有反应,那么事实上就可以把它看作那种类型。
Why would experienced developers who otherwise employ good programming practices engage in copy-and-paste methods instead of creating helper libraries?
为什么有经验的开发者没有使用良好的编程习惯,却使用拷贝和粘贴方法而不是创建助手(helper)库呢?
In this installment of the 5 things series, I introduce some of the subtler aspects of multithreaded programming with synchronized methods, volatile variables, and atomic classes.
在这期的5件事系列中,我将通过同步方法、volatile变量和原子类介绍多线程编程的一些更隐晦的方面。
Before this, Laurie Williams' work on measuring the effectiveness of pair programming was about the only research we had seen on agile methods.
在这之前,LaurieWilliams在有关配对编程的有效性方面的度量工作是我们唯一看到的有关敏捷方法上的研究。
Its business methods correspond to the Customer business object verbs and allow the invocation of the VTConnector using the J2EE programming model.
其业务方法对应于顾客业务对象动词,并且允许通过使用J2EE编程模块来调用VTConnector。
Dom (specifically xml.dom.minidom) offers a rather heavy API for OOP-style manipulation of XML documents — with methods common across dom implementations in many programming languages.
dom(特别是xml . dom .minidom)为xml文档的OOP -风格操作提供了相当繁重的API—有一些方法共同用于许多编程语言中的dom实现。
This significantly simplifies the data programming model and enables straightforward object instantiation and the use of getter and setter methods.
这显著简化了数据编程模型,让开发人员可以简便地执行对象实例化以及使用getter和setter方法。
Programming languages can separate the declaration of functions (or methods in an object-oriented language) from their invocation.
编程语言能够将对函数(或在面向对象语言中的方法)的声明从其调用中分离出来。
This tutorial introduces different types of database objects and programming methods. In this tutorial, learn about.
数据库对象和编程方法。
Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
数学方面的知识可以帮助你获得优雅而高效的解决方案,与此同时,计算机应用和编程技巧也不可或缺。
Conventional abstraction mechanisms of general purpose programming languages such as methods and classes, are no longer sufficient for creating new abstraction layers.
通用语言中的传统的抽象机制,如方法和类,已不足以满足建立新的抽象层次的需要。
What contributed to the increase in the number of code lines were the low-level nature of the DOM API, incorrect application of methods and programming patterns, and lack of knowledge of the full API.
造成代码行数量增长的原因是由于DOMAPI的低级特性、对方法和编程样式不正确的应用以及对整个API缺乏了解。
The low-level nature of the DOM API, incorrect application of methods and programming patterns, and lack of knowledge of the full API all contributed to the increase in the number of code lines.
DOMAPI的低级本质、方法和编程模式的不正确应用以及缺乏完整 API 的知识,都会致使代码行数增加。
The non-programming methods of dealing with data storage are as follows.
以非编程方式来处理数据存储的方法如下。
The Ensure class is analogous to JUnit or TestNG's Assert type; however, it adds a series of methods that facilitate a more readable API (this is often called literate programming).
Ensure类类似于JUnit或TestNG的Assert类型;但是,它增加了一系列方法,提供了更具可读性的API(这常被称作文学编程)。
Like most modern programming languages, Python supports the use of methods to encapsulate a set of statements that can be used over and over as necessary.
与绝大多数现代编程语言类似,Python支持使用方法将一组语句封装在一起,从而可在必要时重复使用。
Like most modern programming languages, Python supports the use of methods to encapsulate a set of statements that can be used over and over as necessary.
与绝大多数现代编程语言类似,Python支持使用方法将一组语句封装在一起,从而可在必要时重复使用。
应用推荐