登录
首页 » 操作系统 » fanlsh播放器,效果非常好,经典的播放软件

fanlsh播放器,效果非常好,经典的播放软件

于 2023-08-12 发布 文件大小:4.97 kB
0 87
下载积分: 2 下载次数: 1

代码说明:

fanlsh播放器,效果非常好,经典的播放软件-fanlsh player, the effect was very good, classic broadcast software

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

发表评论

0 个回复

  • 运行于T
    运行于T-engine(采用T-Kernel)之上的例子源代码,该T-Engine采用的处理器为mc9328-Running on the T-engine (the use of T-Kernel) above examples of source code, the T-Engine processor used for mc9328
    2023-03-15 12:40:04下载
    积分:1
  • 课程中,读者写者问题的一个Cpp解决方案;在VC6下调时通过,虚拟控制台下运行。...
    操作系统课程中,读者写者问题的一个Cpp解决方案;在VC6下调时通过,虚拟控制台下运行。-operating systems course, readers who wrote in a tracing solutions; In VC6 downward through, Virtual console operation.
    2022-07-01 19:54:17下载
    积分:1
  • BIOS 的设置与调整一直以来都是电脑使用的热点,尤其是大多数初、中级 用户都希望能够有资料帮助他们,本书以BIOS 的基础知识为起点,针对主板、 显卡...
    BIOS 的设置与调整一直以来都是电脑使用的热点,尤其是大多数初、中级 用户都希望能够有资料帮助他们,本书以BIOS 的基础知识为起点,针对主板、 显卡、调制解调器等的BIOS 设置、升级、优化进行了系统的讲解,教读者如何 通过BIOS 来达到优化系统、解决常见问题。本书的读者定位为:电脑初、中级 用户。-BIOS setup and adjust the use of computers has always been hot, especially the majority of the early, intermediate users wish to have information to help them, this book to BIOS basic knowledge as a starting point, for motherboards, graphics cards, modems, BIOS, etc. settings, upgrade, and optimize the system to explain, teach readers how to achieve optimized system BIOS to resolve common problems. Readers of this book as: computer early, intermediate users.
    2022-02-06 12:24:37下载
    积分:1
  • 提供对城市信息的编辑,提供列车时刻表和飞机航班表的编辑,提供三种最优决策:最快到达、最省钱到达、最少中转次数到达。...
    提供对城市信息的编辑,提供列车时刻表和飞机航班表的编辑,提供三种最优决策:最快到达、最省钱到达、最少中转次数到达。-Provide information on the city editor, providing the train schedule and aircraft flight table editing, offers three optimal decision: to reach the fastest, most cost-effective to reach at least the number of transit arrival.
    2022-03-02 08:55:56下载
    积分:1
  • Script development under Mac Osx example, based on the cocoa framework, xcode
    Mac Osx下脚本开发实例,基于cocoa framework,xcode-Script development under Mac Osx example, based on the cocoa framework, xcode
    2023-08-25 14:25:04下载
    积分:1
  • 兔子吃草
    #include "stdafx.h" #include #include #include /*信号量的定义,它是负责协调各个线程, 以保证它们能够正确、合理的使用公共资源。 用于控制进程间的同步与互斥*/  typedef HANDLE Semaphore;  Semaphore g_semBuffer,g_semGlass, g_mutex; //mutex 为互斥锁  // 利用 Windows 下的 API 函数(视窗操作系统应用程序接口)来定义 P、V 操作  #define P(S) WaitForSingleObject(S,INFINITE) #define V(S) ReleaseSemaphore(S,1,NULL) #define rate 1000  #define CONSUMER_NUM 4 // 消费者个数 #define PRODUCER_NUM 4 // 生产者个数 #define BUFFER_NUM 4 // 缓冲区个数  char *thing[4]={"glass1","glass2","glass3","glass4"}; //公共的队列缓冲区  struct Buffer {  int product[BUFFER_NUM];  int front,rear;  }g_buf; //兔子线程 DWORD WINAPI Rabbit(LPVOID para)  {  int i =*(int*)para; //第 i 只小白兔&
    2022-05-23 06:18:02下载
    积分:1
  • 微软女士
    Microsoft MS-DOS6.0 完整源代码,包括所有外部命令,安装程序,DOSSHELL等。每个源文件均包括开发历史、更新说明、注释。这样一套源码对你的意义,实在无法以笔墨形容-Microsoft the MS-DOS6.0 complete source code, including all external commands, the installation procedure, DOSSHELL and so on. Each source document includes the development history, the renewal explanation, the annotation. This kind of set of sources code to your significance, really is unable to the words to describe
    2022-05-17 19:09:01下载
    积分:1
  • system verilog fifo env
    system verilog fifo env
    2022-03-23 17:28:56下载
    积分:1
  • C++写的原理及实现,模拟页面置换算法OPT的源码
    C++写的操作系统原理及实现,模拟页面置换算法OPT的源码-C++ Write the operating system and realize the principle of simulated OPT page replacement algorithm for the source
    2022-01-24 08:50:42下载
    积分:1
  • Visual C++数字图像识别技术典型案例 条形码生成器
    Visual C++数字图像识别技术典型案例 条形码生成器-Visual C++ Digital image recognition technology a typical case of bar code generator
    2022-02-13 08:34:42下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载