English 中文(简体)
标签:
c
的问答
C90 复合文字
原文:C90 compound literals

在 C99 中, 如果 x 先前被宣布为 v2 类型, 那么我可以写: x = (v2) {1, 2}; where v2 is: typedef struct { int x; int y; y;} v2; 在 C90 中我能做类似的事情吗?

C 管道初始化错误
原文:C pipe initialization error

我忙于一项任务,但我被困住了。我犯了错误,我不明白我做错了什么。所以在主体我生了三个孩子。在第一个和第二个之间,我有一个管道(管道12),在...之间。。。。。。。。。。。。。。。。。。

The repository for deepseek-ai/DeepSeek-R1 contains custom code which must be executed to correctly load the model. You can inspect the repository content at https://hf.co/deepseek-ai/DeepSeek-R1.
原文:pthread: do other threads stop while the SIGSEGV handler runs?

The repository for deepseek-ai/DeepSeek-R1 contains custom code which must be executed to correctly load the model. You can inspect the repository content at https://hf.co/deepseek-ai/DeepSeek-R1.

热门标签