登录
首页 » Windows开发 » 小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。...

小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。...

于 2022-01-27 发布 文件大小:1.83 MB
0 171
下载积分: 2 下载次数: 1

代码说明:

小的MP3播放器。用MFC实现,调用系统自带的realplayer,可以通过编辑框自主选择播放的歌曲。-A small MP3 player. With the MFC implementation, call the system comes with realplayer, you can edit box to choose which songs to play.

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

发表评论

0 个回复

  • 一个取得文件路径的教学程序
    一个取得文件路径的教学程序-a path of teaching procedures
    2023-03-19 18:25:03下载
    积分:1
  • project for the protection of natural forest resources GIS information managemen...
    天然林资源保护工程GIS信息管理系统(以下简称《天保GIS系统》)是以基层林业单位林业技术管理的特点,会聚林业政策、林业技术、天保技术、计算机等方面的专家、管理人员与技术人员多方探讨、论证,以森林资源管理模式为基础、以天然林资源保护为核心的基于3S技术的天然林资源保护工程信息管理系统(以下简称天保GIS信息管理系统)。 本系统能把天保工程管理的各类动态、静态的数据与地理信息有机地结合起来形成空间数据库,并利用网络技术、数字化三维技术和多媒体技术等,来对天然林资源保护工程以及森林资源管理过程中的数据进行采集、存储、编辑、转换、分析,并能根据工作需要方便快捷地输出各种地理图形及管理表格。 系统的开发主要针对天然林保护工程的管理需要,也可用于森林资源管理下的森林资源监测、护林防火、森林病虫害、森林资源建档、天保工程档案管理以及森林规划建设等工程项目等方面。本系统的开发成功,标志着我省数字林业、数字化天保向前迈出了坚实的一步,为实现林业科学管理、科学决策打下了扎实的基础。 -project for the protection of natural forest resources GIS information management system (hereinafter referred to as "Tianbao GIS") is based layer forestry units forestry technology management features, the convergence of forestry policy, Forestry, Natural Forest Protection technology, computers and other experts in the field management and technical staff to explore various, demonstration, forest resource management model as the basis, to protect forest resources for core-based 3S technology project for the protection of natural forest r
    2022-01-31 23:40:27下载
    积分: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
  • 网卡RTL1819 驱动源码,希望大家受益。
    网卡RTL1819 驱动源码,希望大家受益。
    2022-01-25 18:32:21下载
    积分:1
  • multihe programing
    multihe programing
    2022-03-10 09:54:40下载
    积分:1
  • windows 程序设计源码最后3个源码
    windows 程序设计源码最后3个源码-windows programming source final three FOSS
    2022-04-18 19:26:08下载
    积分:1
  • Named Pipes can be on the same computer between different processes, or across a...
    命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of different computers in different processes in support of a reliable, one-way or two-way data communications. Do not need prior grasp of the grass-roots network protocol (such as TCP/IP or IPX) knowledge. This is because the use of Named Pipes Provider Microsoft Network (MSNP) redirector through a network set up at the inter-process communication.
    2022-02-15 03:41:25下载
    积分:1
  • 微软认证系统管理员(MCSA)
    2022-01-30 16:57:49下载
    积分:1
  • 计算器 用JAVA 编写的 第一次上传,多多支持
    计算器 用JAVA 编写的 第一次上传,多多支持-calculator developed by JAVA,the first time to upload,thanks for you support
    2022-10-12 00:00:03下载
    积分:1
  • iprof:便携式工业
    IPROF: A Portable Industrial
    2023-01-14 03:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载