-
Visual C++ ADO数据库编程基础教程,word版
Visual C++ ADO数据库编程基础教程,word版-Visual C++ ADO database programming-based tutorials, word version
- 2022-10-03 01:25:03下载
- 积分:1
-
maze is the essence of the plan traverse the problem, we can use a two
迷宫的问题实质上就是图的遍历问题,我们可以用一个二维数组存储一个迷宫的各个结点,给定一个开始的坐标和一个结束的坐标.本程序可以寻找一条路径,但这条路径不是最短的.就是说不是最优的.-maze is the essence of the plan traverse the problem, we can use a two-dimensional array storage a maze of the various nodes, to set a beginning and an end coordinates of the coordinates. This procedure can find a path, but this is not the shortest path. Not to say the best.
- 2022-05-24 03:36:41下载
- 积分:1
-
真彩BMP图像转化为256色,以及灰度化源代码,有参考价值。
真彩BMP图像转化为256色,以及灰度化源代码,有参考价值。-True color BMP images into 256 colors, as well as the gray of the source code, have reference value.
- 2022-02-06 00:55:29下载
- 积分:1
-
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。...
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。-This program is a process of the calculation of the memory space allocated a small program, you can use different colors for different memory footprint.
- 2022-07-24 11:00:50下载
- 积分:1
-
Panoramastitch
全景图像拼接,采用sift特征点进行特征匹配,然后Ransac筛选,配准图像,经过图像融合,实现无缝拼接。改代码为命令行形式,有需要需要自行修改!
- 2022-07-24 08:30:55下载
- 积分: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
-
图书管理系统,jdk1.9
图书管理系统,Java,Sqlserver,Eclipse。
1. 绘制系统的功能结构及流程图,并完成项目实验报告;2. 在eclipse中测试数据库的连接;3. 新建eclipse项目,预先导入图片文件等资源;4. 代码完成后进行测试与排错。
- 2022-02-22 10:17:32下载
- 积分:1
-
类似于XP界面的左
类似XP左边的那个界面-Similar to the left of the XP interface
- 2022-02-03 06:18:58下载
- 积分:1
-
ftpwindow.cpp
金
这允许用户与服务器下载或上载文件或使用 FTP 服务器进行通信的 Qt 应用程序
- 2022-06-28 08:14:41下载
- 积分:1
-
Crypt RSA, WinCrypt
RSA crypt Wincrypt,代码演示RSA加密,解密。打开文件加密.txt,使用明文进行加密。
- 2022-12-19 18:00:03下载
- 积分:1