Login Required. Sign up now -- its free!

Projects tagged ‘agent’ and ‘c’


[6 total ]

1 Users

Create a network client in your favorite programming language to beat other clients. The players are computer programs controlled by the program you wrote. The game is fully functional. We are ... [More] working now on server options, and of course we are builing our own AI clients! [Less]
Created about 1 year ago.

0 Users

Created 12 months ago.

0 Users

This C++ class library provides a simple framework for developing soft real-time systems using an agent-based programming model. The library is especially geared toward robotics applications. The ... [More] library incorporates ideas from flow-based programming, swarm AI, software componentry, and control theory. In this context, an agent is a software component which: processes and manipulates data streams, is autonomous, in that it requires no interaction from users or other agents, is entirely decoupled from other system components, has no interface (black-box view), operates in an independent thread of execution. Data streams consist of well-defined datagrams which: like UDP datagrams, are unreliable, unlike UDP datagrams, are ordered, unlike objects, are not explicitly bound to methods or events. The agent-based programming model encourages engineers to design complex systems in terms of simple processing components (agents). Agents are entirely unaware of other agents, making the agent-based model inherently component-based. The server-client model is entirely dismissed, preventing any wait-for-response behavior. In fact, since all inter-agent communication is unreliable, it is impractical to implement any hand shaking between agents. This limitation encourages one-way data streams rather than two-way communication or RPC. [Less]
Created 12 months ago.

0 Users

This code base contains the architecture for an affective multi-agent system. Primary use is for use as an AI engine in gaming.
Created 4 months ago.

0 Users

This is agent for site vkontakte.ru developed on C#.
Created 23 days ago.

0 Users

A MFC win32 application, use microsoft agent to display notifications. It shows health tips for IT professionals.
Created 11 months ago.