登录
首页 » Visual C++ » ujrqxnt

ujrqxnt

于 2018-05-21 发布 文件大小:193KB
0 212
下载积分: 1 下载次数: 0

代码说明:

  Visual C++ ,NET数字图像处理实例与解析-钟志光 卢君 刘伟荣 -配套盘()

文件列表:

ReadMe.txt, 4874 , 2002-05-18
1DChildFrm.h, 1315 , 2002-05-21
94ColorTable.h, 5409 , 2002-05-21
DIBapi.h, 2328 , 2002-07-07
GIFAPI.H, 3687 , 2002-07-28
HuffCodeDlg.h, 0 , 2002-07-06
HuffEncodeDlg.h, 1267 , 2002-07-06
MainFrm.h, 1525 , 2002-05-18
OperateDIB.h, 1287 , 2002-07-07
OperateDIBDoc.h, 1826 , 2002-07-07
OperateDIBView.h, 4354 , 2003-09-04
psColorTable.h, 5409 , 2003-04-08
resource.h, 6335 , 2003-09-04
StdAfx.h, 1054 , 2002-05-18
Y24BitsTo256.h, 4 , 2002-05-22
DIBapi.cpp, 34901 , 2003-04-14
GIFAPI.CPP, 36977 , 2002-07-28
HuffCodeDlg.cpp, 0 , 2002-07-06
HuffEncodeDlg.cpp, 2146 , 2002-07-06
j124BitsTo256.cpp, 79 , 2002-05-22
MainFrm.cpp, 3676 , 2002-05-18
OperateDIB.cpp, 4840 , 2002-07-29
OperateDIBDoc.cpp, 6450 , 2002-07-29
OperateDIBView.cpp, 379621 , 2003-09-04
StdAfx.cpp, 212 , 2002-05-18
uChildFrm.cpp, 1554 , 2002-06-09
OperateDIB.exe, 364544 , 2003-04-14
res\Toolbar.bmp, 358 , 2003-04-06
MFM1992, 43520 , 2002-06-01
OperateDIB.aps, 52564 , 2003-09-04
OperateDIB.clw, 4738 , 2003-10-09
OperateDIB.dsp, 5259 , 2003-04-08
OperateDIB.dsw, 543 , 2002-05-18
res\OperateDIB.ico, 1078 , 2002-05-18
res\OperateDIBDoc.ico, 1078 , 2002-05-18
OperateDIB.ncb, 123904 , 2003-10-09
OperateDIB.opt, 72704 , 2003-10-09
OperateDIB.plg, 2721 , 2003-10-09
OperateDIB.rc, 17226 , 2003-09-04
res\OperateDIB.rc2, 402 , 2002-05-18
OperateDIB.sln, 920 , 2003-04-14
OperateDIB.suo, 8192 , 2003-06-05
OperateDIB.vcproj, 5759 , 2003-06-05
res, 0 , 2017-11-17

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

发表评论

0 个回复

  • lingyun2009
    重写线程化操作模块,集群操作时,控制端自动检测CPU使用率而调整工作线程,更加稳定 加强了内网共享传播,文件感染(仅供公司或者网吧测试局域网安全性) DDOS模块添加多种攻击方式,加入了CC变异,无限CC,HTTP空GET,TCP多连接,UDP碎片攻击,发包稳定高效。自带的键盘记录可以穿透杀软的保险箱而正常工作,真正的一键代理,开启3389,内网映射,文件管理支持断点续传 。(Rewrite the threading operation module, cluster operation, the control-side CPU utilization and adjust automatically detect the work of threads, more stability and enhanced communication within the network share, file infection (for companies or Internet cafes test LAN security) DDOS module to add a variety of attacks, joined the CC variation, unlimited CC, HTTP empty GET, TCP and more connection, UDP fragmentation attack, stable and efficient contracting. The keyboard comes with recording software can penetrate to kill the safe and normal operation, the real agent of a key to open the 3389, internal network mapping, document management support for HTTP.)
    2010-07-19 21:36:15下载
    积分:1
  • Process
    VC++系统开发实例精粹 进程查看程序代码 Process(VC++ instance of the essence of the process of system development Process view code)
    2011-05-28 18:57:44下载
    积分:1
  • bmp位图文件的读取保存
    bmp位图文件的读取与保存,可以借此熟悉bmp的文件结构(Read and save bmp bitmap files, you can be familiar with the file structure of bmp)
    2018-11-25 11:34:29下载
    积分:1
  • MultiThreadDownload
    多线程下载工具(有悬浮窗),VC++开源代码下载,多线程下载工具的源码。(Multi-threaded downloading tool (with floating windows), VC++ source code download, multi-threaded downloading tool for source code.)
    2011-10-15 19:15:27下载
    积分:1
  • multithread1.1
    labwindows/cvi 多线程实例 经过自己修改(labwindows/cvi multi-threaded example after their changes)
    2013-06-12 21:55:43下载
    积分:1
  • ProcessInfo
    操作系统中有名的“Process Information.exe”程序,观察当前电脑运行进程信息包含工程文件和执行EXE,注意要在VS上运行,VC6.0的MFC库版本过低,可能不能运行工程文件。(OS famous Process Information.exe program, observe the current computer running process information includes project files and EXE, pay attention to run on VS, MFC library version VC6.0 is too low, you may not run the project file.)
    2015-05-06 18:04:17下载
    积分:1
  • COMOutOfProcess
    进程外组件说明文档,详细介绍进程外组件通信方式(Component-process documentation, detailed component-process communication)
    2010-05-29 14:53:50下载
    积分:1
  • MTThread-and-Queue
    自己写的多线程对队列中插入和删除数据,最重要的是要保持同步,供大家学习(Write your own multi-threaded insert and delete data in the queue, the most important thing is to keep pace for everyone to learn)
    2012-04-26 11:14:01下载
    积分:1
  • MultiThreadDemo
    多线程的演示程序。建立两个线程,分别执行不同的任务(multithreading demonstration program. The establishment of two threads, the various duties)
    2007-06-02 10:14:17下载
    积分:1
  • MFCThread
    MFC创建线程,终止线程,暂停线程,继续线程(MFC to create threads, terminate threads, suspended thread to continue the thread)
    2010-05-26 23:39:34下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载