英文: Blur filter in C results in only a slightly changed image 问题 我正在尝试创建一个在 C 中实现的模糊滤镜,该滤镜获取主像素的相邻像素...
不允许在GCC中嵌套开关。
英文: Don't allow nested switches in GCC 问题 我在C语言中使用协程,使用多个宏来简化代码编写。众所周知,这些宏将代码封装在一个大的switch语句中,并使...
在结构体数组中搜索数值 C
英文: Search a value in array of structures C 问题 如果我只是获取fault_code,如何在fault_table 中搜索这个值。谢谢。 英文: I wou...
Merge sort in C returns a list containing duplicates of the same 3-4 numbers. Other numbers are missing from sorted list
英文: Merge sort in C returns a list containing duplicates of the same 3-4 numbers. Other numbers are ...
为什么在函数声明中需要返回类型和参数类型?
英文: Why do we need return type and parameter type in funtion declarations? 问题 我被告知我们在没有读取定义的情况下需要它们,...
CS50 speller.c中load函数中使用哈希表时出现分段错误。
英文: CS50 speller.c segmentation fault with hash table in load function 问题 我正在学习 CS50,目前在解决问题集 'spell...
编写一个程序,将一个字符串转换为整数,而不使用标准的C库函数。
英文: Write a program that converts a string to an integer without using standard C library functions ...
C代码用于使用受限运算符从原码转换为补码。
英文: C Code to convert from sign magnitude to two's complement using restricted operators 问题 我正在用...
Is it possible, in C, to write in one line a call to a function that has an array of strings (ie ptr) or int, or … as parameter?
英文: Is it possible, in C, to write in one line a call to a function that has an array of strings (ie...
vulkan_win32.h 未被“识别”。
英文: vulkan_win32.h is not "recognized" 问题 这些错误似乎是与 Windows 上的 Vulkan 实现有关。VS Code 终端显示了一系列...
146