07 2021 档案

CMD中使用alias
摘要:CMD中并没有alias,但是doskey可以做到同样的效果. Doskey 可以跟参数 例如: doskey clangw=clang --target=i686-pc-mingw 12 34 56 78 阅读全文

posted @ 2021-07-29 20:06 acd407 阅读(66) 评论(0) 推荐(0) 编辑

C,Python调用DLL
摘要:DLL的创建 要用__declspec(dllexport)声明导出函数 1 #include <stdio.h> 2 __declspec(dllexport) int sum(int a,int b) 3 { 4 printf("Welcome to use DLL !\n"); 5 print 阅读全文

posted @ 2021-07-26 15:22 acd407 阅读(74) 评论(0) 推荐(0) 编辑

单片机亮灯
摘要:1 #include <reg51.h> 2 #define on 0 3 #define off 1 4 typedef unsigned char u8; 5 typedef unsigned int u16; 6 typedef unsigned long u32; 7 sbit LED0=P 阅读全文

posted @ 2021-07-04 22:25 acd407 阅读(138) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示