搜索资源列表
gjlinux
- 构件嵌入式开发系统的重要书籍,精通的人可以更精通,初学的人可以成为高手
gtk2-tut.rar
- GTK/Gnome 经典图书,介绍了常用的构件,例子丰富,GTK/GNOME
helloword
- /* GtkWidget 是构件的存储类型 */ GtkWidget *window GtkWidget *button /* 这个函数在所有的 GTK 程序都要调用。参数由命令行中解析出来并且送到该程序中*/ gtk_init (&argc, &argv) /* 创建一个新窗口 */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL) -/* GtkWidget is the storage c
use_libglade
- GTK+的libglade编程, 简化了对GTK构件的纯代码编写, 适合刚刚学GTK/glade的人-Libglade of GTK+ programming, simplified elements of pure GTK code to prepare for just learn GTK/glade
gdb
- 将g l i b函数库、G t k +构件库、G n o m e库和G C C编译器结合起来可以用来开发非常复杂的应 用程序,足以满足绝大多数的商业应用。但是这些还不足以成为一个完整的开发平台。还需 要一个高效的调试器,特别是对较大型的应用程序,这一点更为重要。-Linux 包含了一个叫g d b的G N U调试程序。gdb 可以用来调试使C、C++以及M o d u l a-2语 言开发的程序
testgtk
- 个窗口上放置了三个范围构件,都连接到同一个调整对象,并使用上面以及调整对象部分提到的一些调整参数的控制方法,这样你可以看到它们怎样影响这些构件的使用效果。-Window to place the scope of the three components are connected to the adjustment of the same object, and use some of the above mentioned objects, as well as adjust some of
HelloWorld
- 现在来写一个只有一个按钮构件的程序,这是一个标准的 GTK Hello World。-Now there is only one button to write a component of the program, which is a standard GTK Hello World.
Research_on_MRP_based_MDA
- 本文以集成供应链管理(ISCM)的软件开发为背景,采用基于MDA的构件开发过程,重点研究了构件化的开发方法、模型驱动构架(MDA)以及物料需求计划(MRP)软件的构架与构件模型。-Based on research and development of Integrated Supply Chain Management (ISCM),we adopt the process of component oriented software development,lay emphasis on t
TinyOS-overview
- tinyos专为嵌入式无线传感网络设计,操作系统基于构件(component-based)的架构使得快速的更新成为可能,而这又减小了受传感网络存储器限制的代码长度-the tinyos specifically designed for embedded wireless sensor network operating system component (component-based) architecture makes fast updates are possible, which i
progressbar
- 在窗口中添加进度条构件,通过按钮进行控制-control progressbar