搜索结果

找到约 102 项符合 Option 的查询结果

Jsp/Servlet simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu

simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns false for tails and true for ...
https://www.eeworm.com/dl/696/292115.html
下载: 117
查看: 1055

Windows CE 由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选

由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选择为 ARM fromELF 2.ARM assembler与 ARM c Compiler 的 architecture or processor 选择为:ARM920T 3.ARM linker的 output:RO base为 0x00000000 (当仿真时为:0x3 ...
https://www.eeworm.com/dl/674/292294.html
下载: 149
查看: 1087

单片机开发 This program is free software you can redistribute it and/or modify it under the terms of the GNU Ge

This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
https://www.eeworm.com/dl/648/306152.html
下载: 186
查看: 1073

并行计算 本计算器实现了如下两个功能: 1、windows自带计算器的键盘输入加减乘除

本计算器实现了如下两个功能: 1、windows自带计算器的键盘输入加减乘除,目前没有连续运算功能操作:用户用键盘或者鼠标分别输入‘1’,‘+’,‘2’,按‘=’ 文本框显示运算结果‘3’。 2、表达式运算功能,目前只支持整数运算。操作:选择菜单Option->Expression,在文本框用键盘输入表达式如‘12/2+(4*5/4)*6’,按 ...
https://www.eeworm.com/dl/694/314912.html
下载: 143
查看: 1105

其他 ** This source is free software you can redistribute it and/or ** modify it under the terms of the

** This source is free software you can redistribute it and/or ** modify it under the terms of the GNU General Public ** License as published by the Free Software Foundation either ** version 2 of the License, or (at your option) any later version.
https://www.eeworm.com/dl/534/333380.html
下载: 178
查看: 1046

通讯编程文档 This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s

This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not expli ...
https://www.eeworm.com/dl/646/337083.html
下载: 35
查看: 1072

matlab例程 一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matla

一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and satura ...
https://www.eeworm.com/dl/665/347558.html
下载: 98
查看: 1195

微处理器开发 使用ATMEL AT91RM9200 CPU SDRAM初始化的一个例子。可以运行

使用ATMEL AT91RM9200 CPU SDRAM初始化的一个例子。可以运行,初始化之后CS1的0x20000000地址可以访问。内部以文件的形式(Init_SDRam.txt)集成了ADS初始化命令配置,使得本工程可以直接下载到0x20000000地址运行,而不必限制于内部RAM。配置文件在AXD->Option->cfgInterface->session file中配置。祝好运,好使的话请给个推 ...
https://www.eeworm.com/dl/655/363321.html
下载: 117
查看: 1040

微处理器开发 使用ATMEL AT91RM9200 CPU SDRAM初始化的一个例子。可以运行

使用ATMEL AT91RM9200 CPU SDRAM初始化的一个例子。可以运行,初始化之后CS1的0x20000000地址可以访问。内部以文件的形式(Init_SDRam.txt)集成了ADS初始化命令配置,使得本工程可以直接下载到0x20000000地址运行,而不必限制于内部RAM。配置文件在AXD->Option->cfgInterface->session file中配置。祝好运,好使的话请给个推 ...
https://www.eeworm.com/dl/655/363323.html
下载: 160
查看: 1053

人工智能/神经网络 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1, ...
https://www.eeworm.com/dl/650/376204.html
下载: 22
查看: 1088