搜索资源列表
csxj
- 定义一个名为Integer的类,具有数据成员d,成员函数GetD()获取d的值,SetD(int)设置d的值,IsOdd()判断d是否为偶数,IsPrime()判断d是否为一个素 数,并设计主函数用一个对象分别设置d的值为15和31,测试这个类 -, and to design the main function of an object with the value of d were set to 15 and 31, to test the class
cx4
- 。在提取图像特征点的时候采用提取角点的方式,用角点检测与图像的局部自相关函数紧密结合的方法,通过角点分析来判断待检测点是否为角点。-In the extraction of image features: by the way, extracts angular point with corner detection and image of partial autocorrelation function of integrated method, through the corner to
happy
- 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
IP
- 一个能自动判断是否为正确IP的函数,正确返回真,否则返回假。-Can automatically determine whether the correct IP address, the successful return true, otherwise returns false
shujujiegou
- 数据结构站的操作;1.输入一组整型元素序列,建立顺序表。 2.实现该顺序表的遍历。 3.在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。 4.判断该顺序表中元素是否对称,对称返回1,否则返回0。 5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 6.输入整型元素序列利用有序表插入算法建立一个有序表。 7.利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。 8.编写一个主函数,调试上述算法。 -The data
shiyan01
- 整型栈是一种先进后出的存储结构,对其进行的操作通常包括判断栈是否为空、向栈顶添加一个整型元素、出栈等。整型栈类型及其操作函数采用非面向对象的纯C语言定义,请将完成上述操作的所有函数采用纯C语言编程, 然后写一个main函数对栈的所有操作函数进行测试。-Integer stack is advanced out after a storage structure, operating its typically include determining whether the stack is em