登录
首页 » 操作系统 » heycacher高性能缓存程序(源代码)1。所有文件美国..

heycacher高性能缓存程序(源代码)1。所有文件美国..

于 2022-07-20 发布 文件大小:5.10 MB
0 164
下载积分: 2 下载次数: 1

代码说明:

HeyCacher 高性能缓存方案(带源码) 1. 文件的所有权益归上传用户所有 2. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途 3. CSDN下载频道仅提供交流平台,并不能对任何下载内容负责 4. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。 5. 本站不保证本站提供的下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。 -HeyCacher high performance caching program (with source code) 1. All documents uploaded to the interests of users 2. rights without the consent of the owner shall document the contents of the diversion of commercial uses three or profits. CSDN download channel only provide a platform for the exchange, and not for any download for four. download documents if violations or inappropriate content. Please contact us, we immediately corrected. 5. The site does not guarantee that the site provides resources to download the accuracy, security and integrity. Users assume the same time not by the use of these resources to download their own and other people have any form of injury or loss.

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

发表评论

0 个回复

  • 在Linux下实现文件的拷贝,多线程实例,设备驱动的编写,文件的处理,进程管理器的部分功能实现...
    在Linux下实现文件的拷贝,多线程实例,设备驱动的编写,文件系统的处理,进程管理器的部分功能实现
    2022-03-06 00:26:04下载
    积分:1
  • WINCE5.0下音频驱动,可以直接使用,已经过验证
    WINCE5.0下的音频驱动程序,可以直接使用,已经过验证
    2022-12-26 05:05:03下载
    积分:1
  • 在Xcode中,如何文本框和其他流行
    在Xcode怎么在文本框等弹出泡泡提示,人性化提示等。好不容易找到的,非常有价值哦,-In Xcode, how to text boxes and other pop-up bubble tips, user-friendly prompts. Not easy to find, and very valuable Oh, He He
    2023-06-03 22:45:02下载
    积分:1
  • Linux 0.11的BIOS内存广泛分布
    linux 0.11 bios memory distrabute
    2023-03-29 17:30:04下载
    积分:1
  • This is a VC environment in the realization of shared memory operating system so...
    这是一个在VC环境下实现的关于操作系统中共享内存的源代码。-This is a VC environment in the realization of shared memory operating system source code.
    2022-05-17 17:14:11下载
    积分:1
  • 实验
    资源描述实验一进程的同步.................................................................................................................. 1     1实验目的........................................................................................................................ 1     2实验内容........................................................................................................................ 1 实验二处理机调度.................................................................................................................. 3     1实验目的........................................................................................................................ 3     2实验内容........................................................................................................................ 3 实验三银行家算法...........................................................................................................
    2022-09-02 03:10:05下载
    积分:1
  • 多线程实例,两个小球在不同线程里执行。bcb源码
    多线程实例,两个小球在不同线程里执行。bcb源码-Examples of multi-threading, the two small balls in different threads in the implementation. BCB source
    2022-02-13 10:46:31下载
    积分:1
  • 设置显示器的显示模式的程序
    详细说明:这是一个可以设置显示器的显示模式的程序,程序的分辨率,频率都可以在运行的时候设置-This is a display you can set the display mode of procedure, procedural resolution, the frequency can be set at run time  
    2022-12-01 21:45:03下载
    积分:1
  • 设置窗口启用禁用
    提供dll和Demo,通过在labview中对该dll的调用,实现对窗口的禁用和启用,而不需通过窗口句柄获取所有控件再进行启用禁用。版本labview2013
    2022-01-25 21:57:03下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载