英文: 24c32a eeprom write operation not working with attiny402..am i mistaken? 问题 #define sda_on PORTA...
Create a stack that reads from a data text file, without using an array. Should I use fscanf?
英文: Create a stack that reads from a data text file, without using an array. Should I use fscanf? 问题...
Array of structs not updating in C project.
英文: Array of structs not updating in C project 问题 printf("%s", listOfStudents[i].name); pr...
C程序在使用scanf后不会使用printf。
英文: C program won't use printf after scanf 问题 我是新手C语言编程,正在编写一个非常简单的C程序,它只接受输入然后将其回显。代码显示了第一个prin...
我无法理解CS50底层实践问题4周的几行代码。
英文: I can't understand few lines of codes CS50 bottomup practice problem 4 week 问题 I'm trying to...
使用Visual C++的`#pragma`指令以创造性方式转换`__attribute__ ((packed))`。
英文: Creative way for converting __attribute__ ((packed)) with visual cpp pragma 问题 我正在进行一个项目,需要将一个庞大...
在编译时分配静态数组的宏
英文: Macro to allocate a static array in compile time 问题 以下是代码部分的翻译: typedef struct Node { struct Nod...
全局计数器和并发线程。如何检查计数器进度?
英文: Global counters and concurrent threads. How to check counter progress? 问题 我试图编写一个简单的程序来理解线程。我希望每...
Pico W 读取串行输入
英文: Pico W Read Serial Input 问题 I'm trying to read the input sent through the serial monitor but sca...
指针相互改变,尽管它们没有关联。
英文: Pointers changing eachother despite being unrelated 问题 I understand that you want me to translat...
146