current location:Home > 功能实现 search

Classify:
Found a total of 529 related content
  • Using Delphi to implement WebService Chinese WORD version
    Using Delphi to implement WebService Chinese WORD version
    This document mainly talks about using Delphi to implement WebService; I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-18 0 723
  • About the method of realizing mixed programming of VB and matlab WORD version
    About the method of realizing mixed programming of VB and matlab WORD version
    This document mainly talks about the method of realizing mixed programming of VB and matlab; it introduces the method of mixed programming of vb and matlab. The combination of the two can make full use of the convenience and speed of vb and the powerful function of the matlab software toolbox. Matlab is a scientific computing environment developed by MathWorks. It has powerful computational drawing capabilities and provides a large number of function libraries and toolboxes, covering almost all engineering computing fields. It is known as a "calculation paper" engineering computing tool. But matlab language
    2024-01-18 2 2034
  • The architecture and implementation of Android Camera Chinese WORD version
    The architecture and implementation of Android Camera Chinese WORD version
    This document mainly talks about the architecture and implementation of Android Camera; I hope this document will help friends in need; interested friends can come and take a look
    2024-02-27 0 733
  • Three-dimensional display of images based on hybrid programming of VC and Matlab WORD version
    Three-dimensional display of images based on hybrid programming of VC and Matlab WORD version
    This document mainly describes the three-dimensional display of images based on hybrid programming of VC and Matlab; introduces the general implementation method of hybrid programming of VC++ and Matlab, and realizes the three-dimensional effect display of two-dimensional images. MATLAB is not only an intuitive and efficient computer language, but also a scientific computing platform. It provides core mathematical and advanced graphics tools for data analysis and data visualization, algorithm and application development. I hope this document will help friends in need; interested friends can come and take a look.
    2024-01-18 3 2252
  • Qt OpenGL tutorial Chinese WORD version
    Qt OpenGL tutorial Chinese WORD version
    This document mainly talks about the Qt OpenGL tutorial; because this tutorial is migrated from NeHe's OpenGL tutorial, the code is changed to Qt implementation. Therefore, some courses have not yet been successfully implemented, so some tutorials may be skipped. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 585
  • 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
  • Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
    This article will focus on discussing Perl performance optimization techniques. When using Perl to develop some service applications, sometimes you will encounter problems with Perl performance or resource usage. You can use require to load modules, use system functions and XS-based modules, and write yourself with low overhead. Modules, etc. to optimize Perl performance. Perl is a powerful language, a powerful tool, and a very delicious dish:-) Using many of Perl's features, you can achieve some very interesting and practical functions. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 1883
  • Commonly used open source frameworks for Android Chinese WORD version
    Commonly used open source frameworks for Android Chinese WORD version
    This document mainly talks about the open source frameworks commonly used in Android; during the development process of Android, in order to improve development efficiency and shorten the development cycle, programmers often use various open source frameworks to achieve rapid and Simply implement the required functions, friends in need can download it and have a look
    2024-02-28 0 1041
  • 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
  • Detailed explanation of Android program debugging Chinese WORD version
    Detailed explanation of Android program debugging Chinese WORD version
    When using eclipse to develop android programs, you can perform breakpoint single-step debugging just like VS. The Eclipse Java editor not only provides developers with common functions such as code writing, syntax correction, and real-time compilation, but it can also quickly modify and reconstruct Java source code and other advanced operations. Interested friends can come and take a look
    2024-02-26 0 884
  • Android program development permission tutorial pdf version
    Android program development permission tutorial pdf version
    Android program development permission tutorial pdf, introduces the new perspective of Android 1.5, including: improvements to the Android user interface, video recording, soft keyboard support, Chinese display and Chinese input support, desktop Widgets and Live folders, and Bluetooth function improvements , Bundled application function improvements, system performance optimization...
    2024-01-29 2 2102
  • ANDROID Bluetooth programming WORD document doc format
    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
  • AutoIt3 Chinese help document packaging
    AutoIt3 Chinese help document packaging
    AutoIt v3 version, which is a free software that uses a BASIC-like scripting language, is designed for automating operations in a Windows GUI (Graphical User Interface). It utilizes simulated keyboard keys, mouse movements, and window/control combinations to implement automated tasks. This is impossible to achieve in other languages ​​or has no reliable method (such as VBScript and SendKeys). AutoIt is very small and runs completely on all windows operating systems. (thesnow note: It is no longer available.
    2024-01-19 21 699
  • 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
  • Web Service Design Based on REST Architecture WORD Version
    Web Service Design Based on REST Architecture WORD Version
    This document mainly talks about the design of Web Service based on REST architecture; REST (Representational State Transfer) is a lightweight Web Service architecture style. Its implementation and operation are obviously simpler than SOAP and XML-RPC, and can be completely passed HTTP protocol implementation can also use cache to improve response speed, which is superior to SOAP protocol in terms of performance, efficiency and ease of use. I hope this document will help friends in need; interested friends can
    2024-01-28 0 648
  • Matlab implementation of optimization method Chinese WORD version
    Matlab implementation of optimization method Chinese WORD version
    The technology of using optimization methods to solve optimization problems is called optimization technology, which includes two aspects: 1) Establishing a mathematical model, that is, using mathematical language to describe the optimization problem. The mathematical relationships in the model reflect the goals and various constraints to be achieved in the optimization problem. 2) Mathematical solution After the mathematical model is built, a reasonable optimization method is selected for solution. Using Matlab's optimization toolbox, you can solve linear programming, nonlinear programming and multi-objective programming problems. Specifically, it includes linear and nonlinear minimization, maximization, quadratic programming, semi-infinite problems,
    2024-01-18 0 817
  • MATLAB language and control system simulation experiment Chinese WORD version
    MATLAB language and control system simulation experiment Chinese WORD version
    "MATLAB Language and Control System Simulation Experiment" includes four parts: MATLAB language basics, MATLAB language basic experiments, control theory simulation experiments and experimental assignments. Each student is required to complete the experimental assignments independently after completing the prescribed experimental content to consolidate knowledge and enhance application capabilities. Interested friends can come and take a look
    2024-01-18 2 2111
  • Android mobile phone development course standards Chinese WORD version
    Android mobile phone development course standards Chinese WORD version
    This course is designed based on the general idea of ​​understanding methods and emphasizing application, highlighting the skill-based and applied characteristics of vocational education, focusing on cultivating students' practical application skills, and striving to achieve the goal of sufficient theoretical methods and excellent technical skills. Through the study of this course, students will be equipped with knowledge related to Android platform application development, good programming habits and the ability to develop mobile application software, and be competent in tasks such as mobile phone software development based on the Android platform. Interested friends can come and take a look
    2024-01-30 0 1189
  • Examples of AJAX and JSON based on jQuery Chinese WORD version
    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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!