artificiall, agent, movement

2008-05-12 Thread Iman
hi i'm working on some simulation project . i'm going to simulate traffic of a city. this simulation has cars , passengers , non-movable objects and Traffic signals . i've made cars as intelligent agent . it has thinking method , changing states agents ... the main problem is i have problem to mov

Re: artificiall, agent, movement

2008-05-12 Thread Iman
ons at intersections randomly > along the perimeter, you'll have enough to prototype all of the > building blocks. > > Gerry > > On May 12, 6:37 am, Iman <[EMAIL PROTECTED]> wrote: > > > hi > > i'm working on some simulation project . i'm going to

please help

2013-05-21 Thread iman . memarpour
WAP in python to accept a list of words on STDIN and searches for a line containing all five vowels(a,e,i,o,u) -- http://mail.python.org/mailman/listinfo/python-list

FrontPage COM Object Model

2006-08-17 Thread iman gowhari
I want to get frontpage web and page object models with this code. OnPageNew works properly but when I click on the page nothing happen. from win32com.client import DispatchWithEvents import time, pythoncom, msvcrt class FrontPageEvents: def __init__(self): print 'FrontPageEvents'