lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2024年1月18日

摘要: [c]: 语言环境设置 -- setlocale() 一、语言环境设置【 Linux - Fedora 】 1、【Linux -- 类redhat 】语言环境设置 1.1、查看语言环境【/etc/locale.conf】:/etc/locale.conf 2、【Linux -- 类debian 】语 阅读全文
posted @ 2024-01-18 22:52 lnlidawei 阅读(32) 评论(0) 推荐(0) 编辑

摘要: [c][cpp]: decimal to binary 一、源码 1 #include <stdio.h> 2 3 4 // decimal to binary; 10 -> 2 5 void dec2bin(long int num) 6 { 7 int res[1000]; 8 9 long i 阅读全文
posted @ 2024-01-18 14:48 lnlidawei 阅读(13) 评论(0) 推荐(0) 编辑