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

MicroEdition-Configuration

  • Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). Th

    Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). This BDE replacement is the compact, high-speed, robust and easy-to-use database engine. With Absolute Database you will not need special installation and configuration, it compiles right into your EXE. Make your application faster and smaller with Absolute Database BDE alternative!

    标签: Database Absolute Borland forget

    上传时间: 2013-12-19

    上传用户:海陆空653

  • This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the ha

    This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the hardware interface and USB enumeration/configuration. Also included are application examples like a USB joystick HID and USB serial port emulation.

    标签: microcontrollers USB the built-in

    上传时间: 2015-11-14

    上传用户:talenthn

  • J2ME 是SUN 公司针对嵌入式、消费类 电子产品推出的开发平台

    J2ME 是SUN 公司针对嵌入式、消费类 电子产品推出的开发平台,与J2SE 和J2EE 共同组成Java 技术的三个重要的分支。J2ME 实际 上是一系列规范的集合,由JCP 组织制定相关的Java Specification Request(JSR)并发布,各 个厂商会按照规范在自己的产品上进行实现,但是必须要通过TCK 测试,这样确保兼容性。比 如MIDP2.0 规范就是在JSR118 中制定的。可能接触过J2ME 的开发者会觉得说J2ME 是一系列 的规范不准确吧。因为我们在开发中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等内容。

    标签: J2ME SUN 嵌入式 消费类

    上传时间: 2015-11-20

    上传用户:sardinescn

  • This book was written to provide a single reference for network administration in a Linux environmen

    This book was written to provide a single reference for network administration in a Linux environment. Beginners and experienced users alike should find the information they need to cover nearly all important administration activities required to manage a Linux network configuration.

    标签: administration environmen reference provide

    上传时间: 2013-12-20

    上传用户:225588

  • BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and config

    BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files.

    标签: mechanism BlueCore supports Firmware

    上传时间: 2015-12-04

    上传用户:manking0408

  • The development of a data acquisition card based on USB bus is introduced in this article.It first d

    The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in the part of software design.Data acquisition program in firmware is also discussed.Finally,this data acquisition card is tested and evaluated in a program developed by Lab Windows CVI,which shows that this car is stable and reliable

    标签: development acquisition introduced article

    上传时间: 2015-12-07

    上传用户:lijianyu172

  • Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit mic

    Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit microcontrollers can be monitored and controlled over the Internet. With embedded Linux, these gateways are easily moved from full-blown host PCs to embedded platforms like the PC104. In this class you will learn about hardware platforms that support embedded Linux, Linux kernel configuration, feature selection, installation, booting and tuning.

    标签: bit platforms Abstract networks

    上传时间: 2014-01-05

    上传用户:kytqcool

  • The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that

    The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32® -based applications. Application developers can use the functions in the CryptoAPI without knowing anything about the underlying implementation, in much the same way as they can use a graphics library without knowing anything about the particular graphics hardware configuration.

    标签: Cryptographic Application Programming Microsoft

    上传时间: 2013-12-27

    上传用户:pinksun9

  • 员工培训系统 首先确认您的机器上已经安装了VC6.0以上版本

    员工培训系统 首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类

    标签: 6.0 VC 机器

    上传时间: 2014-01-03

    上传用户:luopoguixiong

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.

    标签: Lucene Abstract Jakarta project

    上传时间: 2016-01-10

    上传用户:songrui