-
calculate squareroot
//求给定面积的圆的半径。
- 2022-01-22 08:37:55下载
- 积分:1
-
实验C++编程算法的回溯法解决01背包
算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
- 2022-03-22 14:11:04下载
- 积分:1
-
一个VB PIM
一个VB PIM-a VB PIM
- 2022-04-20 17:01:30下载
- 积分:1
-
把bin文件转换成c文件
把bin文件转换成c文件-put bin paper documents converted into c
- 2022-03-19 21:59:01下载
- 积分:1
-
《面向对象程序设计》第十章的例子的源代码
《面向对象程序设计》第十章的例子的源代码- Object-Oriented Programming Chapter X of the example source code
- 2022-03-25 09:31:08下载
- 积分:1
-
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能....
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能.-Within a Windows calculator as a template to imitate its simple calculator function, apart from the memory function M.
- 2023-05-07 00:30:02下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, s
Cpphtml is a utility to convert your C++ code to HTML. If you have a C++ file, say myprogram.cpp, and you want to put it on your website, you can run it through Cpphtml which will convert the code to HTML with all comments, keywords and preprocessor directives highlighted. Cpphtml will send all output to cout, so you have to redirect the output to a file if you want to create a HTML file
- 2022-12-14 19:50:03下载
- 积分:1
-
这是java开发的一些小程序,对于学习Java很有帮助
这是java开发的一些小程序,对于学习Java很有帮助-This is the development of some small procedures, helpful for learning Java
- 2022-01-25 17:31:56下载
- 积分:1
-
This program plots 3 trigometric graphs namely sin, cos and tan.
这个程序绘制3个三角图,即sin、cos和tan。
- 2023-01-08 18:20:04下载
- 积分:1