资源列表
reply_1_855734
- // Canny算子 void Canny(LPBYTE pGray, SIZE sz, double sigma, double dRatLow, double dRatHigh, LPBYTE pResult) { //经过高斯滤波后的图像 LPBYTE pGaussSmooth pGaussSmooth = new unsigned char[sz.cx*sz.cy] //x方向导数的指针 int *pGradX pG
xsjl
- 简单信使小精灵,主要在局域网内进行信息的传送-simple messenger elf, mainly in the LAN for the transmission of information
AutoTestCase
- 软件测试之测试用例自动生成 包括健壮性测试,边界测试,路径测试,etc-software testing automatic test case generation, including robustness testing, testing boundaries, the road test, etc.
qddown_vc11084234235245
- 基于TCP网络聊天室设计,有兴趣的可以来看一下哈-network based on TCP chat room design, are interested can stand Kazakhstan
socketvczx_chatroom
- 功能比较齐全的高级SOCKET聊天室设计源代码-more complete functional senior SOCKET chat room design source code
FileTrick
- 1.程序的设计思路 该程序用于对一个文件夹下的所有文件进行扰乱,使程序打不开(文本文件除外)。 扰乱算法,是把每个源文件的头部500字节保存到一个目的文件中,并记录该源文件文件名于目的文件中,源文件中的头部500字节用0代替。而目的文件为每个源文件提供的1k的固定长度存放头部500字节和源文件的文件名,源文件的修改后文件名为其信息在目的文件中的偏移序号,并且以.trick为后缀。 复原算法,就是以上过程的逆过程。 另外,考虑到文件扰乱的权限问题,本程序在执行扰乱时需要设置口令,执
shiyongjisuanchengxu
- 一个简单的实用计算器程序,VC++实现,DOS窗口-a simple practical calculator program, VC, DOS window
houxubianli
- Visual C++实现的二叉树的后序遍历-Visual C realization of the binary tree after preorder
pingmubaohuchengxu
- 一个用VISUAL C++实现的屏幕保护程序-a VISUAL C achieved with the screen saver
gaosisaideer
- 用Visual C++实现的高斯—赛德尔迭代法-achieve with Visual C Gauss - Seidel iterative method