Download List

프로젝트 설명

DPROG is a domain-specific language for specifying dynamic programming algorithms. Given a recursive definition of the problem, the compiler generates code for solving the problem using dynamic programming.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-21 19:15
0.3.0

함수 프로토 타입 선언이 추가되었습니다. 이전에, 함수의 선언에만 arity 수, 매개 변수의 유형을 지금도 선언할 수있습니다. 이것은 외부에서 선언된 함수와 생성된 코드를 사용하여 간단 해집니다.
Tags: Development, Minor feature enhancements
Prototype declarations for functions have been added. Previously, only the arity of functions could be declared; now the type of parameters can also be declared. This simplifies using the generated code with externally declared functions.

2003-04-21 19:15
0.3.1

능력이 매트릭스 기능은 로컬 선언에 추가되었습니다. 이 방법, 보조 매트릭스 생성된 코드에서 처리하는 전화 코드 initialised 필요가없습니다.
Tags: Development, Major feature enhancements
The ability to declare matrices local to functions has been added. This way, auxiliary matrices are handled in the generated code and need not be initialised in the calling code.

2003-04-08 15:37
0.2.4

수표는 그 범위를 모두 표현 중 하나를 증가 또는 감소를 보장 코드 분석에 추가되었습니다. 또한, 코드 생성기 지금은 줄이는 범위를 지원합니다.
Tags: Minor feature enhancements
A check has been added to the code analysis that ensures that range expressions are all either increasing or decreasing. Furthermore, the code generator now supports decreasing ranges.

2003-04-07 12:10
0.2.3

암시적 심볼 선언을 비활성화하기위한 옵션이 추가되었습니다. 이것은 엄격한 기호 / 타입 확인 가능합니다.
Tags: Minor feature enhancements
Options for disabling implicit symbol declarations have been added. This enables stricter symbol/type checking.

2003-04-05 00:50
0.2.2

Tags: Initial freshmeat announcement

Project Resources