登录
首页 » Visual C++ » ujrqxnt

ujrqxnt

于 2018-05-21 发布 文件大小:193KB
0 225
下载积分: 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 个回复

  • Process
    VC++系统开发实例精粹 进程查看程序代码 Process(VC++ instance of the essence of the process of system development Process view code)
    2011-05-28 18:57:44下载
    积分:1
  • andmve
    一个小的试验,通过在vb环境下设置串口并发送和接收数据的小程序,(A small test, through in the vb environment set up a serial port to send and receive data and small programs,)
    2017-06-13 22:59:22下载
    积分:1
  • create-and-terminate-Process
    进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容(Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations)
    2013-01-10 10:15:58下载
    积分:1
  • the_smapl_the
    这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机,(This is a small module, shut down the computer can close the win32 and winnt the kernel of the computer,)
    2017-04-23 15:16:34下载
    积分:1
  • 081510
    设计一个按响应比高者优先调度算法实现进程调度的程序。(Design a person according to their response than the high priority scheduling process scheduling algorithm procedure.)
    2010-05-06 23:21:03下载
    积分:1
  • duoxiancheng
    如何实现多线程多任务?这是一个很好的学习例子,想学的可以看看(How to implement multi-threaded multi-tasking? This is a good learning example, want to learn can take a look at)
    2012-11-04 20:06:03下载
    积分:1
  • CPUdrawsina
    采用多线程技术,在任务管理器上显示CPU正弦曲线,挺有意思的,《编程之美》中提到过的(Multi-threading technology, the task manager shows CPU sine curve, very interesting, " Programming of the United States" in the mentioned)
    2013-07-13 21:30:45下载
    积分:1
  • Cpp1
    多线程求卷积1)数据矩阵:256*256 –原始矩阵设置:随机50个点设置为255,其余为0 2)卷积核:5*5 –明确注明所设计的卷积核 3)迭代次数:100 –每5次迭代保存一次数据矩阵 –通过20个结果矩阵,生成动画 初始矩阵随机生成,随机分配50个数的值为255(Multithreading convolution 1) Data Matrix: 256* 256- the original matrix settings: a randomized 50-point set to 255, the rest is 02) convolution kernels: 5* 5- convolution kernel designed specifically stated 3) Iterations: 100- once every five iterations save data matrix- matrix results through 20, randomly generated initial matrix generated animation, randomly assigned number is 255 50)
    2014-03-27 21:51:13下载
    积分:1
  • processDispatch
    进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  1.先进先出调度算法;  2.基于优先数的调度算法;  3.最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  1.当前执行进程;  2.就绪队列;  3.等待队列 附:此程序可直接运行,是操作系统课的经典实验. (scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)
    2021-05-07 04:28:36下载
    积分:1
  • idonot
    多线程编程,线程同步,是编写线程,特别是多线程的好资料(Multi-threaded programming, thread synchronization, is to write a thread, especially multi-threaded good information)
    2015-03-09 18:08:43下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载