摘要:
// -*- coding: utf-8 -*- #include <stdio.h> #include <math.h> #include <stdlib.h> #include <time.h> int main() { float float_1=11.27; float float_2=13 阅读全文
posted @ 2025-03-26 17:08
华腾智算
阅读(10)
评论(0)
推荐(0)
摘要:
// -*- coding: utf-8 -*- #include <stdio.h> #include <math.h> #include <stdlib.h> #include <time.h> int main() { // 初始化随机数生成器 srand((unsigned)time(NUL 阅读全文
posted @ 2025-03-26 16:53
华腾智算
阅读(24)
评论(0)
推荐(0)
摘要:
// -*- coding: utf-8 -*- #include <stdio.h> int main() { return 0; } 阅读全文
posted @ 2025-03-26 16:42
华腾智算
阅读(6)
评论(0)
推荐(0)
摘要:
C不是CXX,也不是什么CXX子集,C就是C。 要数据容器库,用GLib2。 要图形库,用GTK和IUP库。 要2D绘图,用Cairo和SDL。 要3D绘图,OpenGL和Vulkan都是C API。 要网络编程,用libevent和libev甚至libuv。 要脚本,Lua、Python、PHP都 阅读全文
posted @ 2025-03-26 16:01
华腾智算
阅读(11)
评论(0)
推荐(0)
摘要:
#include <stdio.h> int main() { char char_1='A'; printf("%c,%d",char_1,char_1); return 0; } #include <stdio.h> int main() { char char_1='A'; int char_ 阅读全文
posted @ 2025-03-26 15:27
华腾智算
阅读(10)
评论(0)
推荐(0)

浙公网安备 33010602011771号