资源列表
4
- ELGAMAL算法的验证 取消掉输入后能够用该算法进行加解密过程-ELGAMAL algorithm validation cancel the input will be capable of using this algorithm encryption and decryption process of
pointer
- 验证指针本质是一个占四个字节的东西,这个东西代表的是变量的地址,并可以通过四个字符保存下来(除函数指针): 将整型,字符型,结构体型数据的地址保存到一个字符数组中,每个地址都只占4个字节。然后从数组中每次取四个,转换成指针,再通过该指针找到原先存的数据。-Verify pointer essence is a total of four bytes of the things this thing represents the address of a variable, and can b
tuixiangzi
- 推箱子,和电脑上的一样,都可以玩的。完全用MFC开发,你玩玩试试sdger-etu iuwh iuh p lopjkrf ueh ouihf iuhf ihfnwkohngolwj oiwejoqk,f owujefmgf.kej plm elknweo
PhotoGallery
- wpf做的图片浏览器,集成一般功能,但不够完善-PhotoGallery design by wpf,it is not perfect.
93317474tracking
- 很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
processcommutication
- 操作系统课程设计,用VC开发可直接下载使用,包含消息机制,共享内存和管道通信-Operating system, curriculum design, developed with the VC can directly download that contains message mechanism, shared memory, and communication channels
Binary_Line_Codes
- 关于二进制线性编码的程序,研究了它的功率频谱图-About binary linear codes of procedures, the study of its power spectrum diagram
GridTreeCtrl_new
- This example demonstrates how to embed a tree and add button cells to Chris Maunder s MFC Grid control (derived from CWnd-This example demonstrates how to embed a tree and add button cells to Chris Maunder' s MFC Grid control (derived from CWnd
CMdiSplit
- 关于窗口分割的源程序,把窗口分割为4部分,包括动态分割和静态分割!挺好的-With regard to split the source window, the window divided into four parts, including dynamic segmentation and static segmentation! Quite good
Chapter14
- LabelTextboxTest的作用,LabelTextboxTest的作用。-LabelTextboxTest
main
- Descr iption: 对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。 注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4. Input Format: 第一行输入数
main
- Descr iption: 采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字
