用单片机的C语言实现的开机时间显示上次关机时间(存在看门狗里),还有显示当前时间。可供单片机程序开发人员参考。
上传时间: 2014-01-16
上传用户:zhangyi99104144
真正的传奇源代码,可供二次开发,有想开发软件的兄弟们可以省点心了,请站长批准
上传时间: 2015-04-05
上传用户:xz85592677
用C写的INI文件的读写,具有通用性,可放心用于嵌入式开发
上传时间: 2014-01-25
上传用户:qunquan
一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序
上传时间: 2015-04-16
上传用户:it男一枚
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,第一部分是基础知识,第二部分讲述用户界面的实例,第三部分讲述MFC内部处理方面的实例,第四部分讲述打包实例。全书基本上面向实例进行阐述,讲解透彻、易于掌握。本书既可作为初学者和大专院校师生的自学参考书,也可作为计算机软件开发人员的技术参考书。
上传时间: 2015-04-30
上传用户:fredguo
这是一个正式的项目工程,用于控制一种新式脚手架的平衡升降过程,包含所有delphi源代码,完全由本人开发。软件界面美观,控制算法性能良好,运用了多线程开发技术,数据库技术,串口通信技术,负载平衡技术等。可供初中级软件开发人员学习使用。
上传时间: 2015-05-03
上传用户:jackgao
神经网络编码源程序,可以调用,方便使用,可进行二次开发
上传时间: 2015-05-10
上传用户:pompey
帮助文件,可用于ccs的开发 我也是为了可以下载
标签:
上传时间: 2014-11-26
上传用户:6546544
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb