-
两个数比大小
#include
int main()
{
int m,n;
scanf("%d %d",&m,&n);
if(m>n)
return m;
else
return n;
}
- 2022-08-16 08:36:06下载
- 积分:1
-
student
学生信息管理系统
学生信息管理系统
学生信息管理系统(Student Information Management System Student Information Management System Student Information Management System)
- 2020-07-03 02:20:02下载
- 积分:1
-
一个小而精的删除目录程序,也是给初学者看的:D
一个小而精的删除目录程序,也是给初学者看的:D-a small but excellent directory deletion procedures, as well as beginners to read : D
- 2023-05-26 11:20:03下载
- 积分:1
-
kdta_pgogramming
说明: VC远程监控系统+源代码,非常好的远程监控源码,不错(VC remote monitoring system source code, very good remote monitoring source code, good)
- 2019-04-06 22:48:18下载
- 积分:1
-
自然连接
计算任意两个表的简单自然连接过程。假设有两个表A、B,分别为m1行、n1列和m2行、n2列,求它们简单自然连接的结果C=A B(i=j)。(A simple natural join procedure for computing two arbitrary tables. Suppose there are two tables A and B, which are M1 rows, N1 columns and M2 rows, N2 columns, and the result of their simple natural connection is C=A B (i=j).)
- 2017-10-31 17:35:34下载
- 积分:1
-
MeanShift
meanshift算法其实通过名字就可以看到该算法的核心,mean(均值),shift(偏移),简单的说,也就是有一个点 ,它的周围有很多个点 我们计算点 移动到每个点 所需要的偏移量之和,求平均,就得到平均偏移量,(该偏移量的方向是周围点分布密集的方向)该偏移量是包含大小和方向的。然后点 就往平均偏移量方向移动,再以此为新的起点不断迭代直到满足一定条件结束。上传的文件有数据,有代码,直接可以运行。
- 2022-02-13 23:54:50下载
- 积分:1
-
2.4G无线通信应用
说明: 通过STM32控制2.4G WIFI模块,实线无线通信(Communicatie between STM32 and 2.4G WIFI moudle.)
- 2020-06-17 09:40:01下载
- 积分:1
-
code-car
基于ARM9的星际漫游机器人,能够自主循迹,碰到障碍物后会自动返回(ARM9-based the interstellar roaming robots, autonomous tracking, automatically returns after tripping over obstacles)
- 2012-11-23 21:20:08下载
- 积分:1
-
route_issue
航线问题的解决,这个航线问题是c++学习中必须掌握的算法问题里的最为常见的算法问题,从而解决最短距离算法。(
Solve these problems, this route issue is c++ learning algorithm must master the most common problems in algorithmic problems, so as to solve the shortest distance algorithm.)
- 2016-06-02 00:00:46下载
- 积分:1
-
Producer_Consumer
基于 LINUX环境下的生产者和消费者问题(LINUX-based environment, producers and consumer issues)
- 2011-10-20 10:54:12下载
- 积分:1