單片機(jī)中數(shù)字字符串轉(zhuǎn)化為數(shù)字 作者: 時(shí)間:2016-11-18 來(lái)源:網(wǎng)絡(luò) 加入技術(shù)交流群 掃碼加入和技術(shù)大咖面對(duì)面交流海量資料庫(kù)查詢 收藏 unsigned int Uintnum(char *digit) /*-----字符串轉(zhuǎn)化為數(shù)字-----*/{unsigned int num = 0;本文引用地址:http://cafeforensic.com/article/201611/315756.htmwhile(*digit !=