int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) }
标签: int iNum getDivisor return
上传时间: 2013-12-17
上传用户:frank1234
Windows Mobile NLED driver proxy. Created for customization of incoming call ring vibration. while original Windows Mobile ring vibration constant vibrating during all ring, this driver help to apply any user vibrating pattern.
标签: customization vibration incoming Windows
上传时间: 2017-03-07
上传用户:498732662
The buffers allow receiving of data while a page in the main memory is being reprogrammed. Unlike conventional Flash
标签: reprogrammed receiving buffers Unlike
上传时间: 2014-01-09
上传用户:aig85
第一节 循环的基本概念 第二节 while语句 第三节 do-while语句 第四节 for语句 第五节 break、continue、goto语句 第六节 几种循环语句比较 第七节 循环的嵌套 第八节 程序举例
标签: do-while continue while break
上传时间: 2017-04-22
上传用户:集美慧
is a program that can send msg while the client connect to server
标签: connect program client server
上传时间: 2014-01-11
上传用户:xzt
saving energy clamping program saving more than while sentence
标签: saving clamping sentence program
上传时间: 2013-12-28
上传用户:lanwei
ECG Notes will be helpful while designing right leg drive circuit
标签: designing helpful circuit Notes
上传时间: 2013-12-10
上传用户:myworkpost
This is the log generated by artila M501 starter kit while recovering loader, and u-boot
标签: recovering generated starter artila
上传时间: 2013-12-18
上传用户:小宝爱考拉
simple php do while control program
标签: control program simple while
上传时间: 2017-07-01
上传用户:manlian
JavaScript Library, You can use it to add transparency effect on your web page while showing images.
标签: transparency JavaScript Library showing
上传时间: 2013-12-22
上传用户:gxrui1991