社区
C++ 语言
帖子详情
请问:design-time 和 run-time 是什么意思?有什么区别?
eduyu
2003-06-08 11:14:44
-给资料地址也给分
...全文
489
14
打赏
收藏
请问:design-time 和 run-time 是什么意思?有什么区别?
-给资料地址也给分
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
14 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
wodei
2010-06-17
打赏
举报
回复
关注中,希望能有更好的解释啊,这个真的是搞不懂
vanter
2003-06-17
打赏
举报
回复
运行期错误属于天灾人祸
晨星
2003-06-10
打赏
举报
回复
“运行时错误不正是编写阶段错误造成的吗?”,要从广义上说,这话也不是全错。因为,如果代码写得细心,的确能减少许多运行时可能发生的问题。
我觉得,通常“编译时错误”是指编译器能帮你检查出来的错误,如变量未声明等等,而“运行时”错误则是虽然编译通过了(也就是编译器认为已经没什么错误了),但运行时仍然会暴露的错误(也不是一定暴露,这要看运行时发生的事情),比如数组越界。
此外,“编译时”和“运行时”这两个概念也不仅仅限于讨论“错误”。如“RTTI”(Run-Time Type Information,运行时类型信息),通常就是指一个对象的类型在编译时还不能确定,到运行时才能确定,如父类的指针(或引用)指向(或引用到)子类对象。这种情况下,虚函数机制就派上用场了。
ccbacel
2003-06-10
打赏
举报
回复
错,当多进程,多线程,操作时,DESIGN TIME 不能被发现的,
在Run Time时可能会出错的,
even 也如此
jojobunny
2003-06-10
打赏
举报
回复
不对,运行时候的错误可能不是编译时候的错,可能是硬件的错误,或者是运行时候资源冲突造成的.所以还是有点区别的.
ckacka
2003-06-10
打赏
举报
回复
设计->分析->编制->编译->连接->运行
这是一个大概的步骤吧
eduyu
2003-06-10
打赏
举报
回复
谢谢各位大虾。我由于看到很多书对这个两个词提了友提。但是,我只是笼统的知道。一个是程序的编写的时候,另一个指的是程序的运行时候。可是,我还是不觉得,程序在这两个时候,会有什么根本性的区别。
比如说,有些程序说运行时错误,我想,运行时错误不正是编写阶段错误造成的吗?没有编写时候的错误,怎么会在运行时候有错误呢。
lilt09
2003-06-09
打赏
举报
回复
design-time 和 run-time 来源于那里!!断章取意的给2个次!!不知道你问的是什么??
dragoncircle
2003-06-09
打赏
举报
回复
编译期应该归于设计期
晨星
2003-06-09
打赏
举报
回复
中间还有一个编译期,呵呵。
warton
2003-06-09
打赏
举报
回复
差不多吧!
ppli
2003-06-09
打赏
举报
回复
包含的字母个数不同
ckacka
2003-06-08
打赏
举报
回复
design-time
主要指你敲代码这个阶段
~~~~
run-time
指你的程序编译成.exe后,在机器上运行的这个阶段
marf_cn
2003-06-08
打赏
举报
回复
设计期和运行期
GPU Pro 6 Advanced Rendering Techniques 无水印pdf 0分
Hardcover: 586 pages Publisher: A K Peters/CRC Press (September 3, 2015) Language: English ISBN-10: 1482264617 ISBN-13: 978-1482264616 The latest edition of this bestselling game development reference offers proven tips and techniques for the real-
time
rendering of special effects and visualization data that are useful for beginners and seasoned game and graphics programmers alike. Exploring recent developments in the rapidly evolving field of real-
time
rendering, GPU Pro6: Advanced Rendering Techniques assembles a high-quality collection of cutting-edge techniques for advanced graphics processing unit (GPU) programming. It incorporates contributions from more than 45 experts who cover the latest developments in graphics programming for games and movies. The book covers advanced rendering techniques that
run
on the DirectX or OpenGL
run
time
s, as well as on any other
run
time
with any language available. It details the specific challenges involved in creating games across the most common consumer software platforms such as PCs, video consoles, and mobile devices. The book includes coverage of geometry manipulation; rendering techniques, handheld devices programming, effects in image space, shadows, 3D engine
design
, graphics-related tools, and environmental effects. It also includes a dedicated section on general purpose GPU programming that covers CUDA, DirectCompute, and OpenCL examples. In color throughout, GPU Pro6 presents ready-to-use ideas and procedures that can help solve many of your daily graphics programming challenges. Example programs with downloadable source code are also provided on the book’s CRC Press web page.
EK RTF report components for Delphi
Description EK RTF report are non visual components which allow to use all power of MS Word or other rtf-compatible editor to create, preview, edit and print your reports. How to make it working:
Design
time
: ?create report template in MS Word ?save it in RTF format ?place TEkRTF component on a form or data module ?fill required properties
Run
time
: ?prepare data in your application: create variables if necessary, prepare datasets ?
run
report using one of Execute methods ?
run
MS Word (or other editor) if you want to view, edit or print your document See more details in creating report template and code example sections.
ant-
design
-blocks:蚂蚁设计的umi块
蚂蚁设计块 蚂蚁设计的umi块。 用法 对于Git 2.13及更高版本: git clone https://github.com/ant-
design
/ant-
design
.git npm install echo ' [] ' > continue.json npm
run
start-c // If the process of generating a block does not respond for a long
time
, you need to re-
run
this command.
Microsoft? Virtual Labs - Windows Embedded CE 6.0: Writing C# Managed Applications
Objectives After completing this lab, you will be better able to: Create a Platform Image Customize and build the OS
Design
Boot the O/S Image with Networking Write and
Run
a C# Managed Application Estimated
Time
to Complete This Lab 60 Minutes Computer used in this Lab WindowsCE6
.Net开发笔记(十一) 设计时(
Design
-
Time
)和运行时(
Run
-
Time
)的
区别
设计时和运行时的概念网上的中文资料很少,如果不是做第三方组件开发的或者跟设计器开发有关的,几乎用不到这些概念。为了迎合之前几篇博客,我想有必要说一下它两的概念和
区别
,以及用在什么地方。博客好久没更新,比较忙。 首先,我个人认为“设计时”和“运行时”是针对组件而言的(包括控件),也就是说,一个...
C++ 语言
65,198
社区成员
250,522
社区内容
发帖
与我相关
我的任务
C++ 语言
C++ 语言相关问题讨论,技术干货分享,前沿动态等
复制链接
扫一扫
分享
社区描述
C++ 语言相关问题讨论,技术干货分享,前沿动态等
c++
技术论坛(原bbs)
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
请不要发布与C++技术无关的贴子
请不要发布与技术无关的招聘、广告的帖子
请尽可能的描述清楚你的问题,如果涉及到代码请尽可能的格式化一下
试试用AI创作助手写篇文章吧
+ 用AI写文章