Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), portable (thus netwide!), very flexible and mature assembler tool with support for many output formats (thus netwide!!). Now we have good news for you: NASM is licensed under LGPL. This means its development is open to even wider society of programmers wishing to improve their lovely assembler. The NASM project is now situated at SourceForge.net, the most famous Open Source development center on The Net. Visit our development page at http://nasm.2y.net/ and our SF project at http://sf.net/projects/nasm/
标签: developers widespread netwide respect
上传时间: 2014-01-20
上传用户:2404
The traffic light is timed and lets cars pass during a specific time period. There is a pedestrial crossing button that lets pedestrians cross. The lights are connected to Port 1. You can see this in action using dScope.
标签: pedestrial specific traffic during
上传时间: 2014-01-22
上传用户:cuibaigao
二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数
上传时间: 2015-04-06
上传用户:wl9454
Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
标签: RegressionObject Polynomial functions contains
上传时间: 2015-04-06
上传用户:rocwangdp
输入一个四位数,共八次机会,A代表数字和位置均正确,B代表数字正确,但位置不正确.比如:A2B1代表三个数字正确,两个位置也正确
上传时间: 2013-12-11
上传用户:ukuk
The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.
标签: Asynchronous JavaScript JSP simplify
上传时间: 2014-01-15
上传用户:jkhjkh1982
The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
标签: language translates compiler assembly
上传时间: 2015-04-08
上传用户:Avoid98
TLC0831A8位A/D转换器(C语言驱动程序)
上传时间: 2013-12-03
上传用户:VRMMO
Free C++ toolkit to facilitate Monte-Carlo simulation. This is a library covered under the LGPL. "MCS-libre" stands for "Monte Carlo Simulation - libre". Documentation and examples are provided. 这是一个免费的用于简化Monte-Carlo模拟的C++工具包。这是一个遵守LGPL协议的库。"MCS-libre"代表"Monte Carlo Simulation - libre"。提供了文档和例子。
标签: Monte-Carlo facilitate simulation toolkit
上传时间: 2013-12-06
上传用户:671145514
意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。
上传时间: 2014-07-30
上传用户:270189020