资源列表
[控制台(字符窗口)编程] opencv-imageRegegenize
说明:opencv图像的自动识别,包括图像的处理,采集,最后识别。-opencv image automatic identification, including image processing, collection, and finally recognized.<魏荣鑫> 在 2024-11-09 上传 | 大小:1.28mb | 下载:0
[控制台(字符窗口)编程] sleeping_barber-li-5k
说明:操作系统课程设计 理发师睡眠问题 经典ipc-Courses on operating system design classic barber sleep problems ipc<jadelin> 在 2024-11-09 上传 | 大小:4kb | 下载:0
[控制台(字符窗口)编程] mytest_libusb
说明:此工程建在vs2010里面 使用前只需在main cpp里面把idVendor idProduct改为自己的USB设备ID #define MY VID 0x0666 #define MY PID 0x0001 即可直接打开 最简单的调用libusb w32的API程序了-The project built in vs2010 just in main CPP before use the idVendor idProduct inst<李伟> 在 2024-11-09 上传 | 大小:10.15mb | 下载:0
[控制台(字符窗口)编程] VirtualQQ
说明:模拟QQ,主要是注册登录、好友管理、群管理之类的东西,做的比较细,但是功能不健全,还没有实现通讯,适合初学C++的参考-Simulation QQ, mainly Sign, things friends management, group management and the like, to do more fine, but the function is not perfect, yet achieve communicatio<rww> 在 2024-11-09 上传 | 大小:4.31mb | 下载:0
[控制台(字符窗口)编程] Convert-image-to-negative-grayscale-threshold
说明:Converting RGB image to negative, gray scale and threshold image.<Himali weerasinghe> 在 2024-11-09 上传 | 大小:4.46mb | 下载:0
[控制台(字符窗口)编程] Log-transformation--gray-level--histogram
说明:Find log transformation, gray level, histogram of an image.<Himali weerasinghe> 在 2024-11-09 上传 | 大小:4.46mb | 下载:0
[控制台(字符窗口)编程] Mean-filters
说明:Find Arithmetic mean,geometric mean, contraharmonic mean, harmonic mean filters.<Himali weerasinghe> 在 2024-11-09 上传 | 大小:5.25mb | 下载:0
[控制台(字符窗口)编程] Logic-operators
说明:Apply AND, OR operators for an image.<Himali weerasinghe> 在 2024-11-09 上传 | 大小:5.98mb | 下载:0
[控制台(字符窗口)编程] Non-linear-filters
说明:Apply non-linear filters(Median, max, min filters).<Himali weerasinghe> 在 2024-11-09 上传 | 大小:5.54mb | 下载:0
[控制台(字符窗口)编程] C-procedure
说明:哈夫曼树,函数嵌套验证哥德巴赫猜想,汉诺塔问题,循环队列实现,杨辉三角的递归解决方案-Huffman tree, nested function verify goldbach conjecture, Hanoi problem, circular queue implementation, Yang hui triangle recursive solution<yangshuang> 在 2024-11-09 上传 | 大小:4kb | 下载:0
[控制台(字符窗口)编程] Huffman-Tree
说明:使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the<yyy> 在 2024-11-09 上传 | 大小:2.74mb | 下载:0
[控制台(字符窗口)编程] zi-dian
说明:字典树设集合S由若干单词(英文)组成,给定字符串K,在S中查找与K最佳匹配的结果。最佳匹配的结果定义为:与K有最长共同前缀的字符串。 例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。 -Dictionary tree set S by a number of word<yyy> 在 2024-11-09 上传 | 大小:669kb | 下载:0