ChinaUnix.net
相关文章推荐:

box2d 碰撞过滤

rt 啥意思??? 那个方块那个的源代码

by nuclearxin - Shell - 2012-03-14 17:40:45 阅读(1033) 回复(5)

相关讨论

  1. Docs
    • http://developer.android.com/guide/topics/search/index.html
    • http://developer.android.com/guide/topics/search/search-dialog.html
    • http://developer.android.com/guide/topics/search/adding-recent-query-suggestions.html
    • http://developer.android.com/guide/topics/search/adding-custom-suggestions.html
    • http://developer.android.com/guide/topi...

by web_surf - 移动操作系统 - 2011-12-22 08:51:11 阅读(616) 回复(0)

virtual无法挂载usb设备的解决办法: 当给虚拟机挂接USB设备的时候,默认情况下会提示没有权限访问usbfs。 解决办法为: 1. 建立一个usbfs的用户组,组名叫usbfs,记住组id 2. 以root身份编辑/etc/fstab文件 3. 向该文件增加一行none /proc/bus/usb usbfs devgid=1002,devmode=664 0 0,其中usbfs是刚才新建的用户组, 而1002是usbfs用户组的id 4. 重启ubuntu,将需要挂接到虚拟机的USB设备unmount。 5. 启动Virtualbox,给虚拟机挂...

by palmshadow - Linux文档专区 - 2009-12-09 09:55:21 阅读(875) 回复(0)
by hyn1005 - X无处不在 - 2009-09-29 20:40:51 阅读(8324) 回复(89)

curses 库下面编程,找了好久没发现box函数功能说明 box_window_ptr是一个窗口 box(box_window_ptr,ACS_VLINE,ACS_HLINE); 请问大家box函数的功能是什么?

by d419192480 - Linux环境编程 - 2009-07-25 21:08:16 阅读(1313) 回复(2)

先安装 GuestAdditions, 用 VboxManager 工具增加要共享的目录。 在 Virtualbox 的主机(即 Linux 系统中)执行下列命令: VboxManage sharedfolder add "VM name" -name "sharename" -hostpath "\test" 该命令中的 VM name 指定要使用共享文件夹的虚拟机名称,如 WinXP;sharename 为共享的文件夹名称,可任意设置,如 sharedfolder;\test 为主机上需要共享的文件夹。下面给出一个该命令的实例: VboxManage sharedfolder a...

by secondfu - Linux文档专区 - 2008-05-24 12:25:14 阅读(996) 回复(0)

/*************************************** ** filename: 9box.c ** ------------------------------------- ** fucntion: 一个游戏的程序解决。看得懂的自己看吧 **************************************** #include short box[9][9]; char flag[9][9]; void init_box(); void output_result(); short check(short, short, short); int main(void) { short i, j, k; short backforward = 0; short forw...

by liuake - Linux文档专区 - 2006-12-11 15:41:03 阅读(486) 回复(0)

编译busy-box 编译X86的busy-box,直接在Linux开发主机上进行就是,不用额外设置环境变量 如果编译ARM等其他架构的busy-box,就需要进行相应的配置: busy-box-1.00-xx/Rules.mak: CROSS_CFLAGS=-l/usr/local/arm/include 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/16358/showart_117205.html

by myforever - Linux文档专区 - 2006-05-24 09:52:07 阅读(877) 回复(0)

这是俺的Debian box,用了wmaker。没有显示器,用vnc连上的。 8)

by wolfg - Linux论坛 - 2005-07-09 09:52:14 阅读(633) 回复(1)