Download List

Projeto Descrição

Trad4 is a fully concurrent, thread safe, graph based programming language that scales linearly on multiple cores. It is initially intended for deployment in the financial industry to model real-time risk. Trad4 is proposed as an alternative to the Von Neumann model of computer architecture. It is a new way of arranging programs in memory and a new style of flow-of-control.

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.

2011-04-09 19:06
3.3 beta01

O manual foi completamente re-escrito para esta versão. O projeto foi migrado do CVS para o SVN. O loop principal foi alterado para verificar todos os níveis de recarregar. Um servidor TCP simples foi adicionado para a obtenção de dados fora do sistema. Suporte para notação científica foi adicionado. Validação e elaboração de relatórios foi melhorada.
The manual has been completely re-written for this release. The project has been migrated from cvs to svn. The core loop has been changed to check all tiers on reload. A simple TCP server has been added for getting data off the system. Support for scientific notation has been added. Validation and reporting has been improved.

2010-06-29 07:02
3.2

Suporte para bibliotecas terceira parte foi adicionado. Herança de interface agora permite a especialização do tipo herdado. Resumo, concretos e gráficos (quando aplicável) de herança agora são gerados para você. Dot formato de arquivo. Destaque nesta versão são um par de aplicações simultâneas de processamento digital de sinal: additive_synth fourier_transform e sua inversa.
Support for 3rd party libraries has been added. Inheritance of interface now allows for inherited type specialization. Abstract, concrete, and (where applicable) inheritance graphs are now generated for you in .dot file format. Featured in this release are a pair of concurrent digital signal processing apps: additive_synth and its inverse fourier_transform.

2010-02-23 06:18
3.1

Esta versão inclui muitas melhorias de usabilidade, sendo o principal a simplificação da estrutura de banco de dados de aplicativo e dados padrão, assim você irá encontrá-lo muito mais fácil de configurar e executar complexas trad4 aplicações. Validação e comunicação foram melhorados, e alguns bugs e problemas de exibição foram corrigidos. Esta versão traz vision_thing, uma rede neural concomitante com base no modelo de McCulloch-Pitts projetado para reconhecer os dígitos 0-9 em várias fontes.
This release includes many usability enhancements, the main one being simplification of the application database structure and default data, so you will find it a lot easier to set up and run complex trad4 applications. Validation and reporting have been improved, and some bugs and display issues have been fixed. This release features vision_thing, a concurrent neural network based on the McCulloch-Pitts model designed to recognize the digits 0-9 in various fonts.

2009-06-25 20:16
3.0

Esta versão é um marco importante no projeto e marca o fim do desenvolvimento substancial para o futuro previsível. O código teve muitas melhorias para a robustez e usabilidade. Gerenciamento de estado de objeto foi adicionado. A validação foi melhorada. Todos os pedidos foram atualizadas e estão incluídas nesta distribuição. O manual foi amplamente atualizada e ampliada.
This release is a major milestone in the project and marks the end of substantial development for the foreseeable future. The code has had many improvements to robustness and usability. Object state management has been added. Validation has been improved. All applications have been updated and are included in this distribution. The manual has been extensively updated and expanded.

2009-05-30 05:06
3.0 beta02

A capacidade de passar em sinalizadores do compilador (-O3-g) foi adicionado (anexar CXXFLAGS conforme necessário). Um aviso do compilador causada por certos tipos de estruturas foi corrigido. Um modo single-threaded em que o mestre segmento faz todo o trabalho foi acrescentado num_threads (exportação = 0). O namespace t4 foi adicionado para evitar confrontos trad4 escreva o nome com bibliotecas externas. O benchmarker.sh script foi adicionado (consulte a seção Análise do website principal para detalhes). Trad4 agora compila em plataformas 64-bit. Esta versão traz o bond_risk aplicações e black_scholes.
The ability to pass in compiler flags (-O3, -g) has been added (append to CXXFLAGS as needed). A compiler warning caused by certain kinds of structures has been fixed. A single-threaded mode in which the master thread does all the work has been added (export NUM_THREADS=0). The namespace t4 has been added to prevent trad4 type name clashes with external libraries. The script benchmarker.sh has been added (see the Analysis section on the main website for details). Trad4 now compiles on 64-bit platforms. This release features the applications bond_risk and black_scholes.

Project Resources