Welcome![Sign In][Sign Up]
Location:
Search - rcp

Search list

[Other resourceRCP中文入门教程

Description: 简单地讲, 一个RCP应用就是一个可独立于Eclispe IDE开发环境运行的Eclipse 插件. 下面我们以一个简单的例子开始我们的RCP旅 -Simply put, an RCP application is an independent Eclispe in the development environment IDE Eclipse plug-in operation. Below we give a simple example of the beginning of our journey RCP
Platform: | Size: 899338 | Author: signme | Hits:

[Other resourceRCP入门教程simplebrowser_src

Description: 简单地讲, 一个RCP应用就是一个可独立于Eclispe IDE开发环境运行的Eclipse 插件. 下面我们以一个简单的例子开始我们的RCP旅 -Simply put, an RCP application is an independent Eclispe in the development environment IDE Eclipse plug-in operation. Below we give a simple example of the beginning of our journey RCP
Platform: | Size: 26455 | Author: signme | Hits:

[JSP/Javarcp

Description: eclipse rcp 项目实例,一个简单的rcp实现,但却包含了很多rcp的基本概念! 值得看看,学习学习
Platform: | Size: 944055 | Author: xieshijian | Hits:

[DocumentsEclipse RCP入门

Description: 介绍Eclipse rcp开发入门
Platform: | Size: 447704 | Author: conan2006120 | Hits:

[SourceCode基于eclipse RCP的考勤系统

Description: 系统采用j2ee技术,用到JPA,POI,eclipse RCP,嵌入式derby数据库,是学习java富客户端开发的极好的例子。连学习待开发,花了一个月时间。 系统实现如下的功能: 1、 考勤系统的数据来源为门禁系统生成的打卡数据(统一格式的Excel数据表格); 2、 考勤系统输出的统计信息表为Excel表的格式,包含工号、姓名、工作时长; 3、 报表要体现员工每天的上下班时间、工作时长及早退迟到情况; 4、 该系统能够实现对员工的管理,包括增加/删除/修改操作; 5、 该系统能够实现对班次的管理,包括增加/删除/修改操作; 6、 由于员工工卡故障不能打卡,该系统能够人工修改考勤数据; 7、 员工按工作性质分为行政班和非行政班,系统能够根据打卡时间判别其属于哪个类型员工,并通过报表形式展现; 8、 报表体现员工每天第一次打卡和最后一次打卡的时间,夜班跨凌晨上班按上班日期计算工作时长; 9、 报表要体现员工的迟到、早退情况(超过10分钟); 10、 系统能保存整理后的考勤数据供日后查证; 11、 系统能够根据需要查询符合条件的考勤记录,并且导出数据; 12、 根据员工工号,查询某一时间段内的考勤情况; 13、 对于导出的考勤记录,可以选择某几列导出; 14、 根据员工部门、上班时间段查询并导出数据。 15、 在最后的考勤统计中,添加一项统计这一天的打卡次数
Platform: | Size: 15151257 | Author: waynex_jiang | Hits:

[ComboBoxorg.sklse.scrr.component.ontology.ui

Description: 使用eclipse,RCP开发的用户界面, 有关于本体模型编辑的内容.-use eclipse, RCP development of the user interface, a model of ontology editing content.
Platform: | Size: 489472 | Author: 刘玮 | Hits:

[JSPRCP中文入门教程

Description: 简单地讲, 一个RCP应用就是一个可独立于Eclispe IDE开发环境运行的Eclipse 插件. 下面我们以一个简单的例子开始我们的RCP旅 -Simply put, an RCP application is an independent Eclispe in the development environment IDE Eclipse plug-in operation. Below we give a simple example of the beginning of our journey RCP
Platform: | Size: 899072 | Author: signme | Hits:

[JSPRCP入门教程simplebrowser_src

Description: 简单地讲, 一个RCP应用就是一个可独立于Eclispe IDE开发环境运行的Eclipse 插件. 下面我们以一个简单的例子开始我们的RCP旅 -Simply put, an RCP application is an independent Eclispe in the development environment IDE Eclipse plug-in operation. Below we give a simple example of the beginning of our journey RCP
Platform: | Size: 26624 | Author: signme | Hits:

[JSPEclipseRCP

Description: 最近做了一个基于RCP的项目,感受颇深,觉得RCP有希望扭转Java桌面应用的颓势。在项目中积累了一点经验与心得,拿出来与大家分享,希望能给RCP初学者一点帮助。我研究Eclipse插件开发已经有一段时间了,但是我并没有很系统的学习过Eclipse的插件开发,往往只是做项目需要临时学的一点,所以讲的东西难免粗陋,请见谅。-recently done a project based on the RCP, deep feelings, think RCP Java hope to reverse the declining desktop applications. The project has accumulated a little more experience and knowledge to produce and share, in the hope of giving some help RCP beginners. My research has been the development of Eclipse plug-ins for quite a long time, But I have no system of learning the Eclipse plugin development, Often it is just a project requiring temporary school, so to talk about things inevitably true, I do apologize.
Platform: | Size: 447488 | Author: yanglei | Hits:

[Windows DevelopNIC_HD_REG

Description: 用NIC和硬盘序列号实现软件的网络注册机制 1、PJSECURE 是一个 C 风格的 Win32 动态链接库,利用它可以实现软件产品的网络拷贝注册功能。 2、通过调用 RCP 函数 UuidCreate 或 UuidCreateSequential 快速获取远端机器的网卡地址。 3、PJSECURE 中的导出函数根据两个信息来唯一确定某台计算机。第一个函数可以获取所装网卡的 NIC 地址,该地址是一个12位的数字,由网卡的生产厂商保证其唯一性。第二个函数返回机器 C 盘的序列号。有了着两个信息,就可以成功创建自己的软件注册机制。 3、源代码中包含 PJSECURE 的定义和实现以及一个测试该 DLL 的控制台程序。 4、支持 Unicode ,并且随源代码一起提供生成配置选项。-with NIC and hard drive serial number to the software registration mechanism for a network, PJSECURE is a C-style Win32 dynamic link library, It allows the network software products registered copy function. 2. by calling the RCP function UuidCreate or UuidCreateSequential Quick access to remote machines NIC address. 3, PJSECURE the derived function under only two messages to determine if a computer. The first function can be installed card access to the NIC address, the address is a 12 figures, from the card manufacturers guarantee their uniqueness. The second function returns the disc machines C serial number. With a two messages, it can successfully establish its own software registration system. 3, the source code contains PJSECURE the definition and implementation of a test the DLL co
Platform: | Size: 31744 | Author: 孙磊 | Hits:

[JSP/Javaviewprojec

Description: 这是用eclipseRCP开发的一个自定义的视图的原代码,供想学西RCP的同志参考参考-eclipseRCP this is the development of a definition of View from the original code, West wanted to learn for the RCP's information.
Platform: | Size: 36864 | Author: liuyaoxing | Hits:

[JSP/JavaRCPBrowser

Description: 这是用eclipse的rcp写成的一个浏览器的离子,可实现浏览网页的功能-This is the rcp eclipse written in a browser ions, can be downloaded from the website of the functional
Platform: | Size: 163840 | Author: liuyaoxing | Hits:

[JSP/Javarcp

Description: eclipse rcp 项目实例,一个简单的rcp实现,但却包含了很多rcp的基本概念! 值得看看,学习学习-eclipse rcp project examples, a simple rcp realize, but it contains a lot of the basic concepts of rcp! Worthwhile to see, learning to learn
Platform: | Size: 944128 | Author: | Hits:

[JSP/JavaRCP

Description: RCP入门教程(说明的比较详细,应该可以对大家有所帮助)-RCP Tutorial (described in more detail, should be able to help all of you)
Platform: | Size: 899072 | Author: hcs | Hits:

[SMSRCP-Trainning

Description: RCP 培训资料. 包括源代码.SMS,SWT,ACTION.LINK,PIO. -RCP training materal, including source code for SMS.SWT.ACTION.LINK and PIO
Platform: | Size: 1537024 | Author: li | Hits:

[JSP/Javarcp.demo

Description: RCP 界面美化 ,对RCP程序的状态栏,工具栏等进行背景,图片设置.-RCP UI
Platform: | Size: 117760 | Author: 王博 | Hits:

[JSP/JavaRCP

Description: Eclips RCP程序开发 电子书 教程-Eclips RCP application development e-book Tutorial
Platform: | Size: 2117632 | Author: ccterry | Hits:

[Internet-Networkrcp.tar

Description: RCP拥塞控制协议。可以很方便地移植到NS2中去。可以和TCP,XCP等比较。做拥塞控制的实验。适用于NS-2.30版本-RCP congestion control protocol. Can easily migrate to NS2 and going. Can and TCP, XCP and other more. Do congestion control experiment. Applies to NS-2.30 version
Platform: | Size: 52224 | Author: 李云 | Hits:

[JSP/JavaRCP-update

Description: RCP自动更新的实现,与详细的开发流程。-RCP更新软件制作
Platform: | Size: 1200128 | Author: 温传波 | Hits:

[Hotel software systemrcp

Description: 采用java RCP技术编写,的一个小的酒店管理系统,采用sql server 2005数据库-Written using java RCP technology, a small hotel management system, using sql server 2005 database
Platform: | Size: 865280 | Author: 尤超 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net