DS18B20和PIC单片机通讯源程序 DS18B20和PIC单片机通讯源程序 -------------------------------------------------------------------------------- PIC单片机 www.pic16.com ORG PIC54 GOTO MAIN ORG 0
上传时间: 2015-05-11
上传用户:515414293
用汇编语言编写Windows驱动程序的工具,需要MASM32,到http://www.masm32.com下载
上传时间: 2014-01-12
上传用户:gaojiao1999
企业管理系统软件Compiere的安装方法和技巧,from http://www.fgoo.com/ Allen编辑,整理)。
上传时间: 2015-05-16
上传用户:lizhen9880
该计算器既有经典的GUI按钮模式,也有类似于Matlab的命令行解释执行模式,并且解释模式基于XML配置构建,利用了Java语言强大的的反射机制,使得用户根据需要添加自己的专用函数非常简单和方便。 http://www.hugjava.com/projectDetail.do?id=3
上传时间: 2015-05-18
上传用户:dyctj
这是一个代理服务器程序,它使用多线程,Semaphore, blocking-socket, an RFC in hand。其中有一个内嵌的Web服务器,使用一个自定义的计数器agCount.dll。内嵌Web服务器使用虚拟域名www.personalproxy.com。
上传时间: 2015-05-19
上传用户:z1191176801
说明:8051单片机播放音乐,有三首歌:《挥着翅膀的女孩》、《同一首歌》、《两只蝴蝶 》,此包还含有一个Proteus的电路仿真工程,可直接测试,里面说明文档很详细。 作者:蒋建军 网站:http://www.jjjbbs.com 论坛:http://www.jjjbbs.com/bbs 日期:2005年09月17日
上传时间: 2013-12-26
上传用户:jichenxi0730
该系统是一个使用Java语言开发,以国内开源Web MVC框架EasyJWeb作系统引擎的Java Web应用系统.系统主要实现的功能有订单录入、打印、销售汇总、原料管理、客户管理、生产配料计算、报表打印、汇总、系统数据管理及维护等功能,是一个使用非常简单的编码方式实现的Web开源应用系统。 系统采用面向对象的设计方法,页面设计及系统逻辑分离,具有较好的扩展性。系统使用数据库中间件技术,支持My SQL、MS SQL Server等多种数据库系统平台。系统涉及到复杂表单数据提交、AJAX无刷新数据提交、WEB打印等常用应用软件中涉及到的技术。 系统在线演示地址:asp.easyjf.com 用户名:test 密码:test 源码下载 安装说明 技术交流 系统开发单位:EasyJF开源团队 系统官方网址:www.easyjf.com
上传时间: 2015-05-21
上传用户:xymbian
uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
标签: the provides required package
上传时间: 2015-05-21
上传用户:ainimao
数字运算,判断一个数是否接近素数 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
pb源代码,数据库课程设计 有配套得文档,不过没放在一起,到www.pudn.com上找把!
标签: 源代码
上传时间: 2014-01-06
上传用户:saharawalker