Welcome![Sign In][Sign Up]
Location:
Search - xml ui

Search list

[xml-soap-webservicexmldtree_7

Description: 此代码是“用XML和XSLT进行高级的 Web UI设计(七)”一文的例子代码。示范如何在树形目录中添加表示层次关系的线条。使得树形目录界面可读性更好,父子节点的关系也更加清晰。主要缺点是需要处理更多的对象,同时页面上需要显示更多的图像。所幸的是浏览器加载页面文件的时间开销没有多大的变化-this code of "using XML and XSLT advanced Web UI Design (7)," an example of the text generation yards. A demonstration of how the directory tree hierarchy said adding lines. Tree directory interface makes better readability, the relationship between father and son nodes also become clearer. The main drawback is the need to address a wider audience, while pages need to show more images. Fortunately, the browser page document load time overhead is not much change
Platform: | Size: 11264 | Author: 周涛 | Hits:

[Windows Developtestfreepool_demo

Description: 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。 -This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate the operation of this type, I have here provided a sample MDI application, it is just to let you open an XML file. XML documents for each MDI child windows single definition of the layout and UI control attributes. Although the code is written using VC6, examples of projects can be converted to VS 2003 and VS 2005 project.
Platform: | Size: 97280 | Author: gongshenglai | Hits:

[Education soft system200000

Description: Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。   另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( http://www.boost.org )下载boost的最新版本1.33.1,并在本地编译它。   配置文件的读写使用了TinyXML,源码已经包含在源码包中,无须另外下载。   整个程序的祼奔性相当好,不依赖于其他任何的DLL或COM库,就一个EXE文件。   我的编程和调试环境为WindowsXP,Visual Studio .net 2003。   该软件的目的及作用请参见( http://lunatic.bokee.com/6153131.html )   使用方法( http://lunatic.bokee.com/6153160.html )   相关的资源( http://lunatic.bokee.com/6153181.html ) -Recite (one in English learning software source code) the procedures of the UI used WTL7. 5. WTL7.5 could easily on Microsoft's official Web site, the installation is also very simple. Also use the BOOST part of the contents. Including filesystem operations for the file name and directory, the (http :// lunatic.bokee.com/5899788.html) find a more detailed referral presentations. Object serialization used to sequence of the disk file. Datetime done for the calculation date. Also used a string algo so simple string manipulation. So you need from (http :// www.boost.org) boost download the latest version of a .33.1. and the local compile it. The configuration file read and write using TinyXML, FOSS has been contained in the source package, do not have to download. Nude whole procedure
Platform: | Size: 129024 | Author: yu | Hits:

[J2MEj2meapi07

Description: 本手册包含如下内容 J2ME Web Services RPC (JSR 172) J2ME Web Services XML (JSR 172) Java APIs for Bluetooth (JSR 82) Location API (JSR 179) MID Profile 2.0 (JSR-118) Mobile Media API 1.1 (JSR-135) Mobile 3D Graphics API (JSR184) PDA Pim 1.0 (JSR 75) PDA FileConnection (JSR 75) J2ME Web Services RPC (JSR 172) Scalable 2D Vector Graphics API (JSR-226) SIP API (JSR 180) Wireless Messaging API 1.0 (JSR 120) WTK2.2 相关文档 Nokia UI API 1.1 -This manual contains the following J2ME Web Services RPC (JSR 172) J2ME Web Services XML (JSR 172) Java APIs for Bluetooth (JSR 82) Location API (JSR 179) MID Profile 2.0 (JSR-118) Mobile Media API 1.1 (JSR- 135) Mobile 3D Graphics API (JSR184) PDA Pim 1.0 (JSR 75) PDA FileConnection (JSR 75) J2ME Web Services RPC (JSR 172) Scalable 2D Vector Graphics API (JSR-226) SIP API (JSR 180) Wireless Messaging API 1.0 (JSR 120) WTK2.2 related documentation Nokia UI API 1.1
Platform: | Size: 6766592 | Author: jason | Hits:

[Game Engineyy2

Description: irrlicht游戏框架 增加了Fmod声音引擎、XML配置文件支持,SEER类C脚本语言支持,扩展了多个GUIElement。-an increase of irrlicht game framework Fmod voice engine, XML configuration file support, SEER Class C scripting language support, the expansion of a number of GUIElement.
Platform: | Size: 9470976 | Author: zhangbin | Hits:

[WEB CodePersonalPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin-Ajax three personal website applets DAL- data layers IDAL- data interface layer (the control is to choose what type of database) Bll- Logic Layer Model- structural model (corresponding to database fields) function is very simple to learn Ajax/Atlas+ MVC (three-) entry a good example of the attention: when the structures set up under the root folder AjaxMyPage for the site can support Sql, Access, xml three database (configured in web.config), the default background to support the Access Management:/ui/admin
Platform: | Size: 1496064 | Author: sky | Hits:

[WEB CodeAjaxMyPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin-Ajax three personal website applets DAL- data layers IDAL- data interface layer (control is to choose what type of database) Bll- Logic Layer Model- structural model (corresponding database fields) function is very simple to learn Ajax/Atlas+ MVC (three) a good example of entry Note: when the structures set up under the root folder AjaxMyPage for the site can support Sql, Access, xml three databases (in the web.config in the configuration), the default background to support Access Management:/ui/admin
Platform: | Size: 1491968 | Author: zhaohui | Hits:

[Windows DevelopProgrammingWPF

Description: Programming WPF Windows Presentation Foundation (WPF) (formerly known by its code name "Avalon") is a brand-new presentation framework for Windows XP and Windows Vista, the next version of the Windows client operating system. For developers, WPF is a cornucopia of new technologies, including a new graphics engine that supports 3-D graphics, animation, and more an XML-based markup language (XAML) for declaring the structure of your Windows UI and a radical new model for controls. Programming Windows Presentation Foundation is the book you need to get up to speed on WPF. By page two, you ll have written your first WPF application, and by the end of Chapter 1, "Hello WPF," you ll have completed a rapid tour of the framework and its major elements. These include the XAML markup language and the mapping of XAML markup to WinFX code the WPF content model layout controls, styles, and templates graphics and animation and, finally, deployment.
Platform: | Size: 2320384 | Author: yjc666 | Hits:

[Software EngineeringUI_app_software

Description: 高通手机应用软件开发平台uione的介绍。uione是基于BREW平台的一个应用开发平台,在架构设计上,真正地做到了GUI/UI与应用逻辑分离,修改手机GUI/UI,只需变动xml脚本,不再需要像传统的手机开发平台一样,修改繁琐的C代码了。-Qualcomm cell phone application development platform for the introduction uiOne. uiOne is based on the BREW platform, an application development platform, in the framework design, really achieve a GUI/UI and application logic separation, modify the phone GUI/UI, just change xml script, is no longer necessary as the traditional mobile phone development platform, like , modify the C code has been cumbersome.
Platform: | Size: 391168 | Author: sea | Hits:

[DocumentsVB

Description: 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。 -err
Platform: | Size: 739328 | Author: wang | Hits:

[GUI DevelopDirectUI

Description: directX 和XML写的UI源代码,包含列表,按钮等控件的实现-directX and XML source code written by UI, including a list of the realization of the control buttons, etc.
Platform: | Size: 120832 | Author: 王晶磊 | Hits:

[WEB Codewebqq

Description: 实现的webQQ的大部分功能,而且全开源,适用中高级.net开发人员研究,主要是对 XML 的操作和ajax,还用了少量的JQ可以自由增加组,加好友等!
Platform: | Size: 936960 | Author: wanghu | Hits:

[Windows CEwceui_800x480_demo

Description: WceUi界面库是Windows CE UI界面库的缩写, 是专门针对Windows CE应用开发所做的一套界面库,她能极大的提高Windows CE下的界面开发效率,迅速开发出理想的UI。 ------------------------------------------------------------------------------ 做Windows CE应用开发的会需要WceUi界面库。 WceUi界面库的关键特性: 完全实现iphone的列表和iphone绝大部分动画效果 采用C++封装,方便扩展 完全支持窗口动画,支持多种动画效果,用户可以自定义窗口动画 强大的位图支持,支持565和32位. 并且565格式的位图也支持alpha通道 采用流行的xml方式配置界面,简单高效 支持换皮肤,图片,字体,颜色一起换 支持多语言切换 支持资源打包压缩加密 采用DirectUI技术 高质量,高性能的代码,把界面性能发挥到了极致 支持PC上调试 -WceUi interface library is the Windows CE UI Interface library acronym is specific to Windows CE application development done by a set of interface libraries, she could greatly improve the interface under the Windows CE development efficiency, rapidly developed a good UI.
Platform: | Size: 11376640 | Author: liangkun | Hits:

[Windows CEwceui_msgbox

Description: windowsCE 下的免费UI开发库wince,采用directUI以及xml技术,可快速开发出类似IPHONE效果的UI界面程序-windowsCE free UI development library under the wince, with directUI and xml technology, can quickly develop a similar effect of the UI interface program IPHONE
Platform: | Size: 3904512 | Author: 王键 | Hits:

[androidUIDemo

Description: Andorid界面开发,右侧滑动菜单例子-A slide from right side sameple on Android UI developing
Platform: | Size: 64512 | Author: 彭鹏 | Hits:

[ICQ-IM-Chatchat3

Description: 基于java的ui设计与java的网络编程为一体的即时通讯工具,对了解网络聊天工具有着极大的示范作用(对之前上传的)一些改进,加入了XML等,更加的贴近实际-Ui java-based web design and java programming tool for the integration of instant messaging, Internet chat tool for understanding has a great role model (for previously uploaded) some improvement over XML, more close to reality
Platform: | Size: 36864 | Author: 王殿升 | Hits:

[JSP/JavaUI

Description: 一个自动的数据库转化为xml的生成器 可以用做代码生成器的一部分-An automated database into xml generator code generator can be used as part of
Platform: | Size: 410624 | Author: lixiaoming | Hits:

[androidAndroid-UI-controls-document

Description: 1.文本框TextView TextView的作用是用来显示一个文本框,下面我用两种方式为大家呈现TextView, 第一种是通过xml布局文件呈现 ,第二种是通过代码来呈现,由此可见Android 的界面开发真的是非常灵活。 -1. The TextView text box The role of the TextView is used to display a text box, below I in two ways TextView presenting to you, the first kind is through the XML document layout present, the second is through the code to present, this shows Android interface development is really very flexible.
Platform: | Size: 228352 | Author: netwalk | Hits:

[androidUI

Description: 使用XML布局文件控制UI界面 在代码中控制UI界面 使用XML和Java代码混合控制UI界面 开发自定义的View-Control UI interface code control the UI interface uses XML and Java code mixed control the UI interface developed custom View using XML layout file
Platform: | Size: 209920 | Author: menesma | Hits:

[GUI Developijs-ui

Description: 金山卫士界面源代码,主要是利用WTL的框架,自行开发的一套界面库,界面主要是通过XML文件编码展示。-Jinshan guards interface source code, mainly using the WTL framework, a set of self-developed interface library, the interface is mainly through XML file encoding show.
Platform: | Size: 17916928 | Author: 汤学谦 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net