-
下载后直接点击可以检查
下载后直接点击就可以查看- After downloading directly clicks may examine
- 2022-09-03 19:30:02下载
- 积分:1
-
? 本书第一章的部分内容
第 一 章 Java语 言 的 产 生 及 其 特 点
1.1 Java产 生 的 历 史 与 现 状
1.1...
? 本书第一章的部分内容
第 一 章 Java语 言 的 产 生 及 其 特 点
1.1 Java产 生 的 历 史 与 现 状
1.1.1 Java产 生 的 历 史
Java来 自 于Sun公 司 的 一 个 叫Green的 项 目, 其 原 先 的 目 的 是 为 家 用 消 费 电 子 产 品 开 发 一 个 分 布 式 代 码 系 统, 这 样 我 们 可 以 把E-mail发 给 电 冰 箱、 电 视 机 等 家 用 电 器, 对 它 们 进 行 控 制, 和 它 们 进 行 信 息 交 流。 开 始, 准 备 采 用C++,但C++太 复 杂, 安 全 性 差, 最 后 基 于C++开 发 一 种 新 的 语 言Oak(Java的 前 身),Oak是 一 种 用 于 网 络 的 精 巧 而 安 全 的 语 言,Sun公 司 曾 依 此 投 标 一 个 交 互 式 电 视 项 目, 但 结 果 是 被SGI打 败
-the first chapter of this book part of the contents of the first chapter of the Java language and its characteristics have 1.1 SUNW a history and the status of 1.1.1 Java Java history from the one Sun Green called the project, the original purpose of the domestic consumer electronics products distributed a code system, We can E-mail to refrigerators, televisions and other household appliances, and to control them. and their information exchange. , Prepared using C, C is too complicated, poor security, Based on the C development of a new language Oak
- 2022-09-14 23:40:03下载
- 积分:1
-
IC设计流程及工具,各个阶段所用到的eda软件的介绍
IC设计流程及工具,各个阶段所用到的eda软件的介绍-IC design flow and tools used in all stages of the introduction of software eda
- 2022-06-13 11:38:49下载
- 积分:1
-
很好的面试资料,收集各大公司资料,感觉比较好,
很好的面试资料,收集各大公司资料,感觉比较好,-Very good interview data, major companies to collect information, feel better,
- 2022-02-03 09:45:51下载
- 积分:1
-
LL(1)分析文法的一种
LL(1)分析文法的一种-LL (1) Analysis of a grammar
- 2022-03-19 20:41:40下载
- 积分:1
-
从NCBI上自动下载超大序列
应用背景Windows系统,安装了perl环境。可以根据您的搜索条件或者提供的GI号,从NCBI上自动下载超大序列。能自动下载超过50000条以上的核酸或蛋白序列。有时候需要根据自己提供的GI号从NCBI上下载需要的基因或蛋白序列,这个小程序可实现自动下载。在windows操作系统下即可轻松完成,直接双击程序,自动运行下载序列。关键技术放在任何文件夹双击运行。相当于在NCBI首页上查询某物种的基因或蛋白序列,然后自动下载保存为fasta格式。根据使用目的修改脚本。使用方法如下:查询核酸序列:NCBI--左上选Nucleotide--右边输入要查询的物种和限制条件,比如番茄tomato mRNA,出来很多序列,在右下方Search details处,可看到查询条件其实是 ("Solanum lycopersicum"[Organism] OR tomato[All Fields]) AND mRNA[All Fields],复制这个查询条件,粘贴到脚本的第12行$query = ""Solanum lycopersicum"[orgn]"的单引号里面覆盖"Solanum lycopersicum"[orgn],脚本14行$url = $base . "esearch.fcgi?db=protein&term=$query&usehistory=y";里面的db=后面的protein改成Nucleotide,32行$efetch_url = $base ."efetch.fcgi?db=protein&WebEnv=$web"里面的protein也改成Nucleotide。修改这三处之后即可查询得到fasta格式序列。如果查询蛋白序列,按上述方法得到查询条件粘到$query后面,把后面的库db改成protein。查询其它库依此类推。
- 2022-12-23 12:35:03下载
- 积分:1
-
简明的批处理教程,内容很详细
简明的批处理教程,内容很详细-concise guide, as detailed
- 2022-07-01 20:36:57下载
- 积分:1
-
ms717/718专用液晶屏开发调试工具,有人喜欢搞LCD显示器或者液晶的有用...
ms717/718专用液晶屏开发调试工具,有人喜欢搞LCD显示器或者液晶的有用-LCD ms717/718 exclusive development of debugging tools, it was like to engage in LCD display, or LCD useful
- 2022-06-29 19:41:29下载
- 积分:1
-
Excel打印信封、制证(源码)
演示如何通过execl对打印机控制进行打印,可以完全脱离execl
内部带一报表设计器 在打印前 可以自定义打印内容和格式
代码结构简单 流程清晰,适合入门使用!
- 2022-12-12 01:15:03下载
- 积分:1
-
本文需要你事先了解面向对象的基于消息驱动的 Windows 消息编程,当然,对于编写这个计算器,你不必知道太多的windows编程,你重要会编写基于对话框的简单...
本文需要你事先了解面向对象的基于消息驱动的 Windows 消息编程,当然,对于编写这个计算器,你不必知道太多的windows编程,你重要会编写基于对话框的简单应用程序就可以了。 首先,让我们来仔细了解一下mircosoft的计算器吧,我们发现它是一个基于对话框的含有两的主对话框、一个关于对话框、一个菜单的应用程序。也就是说,我们应该创建一个基于对话框的应用程序,并且为其添加一个菜单和一个主对话框(因为,应用程序已经创建好了一个主对话框和关于对话框)。
-paper you need to advance understanding of the object-oriented message-driven programming Windows news, of course, For the preparation of this calculator, you do not need to know too many windows programming, You will be important to prepare a simple dialog-based applications on it. First of all, let us know in detail what the calculator mircosoft bar, We found that it is based on a dialog box containing two of the main dialog, a dialog on, a menu of applications. In other words, we should create a dialog-based applications, and for adding a main menu and a dialog box (because, Application procedures have been well-established and one of the main dialog box).
- 2022-07-19 03:44:06下载
- 积分:1