-
TcpMultiTransfer
TCP端口映射工具,有几种工作模式,可以简单的映射端口,可以通过几种模式配合实现端口反弹(在防火墙只允许单向访问的时候将内网的服务映射到外网)可以实现在只允许访问一个端口的情况下访问任意端口等。可以对TCP数据加密,防止在网络上被人监听。可以多种模式串联起来实现复杂网络环境下的网络访问(TCP port mapping tool, there are several operating modes, can simply map the port, with the port rebound (in the firewall to allow only one-way access when mapped within network services to the external network) through several modes can be achieved in only access to any port, such as in the case to allow access to a port. TCP data encryption, to prevent be listening on the network. Series can be a variety of modes of the complex network environment, the network access)
- 2013-01-04 22:14:46下载
- 积分:1
-
钻石矿工
算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(动态规划)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from the top of Pyramid. Diamond is collected as high as possible. Every layer can only lean from one brick to the left or to the right to go to the next brick at a time. The design algorithm is used to find the maximum value and path of the obtained diamond. (dynamic programming))
- 2020-10-21 08:37:24下载
- 积分:1
-
Draw
c++图形的绘制(曲线图.饼状图.柱状图) 以及 图形的打印 与打印预览(c++ graphics rendering (curves. caky Fig. histogram), and graphics printing and print preview)
- 2008-07-21 10:49:43下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
VideoCaptureAndDisplay
VFW(Video for Windows)函数是Windows环境下实现视频捕获的重要工具,是Windows操作系统增设的视频服务库。由于VFW函数可以方便地实现视频、音频数据流到AVI文件的存储,在Visual C++中也将VFW函数称为AVICAP窗口类函数。AVICAP窗口类为应用程序提供了一个基于访问视频采集硬件的、基于消息的接口,从而使之能访问视频和波形文件,能灵活的实现从模拟视频源采集数字视频信号,并将所捕获的视频流存储到磁盘或直接对视频缓存进行处理。(VFW (Video for Windows) function is a Windows environment, an important tool for video capture is the Windows operating system, library of additional video services. Because the function can be easily achieved VFW video and audio data stream to AVI file is stored in the Visual C++ will also function as AVICAP VFW window class function. AVICAP window class provides applications access the video capture of a hardware-based, message-based interface, so that it can access video and waveform files can be a flexible source capture analog video from a digital video signal, and the video captured stream is stored to disk or directly to the video buffer for processing.)
- 2011-01-05 11:10:45下载
- 积分:1
-
zhanghaitan
简单的raw图像显示全过程。
包括:
1.raw图片的打开、显示。
2.此为win32 api编程
3.可熟悉raw图片格式 92*112(用记事本打开)(source code for RAW picture,which finish the task of showing the image and opening the image。It can help know the format of the RAW,how to edit the picture by vc++)
- 2011-04-23 10:29:11下载
- 积分:1
-
XListCtrl_demo
ListCtrl的应用,各种样式的实用,方便你挑选属于自己界面格式的list控件(ListCtrl applications, a variety of styles and practical, allowing you to pick your own list control interface format)
- 2013-11-26 16:01:18下载
- 积分:1
-
smat2c
matlab语言转换成学语言,源程序主要用于生成粒子群算法(matlab language into learning the language, the source is mainly used to generate the PSO)
- 2013-10-13 11:32:21下载
- 积分:1
-
VTK读取30张Dicom图片三维重建
利用VTK三维重建软件与VS2010结合,读取格式为Dicom的系列图像,并能显示三维重建结果,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read the format of Dicom series of images, and can display three-dimensional reconstruction results, the language is C++ language)
- 2021-01-06 17:28:53下载
- 积分:1
-
ML
说明: 人脸识别和表情识别的神经网络算法,比较简单的一种算法(Face recognition and expression recognition of neural network algorithm, a relatively simple algorithm)
- 2009-07-30 14:30:12下载
- 积分:1