-
冒泡排序
#include < iostream.h > #define类int公共voidvoidvoid sortLogic() ; void bubsort:: getdata() {
cout arr [i] ; void bubsort:: showdata() {
cout
- 2022-02-07 05:45:31下载
- 积分:1
-
The program is a complete 9834 test procedures, these procedures can be transfor...
该程序是完整的9834的测试程序,可以将这程序转变成C程序,直接可用-The program is a complete 9834 test procedures, these procedures can be transformed into C procedures directly available
- 2022-01-28 17:46:35下载
- 积分:1
-
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its...
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures.
The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files. -BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files.
- 2022-01-27 11:15:20下载
- 积分:1
-
数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。...
数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。-A Sudoku game whith can easily create and save a custom game.It has a simple automatic solving algorithm build-in.
- 2022-08-11 16:35:43下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
windows下编程的入门资料,一份给初学者很不错的资料
windows下编程的入门资料,一份给初学者很不错的资料-windows under introductory information on the program, a very good beginners to the information
- 2022-07-15 23:15:54下载
- 积分:1
-
游戏中的贪吃蛇游戏项目
资源描述这基本上是一个游戏中的蛇游戏,但在这个项目中,我们使用了更多的功能来加载游戏,让玩家有良好的印象…当你编译或运行此代码需要加载然后实际游戏时间开始。
- 2023-08-26 16:35:03下载
- 积分:1
-
这个论坛也不错.适合做毕业设计的,包含大多数基本功能
这个论坛也不错.适合做毕业设计的,包含大多数基本功能-this forum is a good one. Suitable for graduation design, including most of the basic functions
- 2022-06-21 02:47:19下载
- 积分:1
-
一些简单的信息学竞赛试题,以前做的。大家可以看看,有意见可以批评...
一些简单的信息学竞赛试题,以前做的。大家可以看看,有意见可以批评-some simple questions Informatics race before done. As we can see, there are views to be criticized
- 2022-12-18 18:35:03下载
- 积分:1
-
本源码将UNIX文档转为WINDOWS文本
本源码将UNIX文档转为WINDOWS文本-This program can change the Unix document to Windoes document
- 2023-03-29 14:50:03下载
- 积分:1