CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - GUI
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - GUI - List
[
File Operate
]
游戏资源包生成器
DL : 0
以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。-before the game was small when written in packing tools. This rewrite of the 000 GUI interface. Fringe C SDK source code. .NET compile. For gamers also a good tool, welcomed the joint study, to discuss.
Date
: 2008-10-13
Size
: 52.95kb
User
:
解放
[
File Operate
]
datavision-1.0.0.tar
DL : 0
一个用Java编写的类似于Crystal Reports的报表工具。它支持多种数据源(JDBC, 文本文件) ,输出格式有HTML, XML, PDF, LaTeX, 逗号或tab分隔的数据文件, 和DocBook。它让你用一个支持拖放操作的GUI设计报表,报表描述存储为XML。-a Java similar to the preparation of the Crystal Reports reporting tool. It supports a wide range of data sources (JDBC, text files), the output format is HTML, XML, PDF, LaTeX, comma or tab-separated data files, and DocBook. It allows you to use a drag and drop support of GUI design statements, statements describing storage for XML.
Date
: 2008-10-13
Size
: 3.29mb
User
:
文艺
[
File Operate
]
peg
DL : 0
Peg lib for ARM for design grafick gui
Date
: 2008-10-13
Size
: 1.11mb
User
:
Dmitriy
[
File Operate
]
QtEmbedded_applied_in_ES_Linux
DL : 0
Qt/Embedded延续了Qt在桌面系统的所有功能,丰富的API接口和基于组件的编程模型使得嵌入式Linux系统中的应用程序开发更加便捷。由于Qt/Embedded本身面向高端的手持设备和移动设备,将成为未来嵌入式系统的主要GUI。
Date
: 2008-10-13
Size
: 5.98kb
User
:
刘娜
[
File Operate
]
java
DL : 0
java实现屏幕取色,可在屏幕上输出当前鼠标所在的屏幕颜色以及使用一个GUI,输出当前鼠标所在的屏幕颜色,并改变GUI的背景色。
Date
: 2008-10-13
Size
: 1.67kb
User
:
zhoucong
[
File Operate
]
Filemon
DL : 0
Regmon consists of a device driver and a GUI. The driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 5.0.
Date
: 2008-10-13
Size
: 625.75kb
User
:
liuyun
[
File Operate
]
javadirtree
DL : 0
java实现系统目录树控件 //导入以下类 import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager //在面板初始化的地方 FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象 JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了; ftm.setShowHidenFiles(true) //设置是否显示隐藏文件 ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部
Date
: 2008-10-13
Size
: 148.4kb
User
:
pazhu
[
File Operate
]
jzip
DL : 0
JAVA开发的zip文件操作GUI程序,简单易用
Date
: 2009-08-26
Size
: 372.1kb
User
:
henritier@163.com
[
File Operate
]
游戏资源包生成器
DL : 0
以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。-before the game was small when written in packing tools. This rewrite of the 000 GUI interface. Fringe C SDK source code. .NET compile. For gamers also a good tool, welcomed the joint study, to discuss.
Date
: 2025-12-22
Size
: 53kb
User
:
解放
[
File Operate
]
datavision-1.0.0.tar
DL : 0
一个用Java编写的类似于Crystal Reports的报表工具。它支持多种数据源(JDBC, 文本文件) ,输出格式有HTML, XML, PDF, LaTeX, 逗号或tab分隔的数据文件, 和DocBook。它让你用一个支持拖放操作的GUI设计报表,报表描述存储为XML。-a Java similar to the preparation of the Crystal Reports reporting tool. It supports a wide range of data sources (JDBC, text files), the output format is HTML, XML, PDF, LaTeX, comma or tab-separated data files, and DocBook. It allows you to use a drag and drop support of GUI design statements, statements describing storage for XML.
Date
: 2025-12-22
Size
: 3.29mb
User
:
文艺
[
File Operate
]
ucosii入门方法
DL : 0
uC/OS是一种体积小巧而实用的实时操作系统,由于其代码的开放性,近年来普遍受到人们的关注,许多人开始从事这一操作系统的学习及应用工作,但由于其文档较少,特别是关于安装和使用方面的指导性文章不够充足,使很多初学者,特别是刚刚接触嵌入式操作系统的朋友们不知道如何进行系统的安装及调试,为此我结合自己使用的切身体会,谈一谈它的安装及调试问题,希望对大家能起到一定的帮助作用.-uC/OS is a compact and practical real-time operating system, because of its code open, In recent years, widespread concern from the public, many people started learning the operating system and application, but because of its small file, in particular regarding the installation and use of the guiding article inadequate, and many beginners, just contact the Special Embedded operating system friends do not know how the system installation and commissioning, Therefore, I have to use the light of their own personal experiences to talk about its installation and debugging. we can hope to play a role to help.
Date
: 2025-12-22
Size
: 4kb
User
:
方昌奇
[
File Operate
]
Filemon
DL : 0
Regmon consists of a device driver and a GUI. The driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 5.0.
Date
: 2025-12-22
Size
: 625kb
User
:
liuyun
[
File Operate
]
javadirtree
DL : 0
java实现系统目录树控件 //导入以下类 import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager //在面板初始化的地方 FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象 JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了; ftm.setShowHidenFiles(true) //设置是否显示隐藏文件 ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部 -java realization of the system directory tree control// into the following categories of import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All
Date
: 2025-12-22
Size
: 148kb
User
:
pazhu
[
File Operate
]
GUI_FILTER
DL : 0
function varargout = GUI_FILTER(varargin) GUI_FILTER M-file for GUI_FILTER.fig GUI_FILTER, by itself, creates a new GUI_FILTER or raises the existing singleton*. H = GUI_FILTER returns the handle to a new GUI_FILTER or the handle to the existing singleton*. GUI_FILTER( CALLBACK ,hObject,eventData,handles,...) calls the local function named CALLBACK in GUI_FILTER.M with the given input arguments. GUI_FILTER( Property , Value ,...) creates a new GUI_FILTER or raises the existing singleton*. Starting from the left, property value pairs are applied to the GUI before GUI_FILTER_OpeningFunction gets called. An unrecognized property name or invalid value makes property application stop. All inputs are passed to GUI_FILTER_OpeningFcn via varargin. *See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one instance to run (singleton)".-function varargout = GUI_FILTER(varargin) GUI_FILTER M-file for GUI_FILTER.fig GUI_FILTER, by itself, creates a new GUI_FILTER or raises the existing singleton*. H = GUI_FILTER returns the handle to a new GUI_FILTER or the handle to the existing singleton*. GUI_FILTER( CALLBACK ,hObject,eventData,handles,...) calls the local function named CALLBACK in GUI_FILTER.M with the given input arguments. GUI_FILTER( Property , Value ,...) creates a new GUI_FILTER or raises the existing singleton*. Starting from the left, property value pairs are applied to the GUI before GUI_FILTER_OpeningFunction gets called. An unrecognized property name or invalid value makes property application stop. All inputs are passed to GUI_FILTER_OpeningFcn via varargin. *See GUI Options on GUIDE s Tools menu. Choose "GUI allows only one instance to run (singleton)".
Date
: 2025-12-22
Size
: 318kb
User
:
michael4u2345
[
File Operate
]
libraryfile
DL : 0
一个含有文件操作的的library的System系统,有图形界面。。文件操作-a GUI library system ,which have a file..and so on
Date
: 2025-12-22
Size
: 29kb
User
:
gaokevin
[
File Operate
]
GUI_Data
DL : 0
This is a GUI to navigate and edit VASP input files. Does not work on any directory besides the one I specified before publishing.
Date
: 2025-12-22
Size
: 207kb
User
:
Nathaniel
[
File Operate
]
UPXShell
DL : 0
This Packing Tool is very useful to pack Executable File(.EXE) UPXShee.EXE(GUI Version)
Date
: 2025-12-22
Size
: 412kb
User
:
richard_kr
[
File Operate
]
canintetfacedrawikg
DL : 0
利用java编写的paintbox小程序,可以画图,重点为gui界面-Paintbox small programs written in Java, can be used to drawing, the key for the GUI interface
Date
: 2025-12-22
Size
: 20kb
User
:
Jipud
[
File Operate
]
gw064
DL : 0
FIG simulation speed, distance, amplitude three-dimensional image, Iterative self-organizing data analysis, Based on matlab GUI interface design.
Date
: 2025-12-22
Size
: 4kb
User
:
yenglaopuiming
[
File Operate
]
dubuggings-monitor-GUI
DL : 0
HTML,JavaScript简介_over()
Date
: 2025-12-22
Size
: 9kb
User
:
Zonaaa
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.