虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

RUNTIME

运行时刻是指一个程序在运行(cc或者在被执行)的状态。也就是说,当你打开一个程序使它在电脑上运行的时候,那个程序就是处于运行时刻。在一些编程语言中,把某些可以重用的程序或者实例打包或者重建成为“运行库"。这些实例可以在它们运行的时候被链接或者被任何程序调用。
  • bject Inspector is a component suite that contains inspectors allowing you to change anything in y

    bject Inspector is a component suite that contains inspectors allowing you to change anything in your application at RUNTIME. Object Inspector suite includes: TPropertyInterface component for easy access to any property or event of any component at RUNTIME TComponentInspector customizable full-functional RUNTIME object inspector control TComponentComboBox control for easy selecting component TCommonInspector abstract inspector control for inspect anything in your application TDBInspector ready-to-use database inspector control TIniInspector ready-to-use ini-file inspector control TApplicationInspector ready-to-use inspector control for changing Application properties at RUNTIME TSystemColorsInspector ready-to-use inspector control for changing Windows colors Examples small and clean projects illustrating features of inspectors and TPropertyInterface components Source codes full source code of all components and useful internal classes

    标签: inspectors Inspector component allowing

    上传时间: 2015-10-02

    上传用户:无聊来刷下

  • Text editor implemented in Java using SWT for UI. It is intended to be a minimalist programmer s edi

    Text editor implemented in Java using SWT for UI. It is intended to be a minimalist programmer s editor. It requires a Java RUNTIME and SWT, but should be OS independent.

    标签: implemented minimalist programmer intended

    上传时间: 2015-11-05

    上传用户:colinal

  • 作  者 何强 何英 [同作者作品] 【出 版 社】 清华大学出版社 【书 号】 7-900641-80-7 本书以MATLAB扩展编程及其应用实例为主线

    作  者 何强 何英 [同作者作品] 【出 版 社】 清华大学出版社 【书 号】 7-900641-80-7 本书以MATLAB扩展编程及其应用实例为主线,以MATLAB与C程序、Visual Basic、Excel、网络和系统硬件的接口为核心,采用图文并茂的方式、简捷明快的手法和通俗易懂的语言,配合大量的代码实例以及一个简单的语音识别系统的具体实现,系统介绍了MATLAB的新特性、常用的代码优化方法和功能扩展途径。全书分为3部分,共13章。第1部分(第1章—第6章):MATLAB 6的安装和运行、MatrixVB、Excellink、MATLAB Web Server、MATLAB的数据结构和编程技巧、MATLAB图形用户界面编程:第2部分(第7章—第11章):MATLAB引擎、MATLAB可执行程序、MATLAB C++数学库和图形库、MATLAB RUNTIME Server、MATLAB访问系统硬件;第3部分(第12章、第13章):MATLAB的录音工具、基于MATLAB的语音识别系统。 本书面向有一定MATLAB、C/C++语言编程基础的理工科学生、科研人员和教学工作者,既是新手进阶提高的读物,又是中高级MATLAB用户的必备手册。

    标签: 900641 MATLAB 80 清华大学

    上传时间: 2015-11-07

    上传用户:kikye

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you RUNTIME access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    标签: implementation Extensions libraries standard

    上传时间: 2013-12-14

    上传用户:leehom61

  • jobo, famous crawler open source which is implemented by java. used in many big websites. You wi

    jobo, famous crawler open source which is implemented by java. used in many big websites. You will need a Java RUNTIME Environment 1.3 or later (on many System Java 1.2 is installed, it will NOT work !).

    标签: implemented websites crawler famous

    上传时间: 2016-02-04

    上传用户:asasasas

  • 非常好用的一款Email综合工具

    非常好用的一款Email综合工具,类似于我们经常用的Exchange和国产的FOXMAIL,同时还内嵌了类似OICQ的信息传送工具。建议先安装Java 2 RUNTIME Environment。

    标签: Email

    上传时间: 2016-02-10

    上传用户:ljmwh2000

  • 本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础

    本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于软件使用的老手,此篇或已足以让您掌握Visual C++整合环境。工具的使用虽然谈不上学问,但在视觉化软件开发过程中扮演极重角色,切莫小觑它。 第三篇介绍application framework的观念,以及MFC骨干程序,所谓骨干程序,是指Visual C++的工具AppWizard所产生出来的程序码。当然,AppWizard会根据你的选项做出不同的程序码,我所据以解说的,是大众化选项下的产品。 第四篇以微软公司附于Visual C++光碟片上的一个范例程序Scribble为主轴,一步一步加上新的功能。并在其间深入介绍RUNTIME Type Information(RTTI)、Dynamic Creation、Persistence(Serialization)、Message Mapping、Command Routing等核心技术。这些技术正是其他书籍最缺乏的部分。此篇之最后数章则脱离Scribble程序,另成一格。 本书内含光盘一片,书中所有原始码与可执行文件尽在其中。

    标签: MFC 程序设计

    上传时间: 2016-03-03

    上传用户:Ants

  • 把ArcEngine 用Installshield 10.5打包,思路:是安装的时候先把文件拷到目标目录

    把ArcEngine 用Installshield 10.5打包,思路:是安装的时候先把文件拷到目标目录,调用安装,安装后删除文件。现在还没有判断机器是否已经安装了arcEngine RUNTIME.同时在卸载的时候没有办法卸载。不过可以打包安装了。

    标签: Installshield ArcEngine 10.5 目录

    上传时间: 2014-01-18

    上传用户:eclipse

  • I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s

    I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of Function" , so we can not set new * // WndProc, just makes the object more easy to use. * // 2.Uses structure array instead of Datastore * // 3.Calc width of menuitem at RUNTIME(MEASUREITEM) * // 4.Draw disabled status

    标签: Encapsulates userobjet changed object

    上传时间: 2014-01-14

    上传用户:lx9076

  • If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frus

    If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the laboratory to the workplace with readable prose and practical examples, showing that "compile-time STL" is as able as its RUNTIME counterpart. Serving as a tutorial as well as a handbook for experts, this is the book on C++ template metaprogramming."Chuck Allison, Editor, The C++ Source

    标签: metaprogramming you template excited

    上传时间: 2016-07-20

    上传用户:gundamwzc