摘要: https://www.cnblogs.com/wangluojisuan/p/3462595.html 阅读全文
posted @ 2025-04-11 17:21 华腾智算 阅读(7) 评论(0) 推荐(0)
摘要: #include <gtk/gtk.h> int main(int argc, char* argv[]) { GtkWidget* window; GtkWidget* label; gtk_init(&argc, &argv); /* create the main, top level, wi 阅读全文
posted @ 2025-04-11 17:15 华腾智算 阅读(15) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main() { #ifdef _WIN32 printf("Windows32\n"); #elif __aarch64__ printf("aarch64\n"); #elif __x86_64__ printf("__x86_64__\n"); # 阅读全文
posted @ 2025-04-11 17:12 华腾智算 阅读(8) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hfy1237/article/details/127775508 阅读全文
posted @ 2025-04-11 17:08 华腾智算 阅读(8) 评论(0) 推荐(0)
摘要: #include<stdio.h> int sayHello(){ printf("hello\n"); return 0; } int main(){ sayHello(); return 0; } 阅读全文
posted @ 2025-04-11 16:44 华腾智算 阅读(6) 评论(0) 推荐(0)
摘要: #include<stdio.h> void main(){ volatile char *vga=(volatile char *)0xB8000; vga[0]='z'; vga[1]=0x0f; while(1); } 阅读全文
posted @ 2025-04-11 16:13 华腾智算 阅读(9) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/question/296297701/answer/565941564 阅读全文
posted @ 2025-04-11 16:03 华腾智算 阅读(4) 评论(0) 推荐(0)
摘要: 一、DeepSeek AI助手核心价值解析 智能编程辅助体系 代码自动补全:支持30+编程语言的上下文感知补全,实测Python代码补全准确率达78% 错误诊断引擎:可识别语法错误、逻辑缺陷及性能问题三重维度 文档即时生成:自动生成符合JSDoc/PEP257规范的注释文档 开发效率提升矩阵 # 典 阅读全文
posted @ 2025-04-11 15:01 华腾智算 阅读(110) 评论(0) 推荐(0)
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL