BREW
NetMicrobe
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
BREW-IThread接口
IThread ( BREW Client 3.1 )Edit by D.H. IThread是基于BREW回调API的以线程协作为目的的线程接口。 IThread提供了开始、结束线程的方法,必要的阻塞方法。 IThread不能被重复使用,_Start()只能被调用一次,线程利用_Start()开始后,被_Exit()或者_Stop()关闭后,就不能在re -原创 2006-09-23 20:02:00 · 3257 阅读 · 1 评论 -
Cooperative Multithreading in BREW with IThread
Cooperative Multithreading in BREW with IThreadLearn how to harness cooperative multithreading in BREW to avoid writing applications that block the CPU during lengthy operationsby Ray Rischpate转载 2006-09-23 20:11:00 · 3334 阅读 · 0 评论 -
批量生成非动画bci图片的工具
批量生成非动画bci图片的工具摘要:BMP转换成BCI的批量处理工具。使用前设置一下BREW_AuthTool程序路径的环境变量。 用法: 将包含BMP的文件夹托拽到该脚本文件上执行。 生成的bci文件将放在该文件夹的bci/子目录中。 执行前保证BMP文件夹中没有 disc/ 和 bci/ 2个子目录。双击脚本可获得帮助信息正文: 脚本文件内容原创 2006-10-27 18:07:00 · 2114 阅读 · 0 评论
分享