Welcome![Sign In][Sign Up]
Location:
Search - Embedded java programming

Search list

[ELanguagebsh

Description: BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和JavaScript. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:BeanShell是可嵌入式的---你可以在运行时从你的应用程序调用BeanShell去动态的执行Java代码或是为你的应用程序提供脚本扩展。相反,你也可以从BeanShell调用你的应用程序及其对象,它可以让JAVA对象和API动态运行。正因为BeanShell是用JAVA写的,所以它可以和你的应用程序运行在同一个JVM空间内,你也可以自由的传递实时对象的参照(References)到脚本代码中并且作为结果返回。-BeanShell is a small, free of charge, to be embedded with object-oriented scripting language features of Java code interpreter. It is written in the Java language. It implementation of the standards Java language and expression, also own simple script commands and syntax. Programming Object put it as a simple method, much like Perl and JavaScript. You can write Java testing or debugging use BeanShell can also use it as your application's scripting engine. In short, the dynamics of BeanShell can explain Java language. BeanShell is in many respects for the usefulness of Java as Tcl / Tk for the usefulness of the same C : BeanShell can be embedded -- you can run from your application to BeanShell called dynamic execution of Java code, or for your application for extension of the script. I
Platform: | Size: 1430290 | Author: limu7475 | Hits:

[JSP/JavaJWhiteBoard

Description: 一个用Java编程 Applet 实现的电子白板,嵌入在JSP页面中,服务器端是servlet实现。 -a Java Applet Programming realized Whiteboard, embedded in JSP pages, servlet server is achieved.
Platform: | Size: 163885 | Author: 张龙 | Hits:

[JSPJ2meBasicBook

Description: < Java手机程式设计入门>>一本学习J2me手机嵌入式编程的基础书籍-<Java phone programming entry>> to learn J2me a mobile phone based on embedded programming books
Platform: | Size: 15543296 | Author: 刘志会 | Hits:

[JSP/JavaJWhiteBoard

Description: 一个用Java编程 Applet 实现的电子白板,嵌入在JSP页面中,服务器端是servlet实现。 -a Java Applet Programming realized Whiteboard, embedded in JSP pages, servlet server is achieved.
Platform: | Size: 163840 | Author: 张龙 | Hits:

[VC/MFCBerkeley_DBDocument

Description: Berkeley_DB.pdf Berkeley DB (DB)是一个高性能的,嵌入数据库编程库,和C语言,C++,Java,Perl,Python,PHP,Tcl以及其他很多语言都有绑定。-Berkeley_DB.pdfBerkeley DB (DB) is a high-performance, embedded database programming library, and the C language, C++, Java, Perl, Python, PHP, Tcl, as well as many other languages have bindings.
Platform: | Size: 356352 | Author: 徐敏 | Hits:

[DocumentsmanulofDprogramminglanguage(1)

Description: D 语言编程参考手册(上).pdf D 语言既有 C 语言的强大威力,又有 Python 和 Ruby 的开发效率。它是一种集垃圾回收、手工内存操作、契约式设计、高级模板技术、内嵌汇编、内置单元测试、Mixin 风格多继承、类 Java 包管理机制、内置同步机制、内建基本运行时信息的系统级编程语言-D programming language reference manual (on). Pdf D language of both the power of C language, Python and Ruby and the development efficiency. It is a collection garbage collection, hand-memory operation, Compact design, advanced template technology, embedded in the compilation, the built-unit testing, Mixin-style multiple inheritance, class Java package management mechanism, built-in synchronization mechanism, built-basic run-time information system-level programming language
Platform: | Size: 968704 | Author: likeilike | Hits:

[xml-soap-webservicespring-framework-1.2.5-with-dependencies

Description: spring 框架及其源代码 spring 框架一个轻量级的事务架构,它能够管理组件级的事务集成。Spring就是一个解决方案,它的优势在于它没有像JNDI 数据源那样嵌入到J2EE容器服务中。如果我们希望把这个轻量级的事务架构插入到已有的J2EE容器中,也没有任何困难。看起来它在两者之间的平衡性方面做得很好。   Spring 轻量级事务架构还使用了面向方面编程(AOP)框架。Spring AOP框架组件使用了激活了AOP的Spring bean工厂。通过在组件服务层(在一个Spring特定的配置文件applicationContext.xml中)指定事务特性,就把各种事务划分开来了。-spring framework and its source code framework for a lightweight spring affairs structure, it can manage the affairs of component-level integration. Spring is a solution, and its advantage is that it does not like the JNDI data source as embedded into the J2EE container services. If we wish to take the lightweight structure of affairs has been inserted into the J2EE container, do not have any difficulties. It seems the balance between the two have done very well. Spring Lightweight Services architecture also used the aspect-oriented programming (AOP) framework. Spring AOP framework of components used to activate the AOP of the Spring bean factory. Through the Component Services layer (in a Spring-specific configuration files in applicationContext.xml) designated Affairs characteristics, they separate the various affairs come.
Platform: | Size: 36703232 | Author: 刘永 | Hits:

[Embeded-SCM Developsqlite-amalgamation-3_6_6_2

Description: sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。 -sqlite3.6.2 source. SQLite is a lightweight database is ACID compliance with the relational database management system, its design goal is embedded, and is now embedded in many products that use it, it is occupied by very low resources, in the embedded equipment may only need a few hundred K of memory is enough. It will support Windows/Linux/Unix operating system and so the mainstream, and at the same time with a combination of many programming languages, such as Tcl, PHP, Java, as well as ODBC interface, the same compared to Mysql, PostgreSQL open-source these two world-renowned database management system is concerned, its processing speed faster than they are.
Platform: | Size: 942080 | Author: 李厘卡 | Hits:

[Software EngineeringCoreJava1-Introduction

Description: Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time operating platform. When the project started, C++ was the language of choice. But over time the difficulties encountered with C++ grew to the point where the problems could best be addressed by creating an entirely new language platform. Design and architecture decisions drew from a variety of languages such as Eiffel, SmallTalk, Objective C, and Cedar/Mesa. The result is a language platform that has proven ideal for developing secure, distributed, network-based end-user applications in environments ranging from network-embedded devices to the World-Wide Web and the desktop
Platform: | Size: 53248 | Author: chenshoufang | Hits:

[JSPJ2ME

Description: Java technology has evolved from a programming language designed to create machine-independent embedded systems into a robust, vendor-independent, machine-independent, server-side technology, enabling the corporate community to realize the full potential of web-centric applications. Java began with the release of the Java Development Kit (JDK). It was obv-Java technology has evolved from a programming language designed to create machine-independent embedded systems into a robust, vendor-independent, machine-independent, server-side technology, enabling the corporate community to realize the full potential of web-centric applications. Java began with the release of the Java Development Kit (JDK). It was obv
Platform: | Size: 5998592 | Author: zhangzhenzhong | Hits:

[J2ME27189_J2ME

Description: 《J2ME手机高级编程》从J2ME手机平台的当前主流应用和发展趋势出发,立足实际的开发案例,介绍了J2ME手机平台开发的实用技术和应用模式。本书的内容主要包括:手机文件系统、网络通信、无线通信(短信通信、彩信通信和蓝牙通信)、底层用户界面应用(游戏开发和电子地图浏览)、多媒体编程(音乐播放器、视频播放器和摄像头视频采集等)、持久化应用、移动商务应用(对象数据库Db4o和嵌入式关系型数据库Derby)和XML模型应用等。-" J2ME mobile high-level programming" from the J2ME platform for mobile phone use and development of current trends in the mainstream, the case based on the actual development on the J2ME platform for the development of mobile phone technology and the practical application mode. The contents of this book include: mobile phone file system, network communications, wireless communications (SMS communications, multimedia communications and Bluetooth communication), the bottom of the user interface application (game development and e-map browser), multimedia programming (music player, video player and video capture camera, etc.), durable applications, mobile business applications (Db4o object-oriented database and relational database embedded Derby) and the application of XML model.
Platform: | Size: 714752 | Author: | Hits:

[Industry researchMicaelSCouceiro_EducationalRobot_XCLEEE2007

Description: This article describes a radio-frequency controlled mobile robot, monitorizated and controlled through an embedded Java microcontroller. This project included the mobile robot design and building, as well as the control and communication software. This multidisciplinary project allowed students to learn and apply different areas of knowledge, including mechanical robot construction, electrical motor control, Java and C language programming, web graphical user interface design, real time control and RF communications. The interface with user is made with a friendly Web page allowing the control of the robot motion in real time. The user can also visualize the orientation and x-y coordinates of the robot.
Platform: | Size: 370688 | Author: MicaelSteel | Hits:

[JSPjavawlcxsj

Description: Java作为一种跨平台的程序语言,其版本涵盖的范围较广,从定位于嵌入式系统应用的J2ME、定位于客户端程序应用的J2SE,到定位于服务器端程序应用的J2EE,Java应各种不同的需求均完整地提供了相关的解决方案。 -As a cross-platform Java programming language, its version of the broader scope, from the applications targeted at embedded systems J2ME, located in the client application' s J2SE, to locate the application on the server side J2EE, Java should be the different needs are fully provided relevant solutions.
Platform: | Size: 13586432 | Author: Elloit | Hits:

[OtherSQLiteManual

Description: SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。-SQLite is a lightweight database, is to comply with ACID' s relational database management system, its design goals is embedded, and is already embedded in many products use it, it consumes resources are very low, in the embedded devices, may only need a few hundred K of memory is enough. It can support Windows/Linux/Unix operating system and so mainstream, and can combine with many programming languages such as Tcl, PHP, Java, etc., as well as ODBC interface, as compared to Mysql, PostgreSQL open-source world, these two famous database management system in terms of its processing speed than they almost.
Platform: | Size: 210944 | Author: 幻之舞 | Hits:

[Other Databasesberkeleydb-5.1

Description: Berkeley DB (DB)是一个高性能的,嵌入数据库编程库,和C语言,C++,Java,Perl,Python,PHP,Tcl以及其他很多语言都有绑定。Berkeley DB可以保存任意类型的键/值对,而且可以为一个键保存多个数据。Berkeley DB可以支持数千的并发线程同时操作数据库,支持最大256TB的数据,广泛用于各种操作系统包括大多数Unix类操作系统和Windows操作系统以及实时操作系统-Berkeley DB (DB) is a high performance, embedded database programming library, and the C language, C++, Java, Perl, Python, PHP, Tcl, and many other languages have bindings. Berkeley DB can store any type of key/value pairs, and can save more data for a key. Berkeley DB can support thousands of concurrent threads to operate the database, support the largest 256TB of data, widely used in various operating systems including most Unix-like operating system and Windows operating systems and real-time operating system
Platform: | Size: 42002432 | Author: oliver | Hits:

[androidAndroidSDK(cn)

Description: Android 平台 是一个移动设备专用的软件堆, 包括一个操作系统, 中间件以及大量关键应用. 开发者能建立大量应用程序通过Android SDK平台。应用程序使用Java程序语言编写并且在Dalvik上运转, Dalvik是一个运行在Linux内核之上专门供嵌入使用的虚拟机。 现在Android SDK 1.0版本已经正式推出. 它包括源码框架, 实例工程,开发工具,模拟器,当然还包括你所需要的开发Android应用的全部库文件。-Android platform is a software stack for mobile devices, including an operating system, middleware, and a large number of critical applications. developers to build a large number of applications through Android SDK platform. Application uses the Java programming language to write and run on the Dalvik, Dalvik is a run on embedded Linux kernel specifically for use on the virtual machine. Android SDK 1.0 version has now officially launched. It includes the source code framework, case projects, development tools, simulators, and of course you need all of the development of Android applications library.
Platform: | Size: 9112576 | Author: 任海峰 | Hits:

[OtherCPP-GUI-Programming-with-Qt-4

Description: 完全更新,新的显著覆盖数据库,XML,和Qtopia嵌入式编程 涵盖包括Windows Vista支持所有Qt4.2/4.3的变化,原生支持CSS部件造型,SVG文件生成 包含独立的二维和三维的章节,覆盖的Qt4.3的新的图形视图类,并介绍的QPainter的OpenGL后端 包括外观和感觉的定制和应用程序脚本的新的篇章 说明Qt 4的模型/视图结构,插件的支持,布局管理,事件处理,容器类,以及更 在没有其他覆盖的先进技术,本书从创建插件与本地API接口 包括一个新的Java版本的Qt Qt的占碑新的附录,-Completely updated throughout, with significant new coverage of databases, XML, and Qtopia embedded programming Covers all Qt 4.2/4.3 changes, including Windows Vista support, native CSS support for widget styling, and SVG file generation Contains separate 2D and 3D chapters, coverage of Qt 4.3 s new graphics view classes, and an introduction to QPainter s OpenGL back-end Includes new chapters on look-and-feel customization and application scripting Illustrates Qt 4 s model/view architecture, plugin support, layout management, event processing, container classes, and much more Presents advanced techniques covered in no other book–from creating plugins to interfacing with native APIs Includes a new appendix on Qt Jambi, the new Java version of Qt
Platform: | Size: 14185472 | Author: 威震开 | Hits:

[androidEmbedded-Android.pdf

Description: This book is for people coming to Android programming from a variety of backgrounds. If you have been programming iPhone or Mac OS applications in Objective-C, you will find coverage of Android tools and Java language features relevant to Android pro- gramming that will help you bring your knowledge of mobile application development to Android. If you are an experienced Java coder, you will find coverage of Android application architecture that will enable you to use your Java expertise in this newly vibrant world of client Java application development. In short, this is a book for people with some relevant experience in object-oriented languages, mobile applications, REST applications, and similar disciplines who want to go further than an introductory book or online tutorials will take them
Platform: | Size: 2455552 | Author: yfz | Hits:

[JSP33057_Teach-Your-Self-Java-Programming-In-21-Days

Description: Java is a set of several computer software products and specifications from Sun Microsystems (which has since merged with Oracle Corporation), that together provide a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones on the low end, to enterprise servers and supercomputers on the high end. While less common on desktop computers, Java applets are sometimes used to provide improved and secure functions while browsing the World Wide Web
Platform: | Size: 5772288 | Author: Bessymk | Hits:

[JSPjavateah

Description: 关于JAVAT语言入门教程,适合初学者学习。书中有详细的代码讲解.-JavaTech is a practical introduction to the Java programming language with an emphasis on the features that benefit technical computing, such as platform independence, extensive graphics capabilities, multi-threading, and tools to develop network and distributed computing software and embedded processor applications. The book is divided into three parts. The first presents the basics of object-oriented programming in Java and then examines topics such as graphical interfaces, thread processes, I/O, and image processing. The second part begins with a review of network programming and develops Web client-server examples for tasks such as monitoring of remote devices. The focus then shifts to distributed computing with RMI, which allows programs on different platforms to exchange objects and call each other’s methods. CORBA is also discussed and a survey of web services is presented. The final part examines how Java programs can access the local platform and interact with ha
Platform: | Size: 3609600 | Author: ashely | Hits:
« 12 3 »

CodeBus www.codebus.net