搜索结果
找到约 50 项符合
execute 的查询结果
按分类筛选
- 全部分类
- Java编程 (11)
- 编译器/解释器 (4)
- matlab例程 (3)
- 微处理器开发 (3)
- 单片机编程 (2)
- Internet/网络编程 (2)
- 其他 (2)
- Linux/Unix编程 (2)
- MySQL数据库 (2)
- 文章/文档 (2)
- 软件设计/软件工程 (2)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- uCOS (1)
- USB编程 (1)
- 汇编语言 (1)
- SQL Server (1)
- 单片机开发 (1)
- VxWorks (1)
- 数值算法/人工智能 (1)
- Java书籍 (1)
- Oracle数据库 (1)
- 其他嵌入式/单片机内容 (1)
- 数据结构 (1)
- 源码 (1)
- 书籍 (1)
Java编程 首先
首先,打开文件夹PackageDemo,运行StudentInfo.jcw, 进入JCreator环境,要求按顺序分别编译(即运行菜单项“Builder”——“Compile File”)Student.java, CourseSession.java, RosterReporter.java, StudentInfo.java.
然后,运行菜单项“Builder”——“Execute File”,并代开文件夹PackageDemo——classes, 看该目录 ...
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...
编译器/解释器 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 ...
matlab例程 New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.
Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to H ...
Java编程 本程序要求先安装jdk和jCreator 2、在jCreator建立一个叫做chat的工程 3、把本章目录下的所有源文件加入到这个工程中 4、在build菜单下选择complier projec
本程序要求先安装jdk和jCreator
2、在jCreator建立一个叫做chat的工程
3、把本章目录下的所有源文件加入到这个工程中
4、在build菜单下选择complier project
5、在build菜单下选择execute project,程序就可以运行了
6、为了完成聊天,需要在另一台机器上重复以上步骤,打开另一个聊天程序,该聊天程序的端口设置要和本机的 ...
Java编程 创建一个名为try.rar的文件
创建一个名为try.rar的文件,然后将作为目标文件的try.rar放在
第一步设置好的服务器的根目录下,对应的本地物理路径是安装Tomcat的
文件夹下的ROOT目录。然后在运行范例程序时,只要使用默认的
路径就可以了。或者你也可以使用其他的路径,甚至是真正的远程
文件,但是需要参考相应的说明来设置。
4、在jCreator建立一 ...
Java编程 在jCreator建立一个叫做telnet的工程 3、把本章目录下的所有源文件加入到这个工程中 4、在project菜单下选择project setting
在jCreator建立一个叫做telnet的工程
3、把本章目录下的所有源文件加入到这个工程中
4、在project菜单下选择project setting,在JDK profile框中单击当前的JDK,
然后选择Edit,在弹出的对话框中选add,然后选add package,将本章源代码目
录下的ipworks.jar包加入。
5、在build菜单下选择complier project
6、在build菜单下 ...
Java编程 排队的MMS模型
排队的MMS模型, how could someone run (execute) your program and if it could be used for the M/M/1 model
其他 var matlab:variant //通过"变体"调用接口是比较低效的,但很方便 begin //变体这种结构
var matlab:variant //通过"变体"调用接口是比较低效的,但很方便
begin //变体这种结构,本是vb中的东西。
try //如果已有活动的matlab.application对象,取其接口
matlab:=GetActiveOleObject( Matlab.Application )
except //这些个api所使用到的参数,其实都可以在注册表里搜索到.
matlab:=CreateOleObject( Matlab.Appl ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...