• 博客(0)
  • 资源 (3)

空空如也

条码生成工具

PB条码生成工具

2016-10-28

LZ77压缩算法VC源码

void main(int argc, char* argv[]) { if (argc != 4) { puts("Usage: "); printf(" Compress : %s c sourcefile destfile\n", argv[0]); printf(" Decompress : %s d sourcefile destfile\n", argv[0]); return; } BYTE soubuf[65536]; BYTE destbuf[65536 + 16];

2013-09-04

同步串口通讯VC源码

同步串口通讯VC源码,初始化串口函数,同步读写函数,可设置超时时间

2009-12-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除