资源列表

« 1 2 ... .09 .10 .11 .12 .13 16514.15 .16 .17 .18 .19 ... 21467 »

[其他小程序stack

说明:关于栈的一系列操作,作为数据结构的实验 很不错-A series of operations on the stack
<张源> 在 2025-11-23 上传 | 大小:233kb | 下载:0

[其他小程序o1

说明:定义一个由int型元素所构成的线性表类LinearList,它有下面的成员函数: bool insert(int x, int pos) //在位置pos之后插入一个元素x。 //pos为0时,在第一个元素之前插入。 //操作成功时返回true,否则返回false。 bool remove(int &x, int pos) //删除位置pos处的元素。 //操作成功时返回true,否则返回false。
<> 在 2025-11-23 上传 | 大小:839kb | 下载:0

[其他小程序gsxt

说明:简单的工商商品查询,有增加,删除,修改,asp.net,C#语言编写的-Industrial and commercial products simple queries, there are add, delete, modify, asp.net, C# language of the
<璐璐> 在 2025-11-23 上传 | 大小:4mb | 下载:0

[其他小程序o3

说明:定义元素类型为int、元素个数不受限制的集合类Set,包括:<=(包含于)、==(相等)、!=(不等)、 |(并集)、 &(交集)、-(差集)、+=(增加元素)、-=(删除元素)等操作(38)-Defined element type is int, the number of unrestricted elements in a collection of class Set, including: " = (equal ),!=( included in ),==( range
<> 在 2025-11-23 上传 | 大小:837kb | 下载:1

[其他小程序s3

说明:编写一个函数int_to_str,把一个int型数转换成一个字符串-Write a function int_to_str, put an int type number into a string
<> 在 2025-11-23 上传 | 大小:855kb | 下载:0

[其他小程序s4

说明:4. 实现下面的数组元素交换位置函数: void swap(int a[], int m, int n) 该函数能够把数组a的前m个元素与后n个元素交换位置,即, 交换前:a1,a2,...,aM, aM+1,aM+2,...,aM+N 交换后:aM+1,aM+2,...,aM+N, a1,a2,...,aM 要求:除数组a外,不得引入其它数组。 -4. To achieve the following elements of the exchange p
<> 在 2025-11-23 上传 | 大小:843kb | 下载:0

[其他小程序s5

说明:编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function int squeeze (char s1 [], const char s2 []), remove it from the string s1 where s2 occurs all the characters, the function returns the number of character
<> 在 2025-11-23 上传 | 大小:833kb | 下载:0

[其他小程序s6

说明:6. 编写一个函数find_replace_str,其原型如下: int find_replace_str(char str[], const char find_str[], const char replace_str[]) 要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。 -Six. Write a function find_replace_str, w
<> 在 2025-11-23 上传 | 大小:822kb | 下载:0

[其他小程序s7

说明:7. 编写一个程序,从键盘输入一批学生的成绩信息,每个学生的成绩信息包括:学号、姓名以及3门课的成绩。然后按照平均成绩由高到低顺序输出学生的学号、姓名以及平均成绩。-7. Write a program from the keyboard a number of student achievement information, information on each student' s accomplishments include: Student ID, name, and thre
<> 在 2025-11-23 上传 | 大小:860kb | 下载:0

[其他小程序s9

说明:9. 编写一个程序解八皇后问题。八皇后问题是:设法在国际象棋的棋盘上放置八个皇后,使得其中任何一个皇后所处的“行”、“列”以及“对角线”上都不能有其它的皇后。 本题给的是其中的一组解-9. Write a program solution of the eight queens problem. Eight queens problem is: try to place the chess board eight queen, making any one of the Queen in w
<> 在 2025-11-23 上传 | 大小:681kb | 下载:0

[其他小程序source

说明:串口调试,一个很好的串口调试工具..是用qt4开发的-Serial debugging, a good debugging tool for serial port is to use qt4 development .. ..
<流氓> 在 2025-11-23 上传 | 大小:49kb | 下载:0

[其他小程序baizhongyingkehouxitidaan

说明:白中英组成原理课后习题答案。可能不怎么全面,但是也比较准确。希望对大家有用-Bai after-school English Composition Principle Problem answer. May be less comprehensive, but also more accurate. Want to be useful to everyone
<小张> 在 2025-11-23 上传 | 大小:627kb | 下载:0
« 1 2 ... .09 .10 .11 .12 .13 16514.15 .16 .17 .18 .19 ... 21467 »

源码中国 www.ymcn.org