登录
首页 » Windows开发 » 基于C# winform的音乐播放器

基于C# winform的音乐播放器

于 2022-01-22 发布 文件大小:117.70 kB
0 190
下载积分: 2 下载次数: 1

代码说明:

这是一个自己编写的基于C#的Winform的一个音乐播放器小软件,可以实现基本的播放功能,添加歌曲,循环播放,单曲循环,列表播放等等。简单实用,方便快捷。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 程序说明: 本程序可输入员工资料,并按姓名的升序存放到磁盘文件中, 可显示指定的工资表磁盘文件的所有内容, 可查找指定姓名的查找, 可根据姓名删...
    程序说明: 本程序可输入员工资料,并按姓名的升序存放到磁盘文件中, 可显示指定的工资表磁盘文件的所有内容, 可查找指定姓名的查找, 可根据姓名删除记录,还可以一次性插入多个个记录。-procedures Note : This procedure may import information staff, together with the names of ascending documents stored to disk, can show that the wage specified in Table disk documents in all, you can find the names of designated, under the name deleted records, it also inserted a number of one-time record of 000.
    2022-01-26 06:31:03下载
    积分:1
  • 双线性插值
    Bilinear Interpolation
    2022-03-04 02:45:27下载
    积分:1
  • Experimental C++ programming algorithm with backtracking to solve 01 backpack
    算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
    2023-04-02 17:30:05下载
    积分:1
  • xilinx hdl code
    xilinx hdl code
    2022-08-21 05:23:26下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Matchstick Game in C
    火柴棒游戏:
    2022-05-09 10:53:59下载
    积分:1
  • 一个简单的画图实现软件,可能很简单,可是对于简单的学习还是不错的...
    一个简单的画图实现软件,可能很简单,可是对于简单的学习还是不错的-Implementation of a simple drawing software, may be very simple, but easy to learn for the good or
    2023-07-09 05:40:04下载
    积分:1
  • very important book to learn the c++ programing language in Arabic language
    very important book to learn the c++ programing language in Arabic language
    2022-05-28 13:07:53下载
    积分:1
  • 通用人事管理系统,实现公司的职工资料管理,工资放管理.人事管理...
    通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理-General personnel management system, information on the company" s staff management, payroll management. Personnel Management
    2022-02-16 03:59:43下载
    积分:1
  • 定时文字弹窗提醒或定时关机
    可以实现定时文字提醒和定时关机的功能,定时时间可以手动输入24小时制的时间,定时开始后会显示倒计时,可以实现两种定时功能,一种是到了定时时间时进行弹窗提醒,弹窗里的文字可以预先Z自己输入设定,另一种功能是到达定时时间后进行自动关机。在定时过程中可以隐藏程序窗口。
    2022-02-02 12:58:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载