ChinaUnix.net
相关文章推荐:

frame buffer驱动

我需要在linux环境下,使用minigui。 LCD的驱动是在文件层实现了(file_operation),还是在更下层实现(fb_ops)? 一般的字符驱动framebuffer驱动有什么不同? 小弟,刚刚学写驱动,很多地方都不明白,请多指教。

by zdj15 - 程序开发 - 2006-08-15 12:49:16 阅读(987) 回复(6)

相关讨论

请问:是需要安装什么软件吗?还是直接设置?

by fairyfall - Solaris - 2004-11-05 10:53:12 阅读(453) 回复(0)

厂商只提供frame buffer驱动,现在要我直接对frame buffer进行编程来输出图形。 这可怎么做啊?我对这个一点概念都没有! 哪位有这方面的资料,HELP!!!

by liangyn - C/C++ - 2004-03-30 10:59:57 阅读(825) 回复(1)

#Lable demonstration. from Tkinter import * class LabelDemo( frame ): """Demonstrate Labels""" def _init_ ( self ): """Create three Labels and pack them""" frame._init_( self ) & initializes frame object # frame file available space self.pack(expand = YES. file = BOTH ) self.Label1 = Label( self, text = "Label with text" ) # resize frame t...

by rubee - Python - 2007-07-28 07:30:37 阅读(2002) 回复(1)

#cd $QTDIR/tools/qvfb #make #export PATH=/usr/local/qt/tools/qvfb:PATH #qvfb -width 640 -height 480 -depth 16 & #cd $QTDIR/examples/lancher #./lancher -qws 其中的QTDIR=/usr/local/qt 疑问: 1.qvfb是什么?做什么用的 2.第4行最后的"&"什么意思? 3.参数-qws什么意思?

by interknight - 系统管理 - 2005-11-10 15:28:08 阅读(374) 回复(0)

现今,见到的比较多的ethernet frames有如下的四种: a. Ethernet II b. Ethernet 802.3 (Raw), aka Novell Ethernet c. Ethernet 802.3/802.2 by IEEE d. Ethernet SNAP ---------------------------------------------------------------------------------| Preamble | Dest MAC | Src MAC | Length/EtherType | Data | FCS |--------------------------------------------------------------------------...

by johnny_jiang - 网络技术文档中心 - 2007-09-01 15:53:12 阅读(440) 回复(0)

有两个frame 在一个frame中的textbox 输入后 提交 能不能在另一个frame中显示出来!!求教!

by dchao2000 - Web开发 - 2006-02-22 15:14:23 阅读(1344) 回复(4)

小弟需要做一个简单的buffer overrun的程序,但是不可以用strcpy,有什么好的建议么? 或者有什么好介绍的网站么? 刚接触这个语言,了解不是很深,还请指教。 先谢谢了

by chinasg - C/C++ - 2009-02-17 13:07:45 阅读(1507) 回复(4)

Inverse Arp Request When encapsulating other protocols the data field of the frame Relay packet contains a Network Level Protocol Identification (NLPID) which can be 0xCC (IP), 0x80 (Sub-Network Access Protocol - SNAP) or 0x81 (OSI). When a SNAP header is identified, the 3-byte Organisational Unique Identifier (OUI) and the 2-byte Protocol Identifier (PID) further identifies the protocol. ...

by johnny_jiang - 网络技术文档中心 - 2008-07-07 22:27:46 阅读(1162) 回复(0)

我自己用php写了一个站,在本地测试的时候没有任何问题 传到服务器之后就出现了问题,有几个页面在frame中打开会报错 “无法打开internet站点 已终止操作”这样的信息 在新窗口可以打开 很郁闷,而且,有时可以打开,有时打不开,请教高手

by xxcdxxcd - Java - 2009-07-16 17:06:37 阅读(1138) 回复(9)
by ssffzz1 - 网络技术 - 2013-03-26 08:33:01 阅读(7558) 回复(8)