CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - BEEP

搜索资源列表

  1. beep

    0下载:
  2. vc6.0控制台程序,利用PC喇叭发出“祝你生日快乐”歌词-vc6.0 console program,use the pc speaker to beep "happy birthday to you"!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:137.85kb
    • 提供者:Erwin
  1. beep

    0下载:
  2. 用beep蜂鸣器写的婚礼进行曲,循环播放》。-music from beep
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:5.3kb
    • 提供者:孙兴
  1. beep

    0下载:
  2. 本实验程序是关于分频技术的,通过C语言编程可以产生不同频率的的方波,再通过简单的蜂鸣器就可以发出变换的音乐符号-The experimental procedure is about sub-frequency technology, through the C language programming can produce different frequencies of the square wave, and then through a simple buzzer can be iss
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5.99kb
    • 提供者:马明
  1. beep

    0下载:
  2. 通过改变频率使蜂鸣器发出不通声音。VHDL语言 编程FPGA-By changing the frequency so that the issue of access to the voice of buzzer
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:113.44kb
    • 提供者:田中
  1. yejingwannianli

    0下载:
  2. 液晶万年历,正常显示年 月 日 时 分 秒 同时带有整点响铃功能。调整键方便调试。由于采用液晶瓶,作品小巧精致。-LCD calendar, date display at the same time when the minute beep function with the whole point. Debug button adjustment easy. As a result of the use of liquid crystal bottles, small, delicate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:91.05kb
    • 提供者:张作
  1. Beep

    0下载:
  2. 如何在遇到异常时,发出蜂鸣警告,使用户快速作出反映。-How in the face of abnormal issued a warning beep, allowing users quickly to reflect.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:9.59mb
    • 提供者:Horus
  1. Lesson2

    0下载:
  2. 一个用C编的简单的流水灯程序,共初学者用.-#include<reg52.h> #include <intrins.h> #define uint unsigned int #define uchar unsigned char uchar temp,num,num1 sbit beep=P2^3 void delay(uint)
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:129.07kb
    • 提供者:wdh
  1. C_Beeper

    0下载:
  2. A Simple beep generator.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:824byte
    • 提供者:redax
  1. beep

    0下载:
  2. 关于单片机蜂鸣器的驱动程序,可移植性高,可做参考-MCU buzzer driver, portability high, do refer to
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:11.35kb
    • 提供者:米多
  1. BeepMusic

    0下载:
  2. 使用Beep实现的音乐播放小程序,启动后隐藏运行,可以当作闹钟使用。-Beep music player implemented using a small program to start running after the hide, as an alarm clock.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:41.61kb
    • 提供者:于泽
  1. BEEP

    0下载:
  2. 本程序是利用单片机播放音乐,可以制作简易的音乐盒-This procedure is to use microcontroller to play music, you can create a simple music box
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.24kb
    • 提供者:xiao tuo
  1. vcService

    0下载:
  2. 本文共涉及3个工程:beep、install、uninstall。   1)beep工程用于新服务的实现,工程中包含beep.cpp。编译并生成beep.exe,将其拷贝至c:\目录下,供安装程序调用。当安装完毕后,SCM也将调用beep.exe来执行该服务。   2)install工程用于新服务的安装,工程中包含install.cpp。编译并生成install.exe,将其拷贝至:c:\目录中,然后在Windows NT中单击“开始”,再单击“运行”,使用“运行”命令执行带3个参数
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:12.45kb
    • 提供者:zs21
  1. C_BeepMusic

    0下载:
  2. 利用主板的Beep音编写的Beep音乐小游戏. 为初学C语言的朋友增加学习兴趣. 此程序界面是韩文版.在中文系统下显示乱码. 但程序能够正常运行.-Using the motherboard Beep Beep tone music game prepared. For the novice C increased interest in learning the language of a friend. This program interface is Korean. In the C
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:47.01kb
    • 提供者:KSG
  1. DS18B20xiugai

    0下载:
  2. 18b20测温的c语言程序/DS18B20温度传感器程序 #include <reg52.h> #define Alarm 10 sbit Beep=P3^4 sbit DQ=P2^4 //数据传输线接单片机的相应的引脚 unsigned char tempL=0,tempH=0 //设全局变量 unsigned char flag=0 unsigned int temperature,negtemper //温度值保存在temperature里
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:2.36kb
    • 提供者:留洋
  1. Beep

    0下载:
  2. 蜂鸣器发声程序,使用的蜂鸣器频率是2.4Khz-buzzer program,the frecwency of the buzzer is 2.4K HZ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9.74kb
    • 提供者:jaon
  1. beep

    0下载:
  2. Beep 函数写的歌,带lrc,c语言源代码,可以使机箱内的蜂鸣器奏乐-Beep function to write the songs, with lrc, c language source code, you can make music for the chassis of the buzzer
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:104.39kb
    • 提供者:Mercury
  1. beep

    0下载:
  2. pc蜂鸣控制,貌似可以让电脑的蜂鸣器发出声音-pc beep control, looks like you can let the computer buzzer sounds
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.21kb
    • 提供者:111111
  1. Beep

    0下载:
  2. Gives system beep sound.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:san
  1. beep

    0下载:
  2. 用VC6.0实现在windows系统下控制蜂鸣器。(Windows system to achieve control buzzer)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:85kb
    • 提供者:Irentong
  1. beep.tar

    0下载:
  2. exynos-4412蜂鸣器驱动,is music(Exynos-4412 buzzer driver)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2.79mb
    • 提供者:辉雷
« 12 3 »
搜珍网 www.dssz.com