共查询到20条相似文献,搜索用时 15 毫秒
1.
基于JavaScript的生物信息学分析系统的优化和扩展 总被引:1,自引:0,他引:1
对基于JavaScript的SMS核酸和蛋白质序列分析系统进行了改进,汉化并优化了系统界面,对系统中多序列同源性分析和引物搜索设计进行了较大幅度的改进,以提高精确度和实用性,增加了基于JavaScript的蛋白质理化性质曲线分析功能。为生物信息学和生物序列研究提供了更为有效的工具。 相似文献
2.
3.
Luciano Baresi Vahid Rafe Adel T. Rahmani Paola Spoletini 《Electronic Notes in Theoretical Computer Science》2008,213(1):3
This paper presents an efficient solution for modeling checking graph transformation systems. The approach transforms AGG specifications into Bogor models and supports both attributed typed graphs and layered transformations. Resulting models are amenable to check interesting properties expressed as combinations of LTL (Linear Temporal Logic) and graph transformation rules. The first experimental results are encouraging and show that in most cases our proposal improves existing approaches, both in terms of performance and expressiveness. 相似文献
4.
通过JavaScript程序代码实例,探析如何在网站开发中使用JavaScript对象进行编程,JavaScript的对象有两种一种可被称为普通对象,另一种被称为方法对象,这和其它的面向对象语言有所不同,在文章中用实例代码对此进行了说明和探析,并且,把自己在实际项目中使用的几种JavaScript对象编程方法在文章中进行了举例说明。 相似文献
5.
We present an O(n3) time type inference algorithm for a type system with a largest type, a smallest type , and the usual ordering between function types. The algorithm infers type annotations of least shape, and it works equally well for recursive types. For the problem of typability, our algorithm is simpler than the one of Kozen, Palsberg, and Schwartzbach for type inferencewithout . This may be surprising, especially because the system with is strictly more powerful. 相似文献
6.
Robert M. Hierons 《Theoretical computer science》2010,411(37):3372-3385
Stream X-machines are a state based formalism that has associated with it a particular development process in which a system is built from trusted components. Testing thus essentially checks that these components have been combined in a correct manner and that the orders in which they can occur are consistent with the specification. Importantly, there are test generation methods that return a checking experiment: a test that is guaranteed to determine correctness as long as the implementation under test (IUT) is functionally equivalent to an unknown element of a given fault domain Ψ. Previous work has show how three methods for generating checking experiments from a finite state machine (FSM) can be adapted to testing from a stream X-machine. However, there are many other methods for generating checking experiments from an FSM and these have a variety of benefits that correspond to different testing scenarios. This paper shows how any method for generating a checking experiment from an FSM can be adapted to generate a checking experiment for testing an implementation against a stream X-machine. This is the case whether we are testing to check that the IUT is functionally equivalent to a specification or we are testing to check that every trace (input/output sequence) of the IUT is also a trace of a nondeterministic specification. Interestingly, this holds even if the fault domain Ψ used is not that traditionally associated with testing from a stream X-machine. The results also apply for both deterministic and nondeterministic implementations. 相似文献
7.
使用HTML与JavaScript实现在Web页面上的画图功能。通过对JavaScript语言自身功能的深入研究,设计并实现了一个基本的画图函数库。而且对一些常用的图形实现算法进行了详细说明,通过充分实验证明了所提出的画图方法的可行性,并展示了最终的显示效果。 相似文献
8.
9.
本文介绍了 JavaScript的特性及功能,给出了 JavaScript脚本和程序在 HTML中的嵌入 语法,并通过一个实例说明了用 JavaScript设计动态网页的过程。 相似文献
10.
介绍Java,Script语言的闭包技术,并对使用闭包函数的各种场景进行了总结,讨论了闭包函数结合XHTML+CSS实现了Web页面中的图片滑动切换动画效果的详细过程,使动画效果更具智能化、更有特色. 相似文献
11.
12.
13.
盛昀瑶 《数字社区&智能家居》2010,(6):1415-1417
介绍了getElementByld方法的作用以及使用技巧,并结合具体的案例提出了该方法在InternetExplorer和Firefox浏览器下效果的不同,指出IE对ID和Name的不敏感性,最后得出对于IE该方法是有漏洞的结论。 相似文献
14.
15.
首先介绍自动机识别有限词和无限词两种情况,然后结合模型检查方法,把自动机作为规范自动机与模型自动机,使用自动机识别语言的包含问题技巧来解决模型检查问题,这里强调的是Vardi与Wolper提出的方法。 相似文献
16.
对基于JavaScript的SMS核酸和蛋白质序列分析系统进行了改进,汉化并优化了系统界面,对系统中多序列同源性分析和引物搜索设计进行了较大幅度的改进,以提高精确度和实用性,增加了基于JavaScript的蛋白质理化性质曲线分析功能。为生物信息学和生物序列研究提供了更为有效的工具。 相似文献
17.
XML是W3C为克服HTML形式与内容不分,难以查询而提出的一种元语言标准,具有易编辑、管理、存档和查询的特点。利用文档对象模型DOM可以很方便地对XML文件进行查询,但无法直接在客户端进行写入。探讨了利用JavaScript的DOM和FSO高效实现客户端XML文件的读写的方法,总结了实现过程中的几个关键技巧。该方法具有较好通用性,可推广到任意文本文件客户端读写中去。 相似文献
18.
Radu Grosu X. Huang S. Jain S.A. Smolka 《Electronic Notes in Theoretical Computer Science》2006,144(3):27
We present GMC2, a software model checker for GCC, the open-source compiler from the Free Software Foundation (FSF). GMC2, which is part of the GMC static-analysis and model-checking tool suite for GCC under development at SUNY Stony Brook, can be seen as an extension of Monte Carlo model checking to the setting of concurrent, procedural programming languages. Monte Carlo model checking is a newly developed technique that utilizes the theory of geometric random variables, statistical hypothesis testing, and random sampling of lassos in Büchi automata to realize a one- sided error, randomized algorithm for LTL model checking. To handle the function call/return mechanisms inherent in procedural languages such as C/C++, the version of Monte Carlo model checking implemented in GMC2 is optimized for pushdown-automaton models. Our experimental results demonstrate that this approach yields an efficient and scalable software model checker for GCC. 相似文献
19.
We consider the model checking problem for FLC, a modal fixpoint logic capable of defining non-regular properties. This paper presents a refinement of a symbolic model checker and discusses how to parallelise this algorithm. It reports on a prototype implementation of the algorithm in Glasgow Parallel Haskell (GpH) and its performance on a cluster of workstations. 相似文献