搜索资源列表
kmplot
- linux下一个短小精悍的数学函数绘图程序,从中可以学到如何在linux中开发GUI程序。-linux under a short and pithy mathematical function mapping procedures, One can learn how to linux GUI developed procedures.
qvfb-1.0.tar
- 在Linux平台开发基于FrameBuffer的GUI系统中用的qvfb源代码,已经在redhat9.0下编译通过。
ugui.lib.fix
- 这是为一个微型gui编写的图形处理库,对于32位位图处理,采用了MMX汇编优化 这是前一次上传的ugui的优化版本,对于linux-gcc嵌入MMX汇编指令的使用
mygoogpicture v0.01
- 用freepascal--lazarus写的绘图程序,刚开始,还不能使用,但GUI是先进的,里头的Main执行文件可以在较新版的linux底下运行,双击即可,完全个人作品,供程序员们参考,但不要完全继承其GUI的设计
plotter.rar
- gui绘制曲线,坐标系变换,运行在linux系统下,使用qt软件开发,gui drawing curves, coordinate transformations, running on linux system, the use of software development qt
lgui_0.3.0
- 安装过程: 一、设置framebuffer 若启动程序为lilo,过程如下 1.打开/etc/lilo.conf 2.在其中加入一行:vga=0x314 3.执行lilo 4. reboot 若启动程序为grub,设置过程如下: 1.打开/etc/grub.conf 2.在其中加入:vga=0x314 3.reboot 二、安装lgui 1. 拷贝lgui.tgz 到/usr/local目录下 2. 执行如下命令:
graphcut
- 使用QT4開發的影像切割應用程式 基於Graph cuts來運算 可執行在Linux、XP、MAC上,並有多種模式(GMD, NN, ANN) -A GUI and batch capable software for easy and versatile image segmentation. Graph cuts are used for segmentation with several models (GMD, NN, ANN) available. The appli
ProcessImage
- 基于Linux视频采集、编码、压缩、解码成为RGB格式的QT图形界面应用程序。-Based on Linux video collection, coding, compression and decoding QT GUI applications become an RGB format.
first
- qt 程序编程 为初学linux 界面编程 GUI 初学者准备 有错误的 不吝指正-qt programming GUI programming interface for the beginner linux beginners hesitate to correct me wrong
qstyle
- The QStyle class is an abstract base class that encapsulates the look and feel of a GUI for Linux.
C-KIT-GUI-GTK-0.50-Linux.tar
- Extesion for GTK+ GUI, easy to use 2d vector graphic window manager, easy to write addon and expand library
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
PG_Handbook_-_2016
- this is PG handbook in unix linux okie
Auto_GUI
- PyAutoGUI 自动化 : 一个纯Python的GUI自动化工具,其目的是可以用程序自动控制鼠标和键盘操作,多平台支持(Windows,OS X,Linux)。可以用pip安装,Github上有源代码。(PyAutoGUI automation: A pure Python GUI automation tool, which aims to automatically control mouse and keyboard operations with programs, mult