资源列表

« 1 2 ... .82 .83 .84 .85 .86 4887.88 .89 .90 .91 .92 ... 21467 »

[其他小程序ddvip_com_d8dd5e2d

说明:合同管理非常简单的计数器,只是平常练习时用的简单程序-computer
<梦境> 在 2025-11-22 上传 | 大小:353kb | 下载:0

[其他小程序Mysdl

说明:用SDL实现一个简单的命令行音频播放器,可播放多种格式的音频,如mp3 , mid ,wav等。用到SDL_ Mixer,SDL_ttf-Using SDL to implement a simple command line audio player,mp3 player~~~~~~~~
<林某某> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序SQLServer2005

说明:Connecting to SQL server in VC++ code. Must for every beginner who wants to learn database programming in VC++.
<Sumit> 在 2025-11-22 上传 | 大小:3.28mb | 下载:0

[其他小程序StoreHouseSystem

说明:使用MFC和Sql Server2000编写的仓库管理系统,具有多功能,查询物资、增加物资、删除物资,具有可视化的界面、并且界面友好。-Sql Server2000 using MFC and the preparation of a warehouse management system, with multi-functional, check materials, to increase supplies, delete material, with a visual interface
<胡雯文> 在 2025-11-22 上传 | 大小:5.99mb | 下载:0

[其他小程序chengji

说明:学生信息管理系统 可实现浏览 添加 删除 等操作-Student Information Management System
<张三> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序stack

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

[其他小程序s3

说明:编写一个函数int_to_str,把一个int型数转换成一个字符串-Write a function int_to_str, put an int type number into a string
<> 在 2025-11-22 上传 | 大小: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-22 上传 | 大小: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-22 上传 | 大小: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-22 上传 | 大小:822kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 4887.88 .89 .90 .91 .92 ... 21467 »

源码中国 www.ymcn.org