-IMDN开发者社群-imdn.cn"> - IMDN开发者社群-imdn.cn">
登录
首页 » Visual C++ » BMP

BMP

于 2020-06-16 发布 文件大小:45KB
0 174
下载积分: 1 下载次数: 0

代码说明:

bmp压缩算法 联合开发网 - pudn.com

文件列表:

BMP\BMP.APS, 28388 , 2009-04-23
BMP\BMP.clw, 2315 , 2007-08-31
BMP\BMP.cpp, 4163 , 2007-08-31
BMP\BMP.dsp, 4492 , 2007-08-31
BMP\BMP.dsw, 531 , 2007-08-31
BMP\BMP.h, 1210 , 2007-08-31
BMP\BMP.ncb, 74752 , 2009-04-23
BMP\BMP.opt, 48640 , 2009-04-23
BMP\BMP.plg, 1654 , 2009-04-23
BMP\BMP.rc, 10502 , 2007-08-31
BMP\BMPDoc.cpp, 1682 , 2007-08-31
BMP\BMPDoc.h, 1442 , 2007-08-31
BMP\BMPView.cpp, 10909 , 2007-09-01
BMP\BMPView.h, 1750 , 2007-08-31
BMP\Debug\BMP.exe, 127033 , 2009-04-23
BMP\MainFrm.cpp, 2504 , 2007-08-31
BMP\MainFrm.h, 1581 , 2007-08-31
BMP\ReadMe.txt, 4239 , 2007-08-31
BMP\res\BMP.ico, 1078 , 2007-08-31
BMP\res\BMP.rc2, 395 , 2007-08-31
BMP\res\BMPDoc.ico, 1078 , 2007-08-31
BMP\res\Toolbar.bmp, 1078 , 2007-08-31
BMP\Resource.h, 488 , 2007-08-31
BMP\StdAfx.cpp, 205 , 2007-08-31
BMP\StdAfx.h, 1054 , 2007-08-31
BMP\Debug, 0 , 2009-06-12
BMP\res, 0 , 2007-09-01
BMP, 0 , 2009-04-23

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

发表评论

0 个回复

  • ADDRESSbook
    说明:  VC++编写的通迅录,可实现增加,修改,删除等等功能,利用了多个控件,对初学者非常有帮助!!(VC++ written communication records, can be realized to increase, modify, delete, etc. capabilities, the use of a number of controls, very helpful for beginners! !)
    2011-04-12 20:33:29下载
    积分:1
  • vbpmnh
    一个小程序,利用vb6实现空间平面拟合的源代码。(The space plane fitting vb6 source)
    2013-04-06 21:57:35下载
    积分:1
  • KillProcessByAPC
    说明:  APC强杀进程,内核开发,可以杀死大部分安全软件。(APC strong kill the process, kernel development, can kill most of the security software.)
    2011-03-30 19:19:28下载
    积分:1
  • 我做的银行家算法
    说明:  过一个学习《操作系统》课程的学习,掌握了许多书本上的知识,但是对书上的概念并没有真正意义的了解。这次课程设计,就是通过模拟银行家算法来避免死锁的产生,加深对进程死锁概念的理解。 .课程设计的要求 通过对银行家算法的模拟,用户输入进程跟资源的数目,再给每个进程的每个资源申请资源,用以判断进程是否会出现死锁,若出现死锁,就释放整个内存的资源,总而减轻操作系统的负担。 课程设计的题目 本次操作系统课程设计的题目为《模拟银行家算法》。(than a learning "system" courses of study and master the many books on the knowledge, but the book on the concept and there is no real understanding. This curriculum design, simulation algorithm bankers to avoid deadlock the selection process to deepen understanding of the concept of deadlock. . Curriculum design requirements of bankers algorithm simulation, process user input with the number of resources, or give each process every resource for resources, the process used to determine whether there will be deadlock if there Deadlock on the release of the entire memory resources, and reduce the total burden of the operating system. The curriculum design of the operating system subject curriculum design on the topic of "simulation algorithm bankers.")
    2021-01-02 00:38:57下载
    积分:1
  • GPSDIY
    说明:  GPS串口通信程序,新建了一个数据库ACCESS,在显示当前GPS信息的同时可以存储以前记录过的信息,保存在数据库中,便于以后查阅。当前GPS信息包括:时间,经度,纬度,速度,真实航向以及磁偏移(GPS serial port communication program, a database of new ACCESS, show the current GPS information can be stored at the same time the information previously recorded, stored in a database for easy access later. The current GPS information including: time, longitude, latitude, speed, true course and magnetic offset)
    2009-08-06 15:19:07下载
    积分:1
  • 软件注册窗口切换
    说明:  软件注册窗口切换,VB6.0 源码,学习中……学习中……学习中……学习中……学习中……(Software Registration Window Switching)
    2020-06-23 16:40:01下载
    积分:1
  • usb_20
    usb2.0协议相关文档,有助于程序开发,请参考上传得代码使用。(USB2.0 protocol-related documents, contribute to program development, please refer to upload a code to use.)
    2008-07-22 01:53:22下载
    积分:1
  • ghOst-Remote-1.0
    ghOst远控1.0源码,相比于3.6更稳定,视频超快。(ghOst Remote Control 1.0 source code, compared to 3.6 more stable, ultra-fast video.)
    2020-07-30 14:38:37下载
    积分:1
  • V2
    说明:  下载Chrome扩展。。。。。。。。。。。。(Download Chrome Extension)
    2011-10-06 14:22:33下载
    积分:1
  • 读写优先
    事件对象解决读写者问题实现P、V操作用Win32提供的同步对象实现P、V操作,并使用它们解决读者-写者问题 利用事件机制模拟多值信号量。(Event object solves the problem of reader writer)
    2020-10-26 14:29:59下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载