-
DMC2210-hardware
DMC2210硬件手册。该手册是DMC2210控制卡的硬件参数说明以及硬件编程所应注意的问题等。(DMC2210 hardware manual. The manual is a hardware parameter descriptions and hardware programming DMC2210 control card should pay attention to the issues.)
- 2014-01-15 12:26:40下载
- 积分:1
-
编译原理-文法分析器
一个简单的C语言文法分析器,构建LL(1)分析表,实现LL(1)分析。操作方法:行数+文法内容
/*
8
E->T+E
E->T-E
E->T
T->F*T
T->F/T
T->F
F->(E)
F->i
*/
- 2022-01-25 16:19:08下载
- 积分:1
-
harris角点检测,改进传统检测的缺点
harris角点检测,改进版,改进传统检测的缺点。检测更准确, 速度更快。
- 2022-07-14 18:00:50下载
- 积分:1
-
procSchduleshijianpian
计算机操作系统时间片轮度算法的C语言程序(Computer operating system time slice round degree algorithm C language program)
- 2013-06-16 16:25:13下载
- 积分:1
-
gps坐标转换
读取gps数据,转为度分秒,转为度。高斯投影等。(Read the GPS data into degrees minutes into degrees.)
- 2017-06-27 16:52:59下载
- 积分:1
-
MISRA-C-2004_工业标准的C编程规范_中文版
规则都是针对的是C语言本身缺陷或容易被误解的点,如:自动变量如果不初始化就使用会出现随机值、不同类型数据赋值容易出现的隐式转换;没有包含诸如注释、变量名、编码格式等统一编程风格的内容。(The rules are for the C language itself is defective or misunderstood, such as: if you do not use the automatic variable initialization will appear random values, implicit prone to different types of data assignment conversion; does not contain such as comments, variable names, encoding format unified programming style content.)
- 2017-08-22 15:30:28下载
- 积分:1
-
1
说明: 顺序表的基本操作:1. 编写函数,输入一组整型元素序列,建立一个顺序表。
2. 编写函数,实现对该顺序表的遍历。
3. 编写函数,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位置i,否则返回错误信息。
4. 编写函数,实现在顺序表的第i个位置上插入一个元素x的算法。
5. 编写函数,实现删除顺序表中第i个元素的算法。
6. 编写利用有序表插入算法建立一个有序表的函数。
7. 编写函数,利用以上算法,建立两个非递减有序表,并把它们合并成一个非递减有序表。
8. 编写函数,实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。
9. 编写一个主函数,在主函数中设计一个简单的菜单,分别调试上述算法。
(The basic operation of the order form)
- 2010-06-15 18:15:32下载
- 积分:1
-
GPSDIY
说明: GPS串口通信程序,新建了一个数据库ACCESS,在显示当前GPS信息的同时可以存储以前记录过的信息,保存在数据库中,便于以后查阅。当前GPS信息包括:时间,经度,纬度,速度,真实航向以及磁偏移(GPS serial port communication program, a database of new ACCESS, show the current GPS information can be stored at the same time the information previously recorded, stored in a database for easy access later. The current GPS information including: time, longitude, latitude, speed, true course and magnetic offset)
- 2009-08-06 15:19:07下载
- 积分:1
-
Go-ICP_V1.3
Go ICP for the registration of point couds
- 2017-03-06 23:42:41下载
- 积分:1
-
NISwGSP-master
说明: NISwGSP stitching . 新一代的图像拼接(image stitching new. more powerful than apap)
- 2020-06-26 14:40:01下载
- 积分:1