current location:Home > 真的 search
Found a total of 529 related content
-
- 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
-
- The Book of Ruby
- Whether you're new to programming, or new to Ruby, this book can guide you through real-world software development using a unique and elegant language. Ruby is famous for being easy to learn, but most users only scratch the surface of what it can do. While other books focus on Ruby’s trendier
- 2024-01-30 0 938
-
- ARM compiler Chinese WORD version
- This document mainly talks about the ARM compiler; the development tools of ARM application software include compilation software, assembly software, link software, debugging software, embedded real-time operating system, function library, evaluation board, and JTAG emulator according to different functions. , online emulator, etc.; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 1167
-
- Using Eclipse to build Maven's SpringMVC project Chinese WORD version
- First, Eclipse needs to install the Maven plug-in. Use MyEclipse to install the Maven plug-in. There are some problems with the built Maven project. First, when publishing tomcat, resources are never published to tomcat; second, after changing the classes under WEB-INF to the classes under target, I don’t know why MyEclipse still generates classes under WEB-INF. Either it really doesn’t generate classes in WEB-INF but releases t
- 2024-02-28 0 674
-
- Install perl module under linux Chinese WORD version
- This document mainly talks about installing the perl module under Linux; Linux and perl are both free software, and it is really wonderful to combine the two. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 5 2845
-
- Features of Matlab language Chinese WORD version
- This document mainly describes the characteristics of the Matlab language; Matlab has the advantages of simple usage, flexibility, strong program structure, and good scalability. It has gradually become the preferred language tool in scientific computing, view interaction systems, and programs. In particular, it has outstanding performance in linear algebra, mathematical statistics, automatic control, digital signal processing, dynamic system simulation, etc., and has become a useful weapon for scientific research staff and engineering technicians to conduct scientific research and production practice. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-18 1 1874
-
- ActionScript3 Flash Programming No Basics Introductory Tutorial Chinese WORD Version
- Flash enthusiasts who have done Flash animation all know that to make a Flash animation, AS is indispensable. Even a few simple lines of code can play the finishing touch to the entire Flash. Although AS is not true object-oriented programming, it also has the concept of objects. This concept runs throughout AS, so the understanding of objects is more important than the understanding of grammar or other aspects. Interested friends can come and take a look
- 2024-01-17 0 954
-
- Subversion Installation and Instructions Document WORD Version
- This document mainly describes the installation and use instructions for Subversion; Subversion is a free/open source version control system that is gradually replacing CVS. Subversion's repository can be accessed through the network, allowing users to operate on different computers. Subversion supports versioned directories, true version history, atomic commits, versioned dataless, an optional network layer, consistent data operations, efficient branch and tag operations, and modifiability. I hope this document will help those in need; those who are interested
- 2024-02-28 0 811
-
- DELPHI control development in-depth and simplified word document doc format
- DELPHI control development is in-depth and simple. Some people have said that "Delphi programmers who cannot develop controls are not real programmers." It is precisely because of its high scalability and support for a large number of third-party controls that Delphi can attract the critical eyes of countless programmers. Even developers who need to use other development tools for their work often miss the days and nights spent with Delphi. It has been more than a year since I came into contact with Delphi. I was overwhelmed by the hundreds of controls on the Delphi component panel, and now I can understand them
- 2024-01-19 0 1043
-
- Advanced Bash Scripting Guide chm version
- This book assumes that you do not have any programming knowledge about scripting or general programming, but if you do, you will easily be able to reach an intermediate to advanced level... All of this is just a small part of the vast knowledge of UNIX® . You can use this book as a textbook, a self-study manual, or a document about shell scripting technology. The exercises in the book and the comments in the sample scripts will better interact with readers, but the most critical premise is: want to The only way to truly learn scripting is to write scripts yourself. This book also
- 2024-02-29 5 1807
-
- Use of android VideoView Chinese WORD version
- This document mainly talks about the use of Android's VideoView; Android comes with a VideoView, which is used to play videos and online videos. It is a class that inherits SurfaceView and uses MediaPlayer for playback. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-28 0 1050
-
- Android under Eclipse
- This document mainly talks about the Android-NDK installation under Eclipse; Android NDK is the abbreviation of Native Development Kit running on the Android platform. Android application developers can call C or C++ native code through the NDK. NDK compilation requires make and gcc in Cygwin, so download and install Cygwin first. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 929
-
- HTML5 mobile application based on PhoneGap Chinese WORD version
- This document mainly talks about HTML5 mobile applications based on PhoneGap; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-30 0 616
-
- Methods called by jni in AndroidStudio environment Chinese WORD version
- This document mainly talks about the jni calling (NDK) method in the Android Studio environment; interested friends can come and take a look.
- 2024-02-27 0 863
-
- 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
-
- Configure Eclipse under ubuntu
- This document mainly talks about configuring the Eclipse-android development environment under ubuntu; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 849
-
- Android Menu uses WORD version
- This document mainly talks about the use of Android Menu; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 1304
-
- 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
-
- The correct way to import Android or other JAVA projects into Eclipse WORD version
- This document mainly talks about the correct way to import Android or other JAVA projects into Eclipse; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 5 1589
-
- Activity life cycle WORD version
- This document mainly talks about the life cycle of Activity; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-30 0 1089