current location:Home > 圆形图标 search
Found a total of 529 related content
-
- Introduction to OpenGL Programming Chinese WORD version
- This document mainly talks about the introduction to OpenGL programming; OpenGL• is a powerful graphics library that allows users to easily develop three-dimensional graphics with a variety of special visions (such as lighting, textures, transparency, and shadows). A three-dimensional graphics software package that is independent of software and hardware platforms and can run on a variety of window systems; OpenGL (Open Graphics Library) is a software interface for graphics hardware and an industry standard in this field. I hope this document will help friends in need; interested friends can come here
- 2024-01-28 0 691
-
- 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
-
- Detailed explanation of the basics of texture shaders in Unity3D technology Chinese WORD version
- This document talks about some knowledge related to shaders in Unity3D; in shader programming, there are some terms that are sometimes confusing if you don’t understand them, so I will briefly mention them here. Shading originally refers to painting objects with light and dark tones in sketches. In graphics, it actually means coloring Mesh (Mesh is a bunch of triangular patches, including the left side of the vertex, normal coordinates, UV coordinates, etc.), wiki What is said is that the color of the object is changed according to the angle of the object relative to the light and its distance from the light source to generate a photorealistic effect.
- 2024-02-29 0 849
-
- Introduction to OpenGL functions Chinese WORD version
- This document mainly talks about the introduction of OpenGL functions; to develop OpenGL-based applications, you must first understand the OpenGL library functions. It adopts C language style and provides a large number of functions for graphics processing and display. There are more than 100 functions in the OpenGL graphics library, which belong to different libraries such as OpenGL's basic library, utility library, and auxiliary library. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-27 0 626
-
- Array application & two-dimensional array word version
- The so-called array is a collection of elements of the same data type arranged in a certain order. It is a collection of variables that names a limited number of variables of the same type and then uses numbers to distinguish them. This name is called the array name, and the number is called the following. mark. The individual variables that make up an array are called components of the array, also called elements of the array, and sometimes called subscript variables. In programming, an array is a form of organizing several variables of the same type in an orderly manner for the convenience of processing. These collections of similar data elements arranged in order are called arrays. Array application & two-dimensional array directory
- 2024-01-31 0 792
-
- 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
-
- j2me3D game development simple tutorial Chinese WORD version
- This document mainly talks about a simple tutorial on j2me3D game development; Nowadays, 3D graphics are a key part of almost any game, and even some applications have achieved success by using 3D forms to describe information. As mentioned earlier, developing in immediate mode and manually coding all 3D objects is slow and complex. All corner points of polygons in your application must be encoded independently in an array. In JSR 184, this is called immediate mode. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-29 0 1640
-
- Flash ActionScript3 Advanced Tutorial pdf version
- Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V
- 2024-01-17 5 3166
-
- Android Game Development Journey Chinese WORD Version
- This document mainly talks about the Android game development journey; today Android123 starts a new Android game development journey series, mainly from the control method (buttons, trackball, touch screen, gravity sensor, camera, microphone airflow, light brightness), graphics View (efficient drawing technology such as double buffering), sound effects (game music) and finally OpenGL ES (Java layer) and NDK's OpenGL and J2ME game porting methods to Android. Of course, there are also some game implementation idiomatic methods, such as map editors, In Andr
- 2024-02-28 0 1115
-
- 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
-
- Android programming virtual machine Dalvik tutorial pdf version
- Android programming virtual machine Dalvik tutorial pdf, introduces the difference between Dalvik and the standard Java virtual machine and the difference between the operating environment, as well as the situation and prospect analysis of Dalvik, the functional description of various Java packages in Android, related file types, application structure analysis, Introduction to Android Adb tools, etc. This knowledge is a perfect prelude for junior friends who are about to engage in Android programming.
- 2024-02-28 0 622
-
- Configuring OpenGL development environment in VC 6 Chinese WORD version
- This document mainly talks about configuring the OpenGL development environment in VC 6; as one of the current mainstream graphics APIs, OpenGL has superior features than DirectX in some situations. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-02 0 1178
-
- GitHub for Windows graphic tutorial Chinese WORD version
- This document is a graphic tutorial on using Github for Windows; Git has become very popular, and even Codeplex has now promoted Git. Github is full of various high-quality open source projects, such as ruby on rails, cocos2d, etc. For programmers who are accustomed to the Windows graphical interface, using Github requires some time and patience. However, Github recently released Github for Windows, which greatly reduces the learning cost and difficulty of use.
- 2024-01-31 1 1392
-
- 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
-
- Eclipse configuration Tomcat tutorial Chinese WORD version
- This document mainly talks about the Eclipse configuration Tomcat tutorial; Eclipse IDE: eclipse IDE is used as the development environment for JSP pages and Java files. Eclipse is a very simple and easy-to-use IDE environment. It has many features that can help programmers quickly write and debug Java programs. With the addition of the tomcat plug-in, this IDE is used to manage the entire web project (including HTML and JSP pages, icons and servlets).
- 2024-02-28 0 840
-
- 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
-
- Delphi classic programming introduction chm version
- Delphi is a new visual programming environment that provides us with a convenient and fast Windows application development tool. It uses many advanced features and design ideas of the Microsoft Windows graphical user interface, adopts a flexible and reusable complete object-oriented programming language (Object-Oriented Language), the fastest editor in the world today, and the most leading database technology . For the majority of program developers, using Delphi to develop application software will undoubtedly greatly improve programming efficiency.
- 2024-01-17 2 1263
-
- Getting Started with Android Game Framework AndEngine WORD Version
- This document mainly talks about getting started with the Android game framework AndEngine; AndEngine is a 2D game engine that uses OpenGLES for screen rendering and can run on systems that support Android 1.6 and above. It should be said that AndEngine has more game components and extended functions than the Libgdx engine introduced earlier. And unlike Libgdx, it can already support Chinese by default, and using the screen coordinate system for drawing is more in line with general Android drawing habits. hope
- 2024-02-28 0 703
-
- wxPython 2.8 Application Development Cookbook English PDF version
- In today's desktop application world there are massive incentives to be able to develop applications that can run in multiple environments. Currently, there are a handful of cross-platform frameworks to choose from for developing desktop applications in Python. wxPython is such a cross-platform GUI toolkit for the Python programming language. It allows Python programmers to create a complete, powerful graphical user interface program, simply and conveniently. wxPython's coding style has changed quite a bit over the years, and is getting more Pythonic. Examples you will find in this
- 2024-01-26 3 1375
-
- Flash commonly used button codes word version
- Flash Player is a program that can play small and fast multimedia animations, as well as interactive animations, flying logos and images created with Macromedia Flash. This player is very small, takes only a moment to download, and is a great start for experiencing multimedia effects on the web. Flash also supports high-quality mp3 audio streams, text input fields, interactive interfaces, and much more. This latest version can view all flash formats. If you want to watch multimedia content on the web, flash player is almost
- 2024-01-17 0 1923