
菜鸟
ccsupermonster
能吃苦耐劳,愿意刻苦钻研
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
51单片机动态数码管显示
显示程序; #include #define DIGIT P2 unsigned char code table[17] = { 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71}; sbit AP = P0^0; sbit BP = P0^1; sbit beef=P1原创 2014-09-08 15:26:18 · 1163 阅读 · 0 评论 -
链表的倒置
数据结构 链表原创 2015-02-01 20:56:45 · 469 阅读 · 0 评论 -
链栈的实现C代码
C语言 链栈原创 2015-02-01 15:56:14 · 890 阅读 · 2 评论 -
学以致用 C语言小工具-文件格式转换
C小工具原创 2015-04-17 12:38:30 · 695 阅读 · 0 评论