虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

project-build

  • I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p

    I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as handling thousands of entries smoothly. It s also highly customisable if you want to change its look and feel. In this article I ll explain how to use and extend the control in a demo project. If you download the source, you can find demo project under the Tests/SuperListTest directory.

    标签: developing Superlist FeedGhost Although

    上传时间: 2016-04-15

    上传用户:佳期如梦

  • This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for Zi

    This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for ZigBee, 802.15.4, or SMAC application development. The guide describes system requirements, installation, and how to launch BeeKit. The book then guides users through a simple step-by-step process of how to open and load a demonstration project through the CodeWarrior IDE without further modification. This allows for a quick evaluation of Freescale’s ZigBee technology.

    标签: configuration Connectivity Freescale describes

    上传时间: 2013-12-24

    上传用户:偷心的海盗

  • 开源图表组件JFreeChart的入门例程

    开源图表组件JFreeChart的入门例程,附带有ant构建build.xml文件,可做为程序开发的常用参考

    标签: JFreeChart 开源 图表

    上传时间: 2016-04-20

    上传用户:yyq123456789

  • 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce

    非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的头文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面为播放源码 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其实编译时的 object/library modules 只要看 sourse 文件包含哪个dll,或lib 就行

    标签: application windows readme simple

    上传时间: 2016-05-05

    上传用户:ynsnjs

  • 欢迎使用 FastJsp 开发框架! 编译说明: * 若要生成Api Javadoc文档

    欢迎使用 FastJsp 开发框架! 编译说明: * 若要生成Api Javadoc文档,请执行在当前目录下执行命令"ant javadoc" * 若要新生成FastJar.jar框架运行包,请在当前目录下执行命令"ant jar" 文件组织说明: * build-dependency目录包含编译FastJsp所需支持包 * doc目录下包含相关软件用户及api文档 * examples下包含FastJsp开发范例.要运行范例,请运行范例文档下build.xml中的"deploy"任务 * src目录下包含FastJsp框架的所有源代码

    标签: FastJsp Javadoc Api 编译

    上传时间: 2016-05-06

    上传用户:417313137

  • 一个自娱自乐的demo 开发环境 apache-tomcat-6.0.16 Mysql 5.1.11 Jdk 1.6 文件结构如下 --MyGame -----MyGam

    一个自娱自乐的demo 开发环境 apache-tomcat-6.0.16 Mysql 5.1.11 Jdk 1.6 文件结构如下 --MyGame -----MyGame-Seam(eclipse project路径) -----doc ----------free.jude(JUDE 类图)

    标签: apache-tomcat MyGame Mysql MyGam

    上传时间: 2014-11-08

    上传用户:hongmo

  • FreeTTS is a speech synthesis system written entirely in the Java programming language. It is based

    FreeTTS is a speech synthesis system written entirely in the Java programming language. It is based upon Flite, a small, fast, run-time speech synthesis engine, which in turn is based upon University of Edinburgh s Festival Speech Synthesis System and Carnegie Mellon University s FestVox project.

    标签: programming synthesis entirely language

    上传时间: 2014-08-29

    上传用户:cylnpy

  • 1、在Eclipse中导入工程

    1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot"; 5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下; 6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。

    标签: Eclipse 工程

    上传时间: 2013-12-21

    上传用户:huannan88

  • This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"

    This book code procedure according to the chapter arrangement, the 1st chapter of example under "1" the table of contents, the 2nd chapter of example under "2" the table of contents, to the order analogizes. Under corresponding table of contents including Java source code document and by it correspondence translation class document. The reader may use software and so on the text editor opens the Java source code document, examines this book the detailed code. 13th chapter the code defers to the project project laying aside. May directly use NetBeans to open the project document to carry on the code examination.

    标签: chapter arrangement according procedure

    上传时间: 2014-11-01

    上传用户:希酱大魔王

  • 这原本是delphi7的7-zip元件安装包, 我因为工作需要自己改成了在Lazarus平台上的安装包 用Lazarus打开newpackage.lpk Compile 后点install,

    这原本是delphi7的7-zip元件安装包, 我因为工作需要自己改成了在Lazarus平台上的安装包 用Lazarus打开newpackage.lpk Compile 后点install, Lazarus会重build ide, 完成后Lazarus会重新启动, 就可以在元件盘上看见新元件了

    标签: Lazarus newpackage delphi7 Compile

    上传时间: 2016-06-14

    上传用户:com1com2