BehaviorTree.CPP: Task Planning for Robots and Virtual Agentsan extensible Domain Specific LanguageBehavior Trees as a DSL bool FetchBeer() { if( GoTo("kitchen") && OpenFridge() && Grasp("beer") && CloseFridge() ) { return true;0 码力 | 59 页 | 7.97 MB | 6 月前3
Evolution of a Median AlgorithmExecPolicy&& execPolicy, Range&& rg, Comparison comp = {}, Projection proj = {}) { // TODO }The Kitchen Sink 33 template0 码力 | 46 页 | 1.06 MB | 6 月前3
The Roles of Symmetry And Orthogonality In Design• Helical symmetry • Scale symmetry • Glide reflection symmetry • Rotoreflection symmetry “Kitchen kaleidoscope quilt block” Symmetric: • …is “similar” • …is NOT “sameness”Charley Bay - charleyb1230 码力 | 151 页 | 3.20 MB | 6 月前3
Golang Manual By AstaXie-20120522= 221 SYS_TIMER_CREATE = 222 SYS_TIMER_SETTIME = 223 SYS_TIMER_GETTIME = 224 SYS_TIMER_GETOVERRUN = 225 SYS_TIMER_DELETE = 226 times at a speed of 282 ns per loop. If a benchmark needs some expensive setup before running, the timer may be stopped: func BenchmarkBigLen(b *testing.B) { b.StopTimer() big := NewBig() b ResetTimer() ResetTimer sets the elapsed benchmark time to zero. It does not affect whether the timer is running. func (*B) SetBytes func (b *B) SetBytes(n int64) SetBytes records the number of bytes0 码力 | 6205 页 | 12.83 MB | 1 年前3
The Swift Programming LanguageResidence() 2 johnsHouse.rooms += Room(name: "Living Room") 3 johnsHouse.rooms += Room(name: "Kitchen") 4 john.residence = johnsHouse 5 6 if let firstRoomName = john.residence?[0].name { 70 码力 | 525 页 | 4.68 MB | 1 年前3
Performance Mattersstruct itimerval timer; timer.it_value.tv_sec = (msec - msec % 1000) / 1000; timer.it_value.tv_usec = 1000 * (msec % 1000); timer.it_interval.tv_sec = 0; timer.it_interval.tv_usec tv_usec = 0; setitimer(ITIMER_REAL, &timer, 0); } A Typical performance evaluation static void flush_icache(void* begin, size_t size) { uintptr_t p = (uintptr_t)begin & ~15UL; for struct itimerval timer; timer.it_value.tv_sec = (msec - msec % 1000) / 1000; timer.it_value.tv_usec = 1000 * (msec % 1000); timer.it_interval.tv_sec = 0; timer.it_interval.tv_usec0 码力 | 197 页 | 11.90 MB | 6 月前3
Celery 2.2 DocumentationCELERYD_ETA_SCHEDULER Name of the ETA scheduler class used by the worker. Default is celery.utils.timer2.Timer, or one overrided by the pool implementation. Periodic Task Server: celerybeat CELERYBEAT_SCHEDULE Security section to the FAQ. 2.1.3 release-date: 2010-11-09 05:00 P.M CEST Fixed deadlocks in timer2 which could lead to djcelerymon/celeryev -c hanging. EventReceiver: now sends heartbeat request interface is “private” and the terminology outdated, so better to move this to Task so it can be used. timer2: Set self.running=False in stop() so it won’t try to join again on subsequent calls to stop(). Log0 码力 | 505 页 | 878.66 KB | 1 年前3
Celery 2.3 DocumentationCELERYD_ETA_SCHEDULER Name of the ETA scheduler class used by the worker. Default is celery.utils.timer2.Timer, or one overrided by the pool implementation. Periodic Task Server: celerybeat CELERYBEAT_SCHEDULE Security section to the FAQ. 2.1.3 release-date: 2010-11-09 05:00 P.M CEST Fixed deadlocks in timer2 which could lead to djcelerymon/celeryev -c hanging. EventReceiver: now sends heartbeat request interface is “private” and the terminology outdated, so better to move this to Task so it can be used. timer2: Set self.running=False in stop() so it won’t try to join again on subsequent calls to stop(). Log0 码力 | 530 页 | 900.64 KB | 1 年前3
Celery 2.4 DocumentationCELERYD_ETA_SCHEDULER Name of the ETA scheduler class used by the worker. Default is celery.utils.timer2.Timer, or one over- rided by the pool implementation. 3.2.18 Periodic Task Server: celerybeat CELERYBEAT_SCHEDULE Security section to the FAQ. 9.24 2.1.3 release-date 2010-11-09 05:00 P.M CEST • Fixed deadlocks in timer2 which could lead to djcelerymon/celeryev -c hanging. • EventReceiver: now sends heartbeat request interface is “private” and the terminology outdated, so better to move this to Task so it can be used. • timer2: Set self.running=False in stop() so it won’t try to join again on subsequent calls to stop(). •0 码力 | 395 页 | 1.54 MB | 1 年前3
Celery 2.4 DocumentationCELERYD_ETA_SCHEDULER Name of the ETA scheduler class used by the worker. Default is celery.utils.timer2.Timer, or one overrided by the pool implementation. Periodic Task Server: celerybeat CELERYBEAT_SCHEDULE Security section to the FAQ. 2.1.3 release-date: 2010-11-09 05:00 P.M CEST Fixed deadlocks in timer2 which could lead to djcelerymon/celeryev -c hanging. EventReceiver: now sends heartbeat request interface is “private” and the terminology outdated, so better to move this to Task so it can be used. timer2: Set self.running=False in stop() so it won’t try to join again on subsequent calls to stop(). Log0 码力 | 543 页 | 957.42 KB | 1 年前3
共 806 条
- 1
- 2
- 3
- 4
- 5
- 6
- 81













