2006年04月07日 星期五 15:19
举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。 哪个模块能做这类事情,我觉得不一定非要用到GUI吧! 相关的可能还有获取屏幕分辨率等。 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。 请达人们指教! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060407/2585b00f/attachment.html
2006年04月07日 星期五 22:50
这个应该需要GUI吧。应该python自带的tk就能够搞定。 On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote: > > 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。 > 哪个模块能做这类事情,我觉得不一定非要用到GUI吧! > 相关的可能还有获取屏幕分辨率等。 > 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。 > 请达人们指教! > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060407/eb5d6c5b/attachment.html
2006年04月08日 星期六 09:47
能给出一个全屏窗口的例子吗?tk 或者 wxpython 的都行。 GUI 只学过一点点。在文档里都没看到过全屏的介绍。 On 4/7/06, wangmm <kernellearn at gmail.com> wrote: > > 这个应该需要GUI吧。应该python自带的tk就能够搞定。 > > On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote: > > > 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。 > 哪个模块能做这类事情,我觉得不一定非要用到GUI吧! > 相关的可能还有获取屏幕分辨率等。 > 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。 > 请达人们指教! > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060408/2a101f3b/attachment.html
2006年04月09日 星期日 09:34
Linux下ncurse可以 Windows下不懂 wxPython用DC,直接往屏幕上画 On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote: > 能给出一个全屏窗口的例子吗?tk 或者 wxpython 的都行。 > GUI 只学过一点点。在文档里都没看到过全屏的介绍。 > > > On 4/7/06, wangmm <kernellearn at gmail.com> wrote: > > > > 这个应该需要GUI吧。应该python自带的tk就能够搞定。 > > > On 4/7/06, Gu Yingbo < tensiongyb at gmail.com> wrote: > > > > 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。 > 哪个模块能做这类事情,我觉得不一定非要用到GUI吧! > 相关的可能还有获取屏幕分辨率等。 > 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。 > 请达人们指教! > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
2006年04月09日 星期日 15:37
wx.ScreenDC 可能就是我需要的,学习一下,谢谢! On 4/9/06, shhgs <shhgs.efhilt at gmail.com> wrote: > > Linux下ncurse可以 > > Windows下不懂 > > wxPython用DC,直接往屏幕上画 > > > On 4/7/06, Gu Yingbo <tensiongyb at gmail.com> wrote: > > 能给出一个全屏窗口的例子吗?tk 或者 wxpython 的都行。 > > GUI 只学过一点点。在文档里都没看到过全屏的介绍。 > > > > > > On 4/7/06, wangmm <kernellearn at gmail.com> wrote: > > > > > > > 这个应该需要GUI吧。应该python自带的tk就能够搞定。 > > > > > > On 4/7/06, Gu Yingbo < tensiongyb at gmail.com> wrote: > > > > > > > 举个例子:直接在屏幕上显示一些带颜色的点或图形,其它部分涂黑。 > > 哪个模块能做这类事情,我觉得不一定非要用到GUI吧! > > 相关的可能还有获取屏幕分辨率等。 > > 就是做心理学视觉测试一类的东西。像 matlab 中的 screen 函数。 > > 请达人们指教! > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > _______________________________________________ > > > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060409/303b3284/attachment.htm
Zeuux © 2025
京ICP备05028076号