-
PWM
NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
- 2014-02-11 10:27:56下载
- 积分:1
-
kttsw_v8.0
KT听书网KT有声小说网源码,集成了优秀的小说CMP播放器和KT小说联盟的采集插件,资源丰富。
支持对连载小说、推荐小说、热门小说、隐藏小说进行单独批量管理!
支持小说在线播放和小说下载。
全面支持本地小说批量添加,完美支持本地多服务器路径设置!
支持小说推荐,小说标题颜色以及数据隐藏!
安装说明:
一:将程序上传至空间
二:运行http://你的域名 首次登陆后会自动配置安装,重新安装程序,请先删除inc/install.lock文件
三:安装完毕,进入至后台管理
后台地址:http://你的域名/admin(KT listen to Shuwang KT audio novel network source, integrated excellent novel CMP player and KT novel alliance acquisition plug-in, is rich in resources.
Support for the series of novels, fiction, popular fiction, recommended, hidden novel separate batch management!
Support online play and download fiction novels.
The full support of local novels to batch add, perfect support setting local multi server path!
To support novel recommended, the novel title color and data hiding!
Installation instructions:
A: will be uploaded to the space program
Two: run http:// your domain name first landing will automatically configure installed, reinstall the program, please delete the file inc/install.lock
Three: after installation, to enter into the background management
Background: the http:// address of your domain name /admin)
- 2015-02-01 13:26:43下载
- 积分:1
-
webscin
web漏洞扫描 web安全检测 网站检测(web vulnerability scanning web security testing)
- 2014-02-21 11:44:29下载
- 积分:1
-
STM8
基于STM8设计的空气净化器,包含了市面上空气净化器的大部分功能(STM8 based design of air purifiers, air purifiers available in the market that contains most of the functionality)
- 2013-06-08 16:35:16下载
- 积分:1
-
Infi-90_Block_Read
Infi-90读写测试,在安装有COPOSER的计算机上可以运行,采集ABB DCS的控制逻辑块上的数据。(Infi- 90, speaking, reading and writing test, the installation of COPOSER can run on a computer, the data on the acquisition of ABB DCS control logic block.)
- 2015-01-06 11:17:43下载
- 积分:1
-
12
基于单片机的电阻测量系统,带vb上位机控制和显示同时还有无线发射(MCU-based resistance measurement system with vb PC control and display as well as a wireless transmitter)
- 2014-02-22 15:14:06下载
- 积分:1
-
Dual-serial-communication
stm32 双串口通信 串口1对串口2的异步通信(stm32 Dual serial communication)
- 2012-03-15 15:22:46下载
- 积分:1
-
vb+sql
根据餐饮行业的特点和该企业的实际情况,该系统应以餐饮业务为基础,突出前台管理,从专业角度出发,提供科学有效的管理模式。点菜方面采取图形界面加数据的方式,使用户能直观地管理数据信息,并能有效地管理每个开台的房间台号所点的酒菜。点菜收银管理可实现点菜、转台、并台、结账、清台。库房管理可记录商品入库、出库情况。营业分析可对客人点单情况、房台营业情况、酒菜销售情况、销售收入等进行分析。点菜收银、营业分析、库房管理的有机结合,可为酒店经营方向提供依据,为酒店餐馆的发展提供重要保证。
根据该企业的具体情况,系统主要功能设计有五大部分,分别为前台管理、营业管理、财政管理、辅助管理、系统管理。
1、前台管理:主要是对餐饮前台收银的管理。包括接待预定、点菜收银和吧厨出品。
2、营业管理:包括房间台号管理和员工信息管理。
3、财政管理:主要是对财务方面的管理。包括点单查询和会员查询。
4、辅助管理:主要是对基础信息的管理。包括会员管理各员工管理。
5、系统管理:包括重新登录和退出系统。
(err)
- 2020-12-13 09:39:15下载
- 积分:1
-
yylink
可根据需要上传图片logo
首页链接的调用(点击排在前5位的站点)
文字链接的调用(可取消)
login.asp 后台管理登陆口
帐号、密码均为admin(According to the need to upload pictures logo
The home page links (click to call the top 5 sites)
Text link call (can be cancelled)
Login.asp background management landing port
The account and password are admin)
- 2016-03-06 19:08:22下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1