current location:Home > 實例應用 search

Classify:
Found a total of 529 related content
  • 150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    150 Examples of Delphi 7 Application Programming Full Book Content CHM Edition
    Download the CHM book with 150 Examples of Delphi 7 Application Programming. The book mainly uses 150 examples to comprehensively and in-depth introduce the common methods and techniques of developing applications with Delphi 7. It mainly explains the use of Delphi 7 for interface effect processing, image processing, Graphics and multimedia development, system function control, file processing, network and database development, and component application, etc. These examples are simple and practical, highly typical, and have outstanding functions. The technologies used in many examples can be slightly expanded to solve similar problems. The best way to use this book is to learn from examples
    2024-01-18 2 828
  • Perl common module usage examples Chinese WORD version
    Perl common module usage examples Chinese WORD version
    This document mainly talks about the use examples of common modules in Perl; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-29 0 1198
  • Android user interface programming example Chinese WORD version
    Android user interface programming example Chinese WORD version
    This document mainly talks about Android user interface programming examples; interested friends can come and take a look.
    2024-02-02 0 1246
  • SCA introduction and application examples Chinese WORD version
    SCA introduction and application examples Chinese WORD version
    This document mainly talks about the introduction and application examples of SCA; SCA (Service Component Architecture) is a set of service system construction framework protocols proposed for SOA. It not only integrates the idea of ​​​​IOC, but also combines object-oriented reuse with code reuse. It has been upgraded to the reuse of business module components, and at the same time, the service interface, implementation, deployment, and invocation are completely separated, and the assembly and binding can be flexibly assembled through configuration. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 844
  • Delphi SQLLite application example packaging
    Delphi SQLLite application example packaging
    Delphi operation of SQLLite database, practical exercises
    2024-01-22 0 835
  • Usage examples of Android database SQLite Chinese WORD version
    Usage examples of Android database SQLite Chinese WORD version
    Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
    2024-02-29 0 930
  • Analysis of Android application message processing mechanism Chinese WORD version
    Analysis of Android application message processing mechanism Chinese WORD version
    Android applications are driven by messages. The system maintains a message queue for each application. The main thread of the application continuously obtains messages from this message queue (Looper), and then processes these messages (Handler). , In this way, the execution of the application is driven by messages. This article will analyze the message processing mechanism of Android applications in detail. Friends in need can download and take a look
    2024-02-28 0 1091
  • SOAP syntax word version
    SOAP syntax word version
    One of SOAP, WSDL (WebServicesDescriptionLanguage), and UDDI (UniversalDescriptionDiscoveryandIntegration), soap is used to describe the format of transmitting information, WSDL is used to describe how to access specific interfaces, and uddi is used to manage, distribute, and query webServices. Specific implementations can search for simple instances of Web Services; SOAP can be used with many existing
    2024-02-28 0 917
  • Android development notes: Visual UI design DroidDraw explanation pdf
    Android development notes: Visual UI design DroidDraw explanation pdf
    New version of Android development notes - visual UI design, explanation of DroidDraw, pdf version, high-definition version, the content is mainly about the use of various interface functions of DroidDraw, and introduces the writing of some examples based on this knowledge, so as to consolidate the application of DroidDraw principle knowledge wait.
    2024-02-28 0 1082
  • Use Eclipse to build Maven Web project WORD version
    Use Eclipse to build Maven Web project WORD version
    This document mainly talks about using Eclipse to build Maven's Web project; next, using Eclipse's Maven to build a web project, taking building the SpringMVC project as an example: I hope this document will help friends in need; interested friends can come and see
    2024-02-01 0 746
  • Advanced Tutorial for Android Experts - Android Widget Development Case
    Advanced Tutorial for Android Experts - Android Widget Development Case
    Advanced Tutorial for Android Experts (Part 8) - Android Widget Development Case (World Cup Countdown!), mainly explains how to use Android Widget to write a World Cup-style countdown program. The tutorial explains the production steps and code.
    2024-02-29 0 1592
  • Android driver development examples Chinese WORD version
    Android driver development examples Chinese WORD version
    This document describes how to completely develop a driver on Android 2.1 to control the hardware port and write an application to test the driver. Through such an example, it analyzes the application calling process of the driver development process under Android, which can be said to be a good introductory guide. The effect achieved: Through the Android application, the driver is called to control the on and off of 4 LEDs on the development board. Interested friends can come and take a look
    2024-02-28 0 972
  • Developing Spark applications using Scala language Chinese WORD version
    Developing Spark applications using Scala language Chinese WORD version
    This document mainly talks about developing Spark applications using Scala language; the Spark core is developed by Scala language, so it is natural to use Scala language to develop Spark applications. If you are not familiar with the Scala language, you can read the online tutorial A Scala Tutorial for Java Programmers or related Scala books to learn. This article will introduce 3 Scala Spark programming examples, namely WordCount, Top
    2024-02-27 0 758
  • abaqus Python example
    abaqus Python example
    This document mainly talks about the abaqus Python example - operating excel files; currently processing data cannot be done without excel, so pythoners must learn to use python to operate excel tables. There are also many ways to interact between Python and excel; friends in need can download it and take a look
    2024-01-25 0 531
  • Detailed guide to creating and using databases in Android Chinese WORD version
    Detailed guide to creating and using databases in Android Chinese WORD version
    Every application uses data, and Android applications are no exception. Android uses an open source, operating system-independent SQL database--SQLite. This article introduces how to create and operate a SQLite database for your Android application. Database supports the lifeline of every application no matter how big or small. Unless your application only handles simple data, then you need a database system to store your structured data. Android uses SQLite database, which is an open source and supports multiple operating systems. SQ
    2024-02-28 0 504
  • Sencha touch Development Guide Chinese WORD version
    Sencha touch Development Guide Chinese WORD version
    This document mainly talks about the Sencha touch development guide; it mainly introduces how to use Sencha Touch to develop applications for handheld devices, mainly for high-end mobile phones such as iPhone. We will introduce the entire development process through a detailed example. Sencha Touch is a Javascrt framework specifically developed for mobile devices. With Sencha Touch you can create web apps that are very much like native apps. The user interface components and data management are all based on HTML5 and
    2024-02-01 0 576
  • Github collaborative work tutorial Chinese WORD version
    Github collaborative work tutorial Chinese WORD version
    This document mainly talks about the Github collaborative work tutorial; the article will use the Gitchinaui project as an example to explain. Git has command line and graphical tools. It is strongly recommended that you use command line tools. I hope this article will be helpful to everyone; interested friends can come and take a look
    2024-02-26 0 605
  • Introduction to ios system Chinese WORD version
    Introduction to ios system Chinese WORD version
    This document mainly talks about the introduction of ios system; iOS is an operating system developed by Apple for iPhone and other devices. It is mainly used for iPhone, iPod touch and iPad devices. It manages device hardware and provides the basis for the implementation of local applications on mobile phones. technology. Depending on the device, the operating system has different system applications, such as Phone, Mail, and Safari, which can provide standard system services to users. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-27 3 2126
  • Delphi memory management guidance content PDF version
    Delphi memory management guidance content PDF version
    The instructive content on Delphi memory management has been excerpted into an e-book in PDF format. This book is an excerpt of the memory management chapter from a Delphi book. It does not involve other aspects of content and is relatively targeted. The content involves traversing memory blocks, shared memory managers, third-party memory managers, Delphi memory management implementation framework, implementation of user call routines, etc.
    2024-01-19 2 1236
  • CNC Advanced Programming Lecture Notes doc version
    CNC Advanced Programming Lecture Notes doc version
    In CNC machining, line cutting and ring cutting are two typical tool paths. Line cutting is mostly used for regular rectangular planes, step surfaces and rectangular sunken processing during manual programming. Line cutting in non-rectangular areas is generally implemented using automatic programming. Circular cutting is mainly used for semi-finishing, finishing and roughing of contours. When used for roughing, its efficiency is lower than that of line cutting, but it can be easily realized with the tool compensation function. This book is comprehensive in content, rich in examples, and comprehensive in system. This platform provides download of the doc version of advanced CNC programming lecture notes. Friends who need it can download it and take a look!
    2024-02-27 0 823
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!