搜索结果
找到约 60 项符合
Runtime 的查询结果
按分类筛选
Java编程 JAVA如何调用DOS命令
JAVA如何调用DOS命令,用Java编写应用时,有时需要在程序中调用另一个现成的可执行程序或系统命令,这时可以通过组合使用Java提供的Runtime类和Process类的方法实现。
其他 这是我编写的深圳地铁S335型司机控制器的检测程序
这是我编写的深圳地铁S335型司机控制器的检测程序,是最终针对用户的商业程序。
软件开发采用NI公司的Labwindows/CVI 8.1 FDS开发,硬件使用研华的数据采集卡:
1:PCI-818LS (1块)
2: PCI-1752 (1块)
3: PCI-1753 (1块)
测试时需要安装研华的设备管理器,同时需要安装CVI的Runtime环境。
报表采用Excel,需要安装Offic ...
Linux/Unix编程 This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such
This GLib version 2.16.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.
Java书籍 This taglib contains tags used to create struts input forms, as well as other tags generally useful
This taglib contains tags used to create struts input forms, as well as other tags generally useful in the creation of HTML-based user interfaces.
Many of the tags in this tag library will throw a JspException at runtime when they are utilized incorrectly (such as when you specify an invalid combi ...
Delphi控件源码 ArtFormula package contains two nonvisual Delphi component for symbolic expression parsing and evalu
ArtFormula package contains two nonvisual Delphi component for symbolic expression parsing and evaluation. Provides runtime scripting engine for automating your programs.
VC书籍 深入浅出MFC是一本介绍 MFC(Microsoft Foundation Classes)程式设计技术的书籍。对于 Windows 应用软体的开发感到兴趣
深入浅出MFC是一本介绍 MFC(Microsoft Foundation Classes)程式设计技术的书籍。对于 Windows 应用软体的开发感到兴趣,并欲使用 Visual C++ 整合环境的视觉开发工具,以 MFC 为程式基础的人,都可以从此书获得最根本最重要的知识与实例。
如果你是一位对 Application Framework 和物件导向(Object Oriented ...
Java编程 JDK 是整个Java的核心
JDK 是整个Java的核心,包括了Java运行环境(Java Runtime Envirnment),一堆Java工具和Java基础的类库(rt.jar)。不论什么Java应用服务器实质都是内置了某个版本的JDK。因此掌握 JDK是学好Java的第一步。最主流的JDK是Sun公司发布的JDK,除了Sun之外,还有很多公司和组织都开发了自己的JDK,例如IBM公司开发的JDK,BEA公司 ...
VC书籍 本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础
本书分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,不过,甚于我个人的学习经验以及教学经验,我的挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。本篇只不过是提纲挈领而已,并不企图取代 Visual C++使用手册。然而对于 ...
其他 opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C
opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It
does not rely on external numerical libraries, though it can make use of some of them (see below) at
runtime, if they are available
精品软件 SUN JDK 60
JDK是整个Java的核心,包括了Java运行环境(Java Runtime Envirnment),一堆Java工具和Java基础的类库(rt.jar).不论什么Java应用服务器实质都是内置了某个版本的JDK.