资源列表
[汇编语言] zhifangtujiansuo
说明:基于内容的图像检索(Content-based Image Retrieval,简称CBIR)技术被提出。这一技术的出现提高了图像检索的准确性,它通过提取图像本身的内在客观特征如颜色、纹理、形状、布局等关系,并比较这些视觉特征间的相似性,自动搜索出符合用户要求的图像。-Content-based image retrieval (Content-based Image Retrieval, referred to as CBIR) techniques have been proposed. T<周佳森> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[汇编语言] Two-48-multiplying
说明:用MasmforWindows集成试验环境,通过汇编语言实现两个48位的数相乘。-Multiplied by the number of test environment, two 48-bit assembly language to achieve integrated MasmforWindows.<水中月> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[汇编语言] Assembly-arithmetic
说明:本程序实现从键盘输入2个操作数和一个四则运算的操作符,结果通过屏幕显示。-This procedure to achieve two operands and a four arithmetic operators, entered from the keyboard results through the on-screen display.<水中月> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[书籍源码] the-Definition-of-Order-List
说明:设有两个整数类型的顺序表A(有m个元素)和B(有n个元素),其元素均从小到大排列。试编写一个函数,将这两个顺序表合并成一个顺序表C,要求C的元素也从小到大排列。-Sequence table has two integer type A (m elements) and B (n elements), whose elements are in ascending order. Try to write a function that the two order tables into a se<chentao> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[书籍源码] calcutoracomplex
说明:大学C++ 课程 第七版 课后习题 标准答案 仅供参考-The seventh edition of the university C++ programs after-school exercise standard answer for reference only.<张国> 在 2025-06-23 上传 | 大小:2kb | 下载:0
[书籍源码] deck-of-cards
说明:编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C<张国> 在 2025-06-23 上传 | 大小:2kb | 下载:7