First knowledge of C language
To learn a language, you must be broad before you are proficient.
Here, I will sort out the knowledge points of C language, which can be divided into the following 14 categories.
catalogue
1. What is C language?
2. The first C language program
3. Data type
4. Variables and constants
5. String, escape character, comment
6. Select ...
Added by scrypted on Sun, 16 Jan 2022 06:27:44 +0200
C language error set
PTA exercise 2-6 calculate the free falling distance of an object (5 points)
An object falls freely from an altitude of 100 meters. Write a program to find the vertical distance it falls in the first 3 seconds. Let the gravitational acceleration be 10 m / S2.
Input format:
This topic is not entered.
Output format:
Output in the followi ...
Added by delhiris on Sat, 15 Jan 2022 17:42:35 +0200
A solution to double linked list (0 basic view) (C language) data structure and algorithm
catalogue
preface
Lead two-way circular linked list
1. Concept
2. Effect display diagram
3. Interface implementation
3.01. The interface to be implemented in this article
3.02. Implementation of double linked list
3.03. Initialization of double linked list
3.04. Print linked list
3.05. Dynamically apply for a node
3.06. Head ins ...
Added by tbaink2000 on Sat, 15 Jan 2022 12:29:43 +0200
[C language note] [macro definition series] obtain the parameter quantity of variable parameter macros
[C language notes] [linux macro definition series] obtain the parameter number of variable parameter macros
linux macro defines a series of contents. Used to record various macro definitions in linux ☺.
Macro definition description
Used to get the actual number of parameters passed by the variable parameter macro.
For example, call COUNT_A ...
Added by maralynnj on Sat, 15 Jan 2022 10:50:48 +0200
Summary of Android JNI Development
[Reprint] Link to the original text JNI_NDK Getting Started Details
In Android development, for a variety of reasons (cross-platform, high performance, sensitive data processing, etc.), a well-known JNI(Java Native Interface) is needed. This article will take you to review some common points of knowledge in JNI. So there are no explanations ...
Added by jaydeesmalls on Sat, 15 Jan 2022 07:19:53 +0200
Wang Dao exercises in section 2.23 of data structure
Bibliography: 2022 data structure review guide for postgraduate entrance examination organized by Kingway Forum
1. Delete the element with the minimum value from the sequence table (assuming unique) and return the value of the deleted element by the function. The empty position is filled by the last element. If the sequence table is empty, an ...
Added by zalath on Fri, 14 Jan 2022 23:46:08 +0200
Operating system experiment 2: process communication (pipeline and shared memory)
Experiment 2: process communication (I) -- pipeline and shared memory
1, Experimental purpose
1. Be familiar with and master the pipeline mechanism and realize inter process communication 2. Be familiar with and master the mechanism of shared memory, and realize inter process communication
2, Experiment contents and steps
1. Task 1 (1) Read ...
Added by TheHeretic on Fri, 14 Jan 2022 19:19:15 +0200
[C language (self-study record) from 0] one dimensional array
catalogue
1, One dimensional array:
(1) Definition of one-dimensional array:
1. Format:
2. Note:
(II) reference of one-dimensional array elements:
1. Format:
2. Note:
(3) Initialization of one-dimensional array:
1. Format:
2. Note:
(4) Example:
1. Compare the size of array elements and output the maximum value:
2. Array inversion ...
Added by khanuja.sunpreet on Fri, 14 Jan 2022 17:54:25 +0200
MSP430F5529 DriverLib library function learning note timer B
Platform: Code Composer Studio 10.3.1 MSP430F5529 LaunchPad™ Development Kit (MSP‑EXP430F5529LP)
Hard knowledge
16 bit timer B(Timer_B) and timer_ Like a, it is an important resource of MSP430 MCU. Timer_ B is often better than Timer_A more powerful, MSP430F5529 MCU timer_ The B timer has 7 capture / compare registers.
Timer_B. featu ...
Added by dasding on Fri, 14 Jan 2022 17:27:15 +0200
0 basic C language self-study tutorial - Section 9 briefly understands the creation and destruction of function stack frames from the perspective of underlying assembly
Write before:
Do you want to know why you use vs to hit "hot" when crossing the border?
Do you want to know how temporary variables are destroyed after a function call?
Welcome to follow me ♥, Subscribe to column 0 basic C language nanny teaching,
You can continue to read my article 😀🐕~~~~
Here are full of dr ...
Added by Blulagoon on Fri, 14 Jan 2022 12:06:36 +0200