CourseElementary88220
Course Introduction:"C Language Tutorial" C language is a general-purpose, procedural-oriented computer programming language. In 1972, Dennis Ritchie designed and developed the C language at Bell Telephone Laboratories in order to port and develop the UNIX operating system. C language is a widely used computer language that is as popular as the Java programming language and both are widely used among modern software programmers.
CourseIntermediate16380
Course Introduction:This course will take you to truly understand C language and enter C language
CourseElementary59730
Course Introduction:This course will take you into C language from scratch. The course content includes some basic knowledge of C language such as common Linux commands, C language constant variables, operator expressions, etc.
CourseElementary10370
Course Introduction:C language is a general computer programming language with a wide range of applications. The design goal of the C language is to provide a programming language that can be easily compiled, handle low-level memory, generate a small amount of machine code, and can run without any runtime environment support.
CourseElementary25517
Course Introduction:"Qianfeng C Language Basics Video Tutorial" is a general-purpose, process-oriented computer programming language. C language is a widely used computer language that is as popular as the Java programming language and both are widely used among modern software programmers.
CourseElementary2584
Course Introduction:If you have any questions, add WeChat: Le-studyg; in the course, we will first understand the background and characteristics of the PHP language, as well as the role and working principle of the PHP interpreter. Next, we will analyze the core components of the PHP interpreter in detail, such as lexical analysis, syntax analysis, virtual machine, etc., and gain an in-depth understanding of its internal implementation mechanism. In addition, the course will also introduce how to use C language to write various modules of the PHP interpreter, including lexical analyzer, syntax analyzer, virtual machine, etc. Through practical projects, students will personally implement a simple PHP interpreter and deepen their understanding of the PHP interpreter source code. Through the study of this course, students will be able to deeply understand the working principle and internal implementation mechanism of the PHP interpreter, and master the methods and techniques of writing PHP interpreters using C language. At the same time, students will also develop their ability to analyze and solve problems, and improve their programming skills and project practice capabilities. Whether you are a beginner who is interested in the PHP language or a developer who wants to have a deeper understanding of the internal mechanisms of the PHP interpreter, this course will provide you with valuable experience and inspiration. Let us explore the mysteries of the PHP interpreter and start the programming journey!
CourseElementary48224
Course Introduction:"C# Tutorial" is an introductory course for the C# language. In the course, it will start from the basic concepts of the .NET platform and C#, and provide an in-depth introduction to the basic syntax, simple program logic, Visual Studio tool usage skills and commonly used algorithms of C# development. realization. At the same time, we also hope that through course-related exercises and programming exercises, we can help students quickly get into the C# language.
CourseElementary50299
Course Introduction:C++ is a middle-level language that was designed and developed by Bjarne Stroustrup at Bell Labs in 1979. C++ further expands and improves the C language and is an object-oriented programming language. C++ runs on a variety of platforms, such as Windows, MAC operating systems, and various versions of UNIX. "C++ Tutorial" explains the C++ programming language in easy-to-understand terms.
CourseElementary25005
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
CourseElementary1950
Course Introduction:This course is designed to help learners master how to use Go language to implement GraphQL services. The course starts with the basic knowledge of GraphQL, and deeply analyzes the characteristics and advantages of its data query language. Then, combined with the characteristics of the Go language, it explains in detail how to build a GraphQL server, process requests, define data patterns, etc. Through rich practical cases, learners will learn how to integrate GraphQL in actual projects to improve the flexibility and efficiency of data interaction. The course is suitable for developers with a certain foundation in Go language and is a must-have for building efficient and modern APIs.
CourseIntermediate18577
Course Introduction:"C++ Game Project: Chinese Chess Development Video Tutorial" Although this project is small, it is extremely powerful and complete. You can master the advanced knowledge of C++ through this video.
CourseElementary2814
Course Introduction:This course uses real cases, is comprehensive and practical, and integrates GO core programming technology, programming ideas, and underlying implementation step by step from theory to practice, allowing learners to stay close to the pulse of the times and become trendsetters in the IT and Internet era.
CourseElementary3902
Course Introduction:Markdown is a lightweight markup language that allows people to write documents in a plain text format that is easy to read and write, and then convert them into valid XHTML (or HTML) documents. This language incorporates many of the features of plain text markup already found in email.
CourseElementary17916
Course Introduction:PHP is a general-purpose open source scripting language and the easiest programming language to get started in programming learning. This tutorial from PHP Chinese website teacher Ouyang Ke will help everyone quickly master the PHP programming language. It is simple, clear, easy to learn, and highly practical. It can be used as an introductory learning tutorial for PHP language.
CourseElementary9397
Course Introduction:This stage of the open class will lead everyone to appreciate the beauty of Go language programming, master the basic grammar of Go language, and lay the foundation for subsequent blockchain development.
CourseElementary3371
Course Introduction:Gin is an HTTP web framework written in Go (Golang). It is an API framework similar to martini but with better performance, almost 40 times faster thanks to httprouter. If you need extreme performance, use Gin.
CourseElementary24444
Course Introduction:Lua language has strong embedding advantages and can be compiled and run across platforms. Cocos2d-x games can be developed efficiently using Lua language. We have collected the "Geek Academy Lua scripting language syntax introductory video tutorial", hoping to help everyone better learn the syntax of Lua scripting language.
CourseElementary21112
Course Introduction:Apple has launched a new programming language, Swift, to replace Objective-C. Swift is fast, dynamic, and powerful, and will surely become the mainstream language for iOS. So we have collected the "Geek Academy Swift Language Video Tutorial", hoping to help everyone learn jQuery Mobile better
CourseAdvanced9949
Course Introduction:This course is an integration of the Chongqing leader’s ten years of experience in software development. It focuses on software architecture and uses frameworks such as Prism and ReactiveUI to create modular and reactive programming projects, so that there will be no secrets in PC development. The following is the module content explained in this course: PC development module: Shell module (program entry), core module (dialog box, enumeration, extension type, help type, IOC container, language management, interface), UI general Modules (template styles, converters, font libraries, pictures, language resources), system configuration modules, cache modules, log modules, hardware modules (PLC, control cards, cameras (Souhaikang Robot), optical machines, flat panel detectors, X-ray tube, code scanner, serial port), business module (shared interface
CourseElementary2794
Course Introduction:Go's syntax is close to C language, but the declaration of variables is different. Go supports garbage collection. Go's parallel computing model is based on Tony Hall's Communicating Sequential Process (CSP). Other languages that adopt similar models include Occam and Limbo. Go also has the characteristics of this model, such as channel transmission. Compared with C++, Go does not include functions such as enumeration, exception handling, inheritance, generics, assertions, virtual functions, etc., but it adds features such as slice type, concurrency, pipelines, garbage collection functions, interfaces, etc. level support. Unlike Java, Go natively provides associative arrays (also called hashes or dictionaries), just like string types.