搜索资源列表
www.syew.com
- 亲身体验本程序的优点: 前台地址:http://www.sy24.cn --------------------------------- 优点简介:界面精美\\功能强大\\管理方便.多种首页风格,到了首页刷新一下就知道了. ☆ 后台管理: 1. 完全后台管理添加修改新闻\公告发布\软件下载\音乐视频\图片\flash动画......。 2.网址之家完全ASP动态设计,前台申请加入网址.后台管理添加删除网址. 3
TransparentForm
- 类似于桌面闹钟的程序,包含的功能有,显示当前系统时间、定时提醒,可以提醒多件事、自动关机。保存已经提醒过的事情,备查,保存上一次退出时列在日程里边的但是没有提醒过的事件,再次启动时会调出这些事情。可以更改提示音乐,背景风格。-similar to the desktop alarm clock procedures contained in the function, display the current time system, regularly reminded, can remind
Clock
- C# 闹钟小程序。实现功能:手动输入时间,到时后 ,音乐提示到时-C# clock applet. Function: manual input time to time, the music, when prompted to
Memory
- C# 时间提醒 音乐闹铃 事务管理-C# time to remind Music Alarm Management
windowsalarm
- 用于定时,有闹钟功能。两种模式,一是定时间点触发,二是定时间间隔触发。平时窗口隐藏,在WINDOWS通知区里可点击设定,触发时弹出有趣的闹钟。可选择铃声和音乐。-For timing, there is alarm. Two modes, one fixed point in time to trigger the second time interval is set to trigger. Usually hidden window in WINDOWS notification area
WindowsMediaPlay
- 定时间播放自己所设置的音乐或者视频,全部自定义-Set given time to play their own music or video, all custom
441-15728-MusicTimeDemo
- music time demo thank-music time demo thanksss
playmusic
- 能够根据用户自己设定的时间 播放自己设定好的歌曲-can at a certain to play music and the time and the music can be setted with user
Clock
- C#实现闹钟功能,字符串截取、匹配,对文本文件的stream流操作,用文本来保存用户的记录,截取其中的字符串来判断时间是否已经到和截取记录中的用户提示信息和音乐地址等。暂时不会解决内存的释放问题,导致运行的时候会占用20M多的内存资源-C# to achieve the alarm function, the string capture, matching, stream flow of the text file operations to save the user with a text
ORANDFind
- Visual C#同时使用OR、AND进行数据库查询的一个例子,查询数学成绩大于90分或者音乐成绩大于90分同时还得满足英语成绩大于90分的学生信息,在实际的数据库应用中,这样类似的查询方式比较普遍,因此比较实用,对此不熟悉的C#程序设计者有必要参考。-Visual C# at the same time use the OR, and database query an example, the query math scores greater than 90 stars or music
MusicGame
- 简单的听歌说歌名; 可设置听歌时间、难度控制等; 手动添加新歌曲; -Simple songs say the song You can set the time listening to music, the difficulty of control Manually add a new song
music_count
- 音乐倒数计数器 在单片机上实现其时间的设置及倒数功能-Music countdown counter is set to achieve its time and countdown functions on single chip
Segmented-parallel
- 并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a
media
- 实现了windows中的播放器的编程,可以实时调价本地影片或者音乐到本地播放器中,用于播放。-Realization of the windows in the programming of the player, real-time price adjustment to the local local movie or music player for playback.
NAudioPractice1
- 我参考官方示例简单封装了一个BSoundPlayer类,这个WAV播放类的特点: 1、简单易用,声明一个对象,指定文件路径,Play(),Stop()就可以了,支持调整音量,同时可以输出音频文件总时间,当前播放时间 2、同一个对象在播放完毕(或者手动停止)之前无法再次播放 3、不同对象可以同时播放 4、每次播放完毕,自动释放资源 这个类最大的缺点就是在播放结束之前不能再次播放,对于按钮快速点击声音这样的需求不能满足,但是可以用来播放时间比较长的背景音乐,与System.Med