搜索资源列表
window unix file
- 操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document descr iption and code, containing all the file manipulation functions, suitable for the windows and unix running.
The_Programming_Interface_Specification_of_Applica
- 本文档是Linux 应用程序编程界面规范,规定标准的LINUX 操作系统为进行中、英文信息处理的 应用程序时提供必须的接口和运行环境,包括核心的应用程序编程界面、各种库函数、命令解释程序 (“shell”)、公共实用程序、图形用户界面(包括窗口函数)以及国际化和中文语境的本地化函数以支 持中英文信息处理的应用程序源码级的可移植性。-This document is a Linux application programming interface specification, the
helloword
- /* GtkWidget 是构件的存储类型 */ GtkWidget *window GtkWidget *button /* 这个函数在所有的 GTK 程序都要调用。参数由命令行中解析出来并且送到该程序中*/ gtk_init (&argc, &argv) /* 创建一个新窗口 */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL) -/* GtkWidget is the storage c
test
- /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值 * 都会触发这个事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 设置窗口边框的宽度。*/ gtk_container_se
GrabWindow.tar
- 这是使用Qt编写的一个程序,使用KDevelop集成开发环境写成,功能是截取自身的窗口内容。 压缩包中的“GrabWindow”可以直接运行。-This is the use of Qt prepared a program, use the integrated development environment KDevelop languages, function is the interception of the content of its own window. Compress
osiplist
- osip库中的链表,用C语言实现,window、linux等均可以使用,去掉了一些关联,根据实际使用进行了修改,增加了函数。-osip library list, using C language, window, linux, etc. can be used to remove a number of related, according to the actual use of modified, an increase of function.
20081518740354
- 目录 1 引言..... 1 1.1 编写目的............... 1 1.2 范围.... 1 1.3 定义.... 1 1.4 参考资料............... 1 2 总体设计................. 1 2.1 需求规定............... 1 2.2 运行环境............... 2 2.3 基本设计概念和处理流程...... 2 2.4 结构.... 2 2.5 功能需求与程序的关系.....
TextEditor
- 和Window下的notepad功能差不多,一个qt做的文本编辑器-And the Window under the notepad function similar to a text editor to do qt
ourdev_421318
- FS2410裸机系统EasySystem(包括s3c2410的几乎所有裸机驱动,各种实用裸机函数,GUI窗口系统,FAT16文件系统,BMP,WAV格式读写,俄罗斯方块游戏,图片浏览器等) -FS2410 bare-metal system EasySystem (including s3c2410 almost all the bare drive, a variety of practical barebone function, GUI window system, FAT16 file
mainWindowTest
- QT记事本源代码,里面有和window里记事本一样的功能,自己用QT写的-QT source code notes, there are, and window function in notepad, they wrote with QT
zyr1.pro.user
- 显示一个窗口,内容是“同一个世界,同一个梦想”,并且有关闭的功能。-Display a window, the content is " One World, One Dream" , and has shut down function.
desktop
- linux环境下使用minigui创建一个桌面窗口,在桌面上显示6个windows xp系统风格的图标,以及windows xp风格的任务栏,并可以通过按键操作各图标功能 -Minigui create a desktop window, 6 windows xp style icons displayed on the desktop, as well as windows xp style taskbar, and by the key operation of each icon func
sleep
- sleep函数的完整实现 1. 实验要求: 1、使用alarm函数实现定时。 2、必须正确处理mysleep函数中的闹钟与调用者可能设置的闹钟之间的关系。例如,如何解决不同的信号处理函数的保存和恢复?如何处理调用者设置的闹钟比mysleep函数中的闹钟早响的问题?如何处理调用进程屏蔽SIGALRM信号? 3、不允许出现任何竟态条件(时间窗口)。 4、总之,mysleep的实现细节应当对调用者透明,也就是说,不论在实现mysleep函数时是否使用了alarm函数,对调用者是否以
mask
- 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code. 开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5. 实验功能: 单击Open image按钮,手动选择所需滤波的原图片。 单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤波功能和采用opencv自带的滤波函数filter2D实现。
settingsdialog
- Settings Dialog window Function for Linux. -Settings Dialog window Function for Linux.
r4k-timer
- Primary function overlay window definitions and service functions used by LPDDR chips.
Make Menuconfig简介
- linux中内核裁剪指导资料,其中包括各个选项的功能详解,进入窗口后,根据内容可以选择自己需要的功能项,裁剪适合的内核。(Linux kernel cutting guide material, including the function of explanation, the options into the window, you need feature can be selected according to the content, cut a suitable kernel.)
libminigui-3.0.12-linux.tar
- 开发库libminigui-1.6.10.tar.gz 编译完成后生成三个库:它们分别是libminigui、libmgext以及libvcongui。libminigui 是提供窗口管理和图形接口的核心函数库,也提供了大量的标准控件;libmgext 是libminigui 的一个扩展库,提供了一些高级控件以及“文件打开”、“颜色选择”对话框等;libvcongui 则为Linux操作系统提供了一个应用程序可用的虚拟控制台窗口,从而可以方便地在MiniGUI环境中运行字符界面的应用程序。(D