登录
首页 » Windows开发 » JM80图象数据处理

JM80图象数据处理

于 2022-11-28 发布 文件大小:564.53 kB
0 68
下载积分: 2 下载次数: 1

代码说明:

JM80图象数据处理-JM80 image data processing

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

发表评论

0 个回复

  • Abstraction: This design require me use a most unusual swap algorithm. When swa...
    本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction: This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
    2023-08-21 12:30:03下载
    积分:1
  • vb写的可以在菜单中加入自定义的图标,让你的菜单更美观
    vb写的可以在菜单中加入自定义的图标,让你的菜单更美观-vb can be written in the menu to add custom icons to make your menu more attractive
    2022-04-12 08:17:32下载
    积分:1
  • vc6.0下的控制台程序,学生考试查询系统,初次进入设置管理员账号。同学课程设计作品。...
    vc6.0下的控制台程序,学生考试查询系统,初次进入设置管理员账号。同学课程设计作品。-vc6.0 console under the procedures, examination of referral systems, the initial entry to set up an administrator account. Students design courses.
    2023-01-08 05:35:03下载
    积分:1
  • 可以刷网站PV!对有站但是流量不大的朋友很有帮助
    可以刷网站PV!对有站但是流量不大的朋友很有帮助-Web site can brush PV! But the flow of the station has little helpful Friend
    2022-04-24 08:01:46下载
    积分:1
  • 以前用的,各个窗口控件使用的一一展示,是一个演示窗口控件使用帮助学习VC++的小软件。仅适用版本是VC++ 6.0 ,经本人测试验证,在VC 2005下无法加载...
    以前用的,各个窗口控件使用的一一展示,是一个演示窗口控件使用帮助学习VC++的小软件。仅适用版本是VC++ 6.0 ,经本人测试验证,在VC 2005下无法加载,(见谅~_~)!适合初中学者使用(谁敢说自己是高级经验者,哈哈!)奉献大家,希望有好评!-Previously used in various window controls used to display 11, is a demonstration of the window to help control the use of learning VC++ Small software. Applies only to version VC++ 6.0, as I test verification, in VC 2005 can not load, (~_~)! apologize for the use of junior scholars (Who can say that he is a senior experience, ha ha!) Dedication everyone, hope has received!
    2022-03-21 08:27:16下载
    积分:1
  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • gperftools
    gperftools是google开发的一款非常实用的工具集,主要包括:性能优异的malloc free内存分配器tcmalloc;基于tcmalloc的堆内存检测和内存泄漏分析工具heap-profiler,heap-checker;基于tcmalloc实现的程序CPU性能监测工具cpu-profiler。
    2022-03-06 22:30:46下载
    积分:1
  • 简单的计算器代码
    简易计算器的代码-simple calculator code
    2022-04-10 20:27:36下载
    积分:1
  • 使用信号量进行线程同步控制,是学习多线程编程的好范例
    使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
    2022-02-11 19:32:31下载
    积分:1
  • 这是一个定时关机的源代码自动关机程序,你只需设置一个时间点,便可实现你意想不到功能...
    这是一个定时关机的源代码自动关机程序,你只需设置一个时间点,便可实现你意想不到功能- This is a fixed time Guan Ji source code automatic pass machine procedure, you only must establish a time spot, then may realize your opinion not to be able to think of the function
    2022-07-20 18:01:37下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载