current location:Home > 接收 search
Found a total of 529 related content
-
- How to connect Delphi to SQL database Chinese WORD version
- This document mainly describes the method of connecting Delphi to a SQL database; the principles of other versions are basically similar. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-18 0 739
-
- How Android uses WebService interface Chinese WORD version
- This document mainly describes how Android uses the WebService interface; WebService is a remote calling standard based on the SOAP protocol. Different operating system platforms, different languages, and different technologies can be integrated through WebService. The OPhone SDK does not provide a library for calling WebService. Therefore, you need to use a third-party class library (KSOAP2) to call WebService. This article will introduce the specific details of calling WebService in OPhone, and
- 2024-01-28 1 2472
-
- Getting Started with Android Fragment Usage WORD Version
- This document mainly talks about the usage of Fragments for getting started with Android; Fragments are used to describe some behaviors or part of the user interface in an Activity. We can create multiple UI panels in a single activity by merging multiple fragments, and they can also be reused at the same time. fragment in multiple activities. You can think of fragment as a module of activity. Fragment has its own life cycle and receives its own input events. It can be received from a running
- 2024-02-01 0 580
-
- Service in-depth analysis WORD version
- This document mainly talks about the in-depth analysis of Service; we start with the analysis of the fundamental meaning of Service. The essence of service is to respond to client requests. To provide services, you must establish a framework for receiving requests, processing requests, and responding to the customer service side. I think Android Service designers will always keep this service essential block diagram in their minds. From a program perspective, the service must have a closed loop framework and a request processing framework. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 728
-
- OpenGL introductory tutorial Chinese WORD version
- This document is an introductory tutorial to OpenGL; the purpose is to let everyone give up TC's old graphics interface and let everyone get in touch with some new things. As one of the current mainstream graphics APIs, OpenGL has superior features to DirectX in some situations. OpenGL (full Open Graphics Library) refers to a professional graphics program interface that defines a cross-programming language and cross-platform programming interface specifications. It is used for three-dimensional images (two-dimensional as well), and is a powerful and easy-to-call underlying graphics library. Friends in need can download and take a look
- 2024-02-03 3 1120
-
- About Objective
- This document mainly talks about the rules of Objective-C manual memory management; Objective-C has added some new things in ios development, including properties and garbage collection. So, before we learn Objective-C, it is best to first understand what it was like in the past and why Objective-C added these supports. Friends in need can download and take a look
- 2024-02-02 0 926
-
- Design of virtual instrument based on USB and LabVIEW word version
- The interface technology of virtual instruments and USB has received close attention in the field of instrument research and development. The use of USB interfaces for intelligent peripherals for data acquisition and control has improved its bottleneck phenomenon and also strengthened its "affinity" with general-purpose computers. Ordinary MCS-51 The microcontroller does not have a USB interface, and LabVIEW, one of the virtual instrument application software development platforms, does not provide a driver for the USB interface. For this reason, the design principles of virtual instruments based on USB and LabVIEW and the USB development method are introduced, and a method of USB development is proposed.
- 2024-01-28 0 1145
-
- Things about JNI programming in Android Chinese WORD version
- This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 671
-
- Examples of AJAX and JSON based on jQuery Chinese WORD version
- This document mainly talks about examples of AJAX and JSON based on jQuery; through the built-in AJAX function of jQuery, you can directly access the background to obtain data in JSON format, and then bind the data to the pre-designed html template through jQuer, directly on the page displayed on. Friends in need can download and take a look
- 2024-01-27 1 763
-
- Android SurfaceView usage summary Chinese WORD version
- This document mainly talks about the summary of the use of SurfaceView in Android; SurfaceView is a subclass of the View class. It can obtain image data directly from memory or DMA and other hardware interfaces. It is a very important drawing view. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 2 2175
-
- Spark Streaming Programming Guide Chinese WORD version
- Spark Streaming is the core API of Spark, which supports high throughput and fault-tolerant real-time streaming data processing. It can accept data sources from Kafka, Flume, Twitter, ZeroMQ and TCP Socket, use simple API functions such as map, reduce, join, window and other operations, and can also directly use built-in machine learning algorithms and graph algorithm packages to process data . Interested friends can come and take a look
- 2024-02-27 0 908
-
- WebService Development Guide Chinese WORD version
- This document mainly describes the WebService development guide; WebService provides mobile commerce access for software developers and system integrators. WebService has the characteristics of stability, cross-platform, cross-development language, and firewall penetration, so it is favored by enterprise developers. SMS communication development interface adapted to WEB, VB, Delphi, .NET, VC, JAVA and other mainstream development languages and Windows, Linux, Unix and other operating environments, allowing enterprises to use OA, CRM, ERP, SC
- 2024-02-27 0 715
-
- Android Programmer's Guide chm version
- Android mobile programmer guide, because I came into contact with the Android platform by chance, but I have never been exposed to this kind of programming materials before, and there are very few materials on the Internet, so I translated some based on foreign materials and exhausted my own For all translation levels, I believe this will be a very comprehensive and basic Android programming tutorial in China, which should be helpful to you.
- 2024-02-26 0 810
-
- Android Studio development environment construction Chinese WORD version
- This document mainly describes the establishment of the Android Studio development environment; please directly download the installation package with the SDK version when installing Android Studio. Interested friends can come and take a look
- 2024-02-27 0 734
-
- Android Porting transplantation and research implementation pdf version
- Android_Porting Taiwan Transplantation and Research Implementation.pdf. The author of this book has rich experience in Linux and Embedded Linux development, and has been exposed to X86/MIPS/ARM PLATFORM. I believe this book has sufficient guiding significance for readers.
- 2024-02-01 0 1031
-
- ANDROID Bluetooth programming WORD document doc format
- Using the BluetoothAdapter class, you can find surrounding Bluetooth devices on your Android device and then pair (bind) them. Bluetooth communication is transmitted to each other based on the unique address MAC. Considering security issues, Bluetooth communication needs to be paired first. Then start to connect to each other. After the connection, the devices will share the same RFCOMM channel to transmit data to each other. Currently, these implementations are implemented on Android 2.0 or higher SDK. 1. Finding/discovering dev
- 2024-02-27 0 977
-
- OpenMP Multi-Threaded Programming Guide WORD Edition
- This document mainly talks about the OpenMP multi-threaded programming guide; OpenMP was proposed by the OpenMP Architecture Review Board and has been widely accepted as a set of guiding notes (Compiler Directive) for multi-threaded programming of shared memory parallel systems. ). OpenMP is a multi-processor multi-thread parallel programming language for shared memory and distributed shared memory. It can be used to display and guide multi-threaded and shared memory parallel application programming interfaces. It is hoped that this document will provide
- 2024-02-03 0 1276
-
- 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
-
- 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
-
- RMI remote method call word version
- Raza Microelectronics, Inc. (RMI) is a leader in innovative semiconductor solutions for information infrastructure. Its products are widely used to improve the evolving information infrastructure. In this evolution process, the connections between data centers and homes are gradually upgraded in terms of strength and speed; security and intelligence have become requirements for every network system environment; at the same time, edge networks are increasingly becoming bottlenecks, prompting the industry to need more Intelligent network access method with scalability and cost advantages. RMI designs and provides a variety of information infrastructure
- 2024-01-27 0 933