-
摄像机标定程序:使用MATLAB语言,对蔡的主要程序…
摄像机标定程序:用matlab语言编写,主程序为 Tsai,参考 TestData 以了解调用方法-camera calibration procedures : using Matlab language, the main program for Tsai, TestData reference to understand call methods
- 2022-08-15 05:45:37下载
- 积分:1
-
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息...
学生信息管理程序清单
功能要求:根据用户输入的学生序号,输出该学生的全部成绩,总分、平均分;
显示所有学生的信息;
显示有不及格课程的学生信息。-Student Information Management program list functional requirements: number of students based on user input, the output of all the student achievement total score, with an average points display the information of all students show that students do not pass the information.
- 2022-03-31 06:09:01下载
- 积分:1
-
51单片机波特率计算器,可以输入波特率计算初值,也可初值计算波特率,很好用的,节省时间...
51单片机波特率计算器,可以输入波特率计算初值,也可初值计算波特率,很好用的,节省时间-51 MCU baud rate calculator, you can enter the baud rate calculation of the initial value can also be calculated initial baud rate, good use and save time
- 2022-03-22 07:05:37下载
- 积分:1
-
天文辐射计算,是气象、水文等行业所必备程序,不错
天文辐射计算,是气象、水文等行业所必备程序,不错-Calculation of solar radiation, meteorological, hydrological and other industries necessary procedures, good
- 2022-07-20 09:05:32下载
- 积分:1
-
网页设计与制作 全部课件
配《网页设计与制作》
网页设计与制作 全部课件
配《网页设计与制作》-Web design and production of all the courseware with
- 2022-10-17 15:10:04下载
- 积分:1
-
动态连接库编程,可以将系统资源放在动态链接库中,实现对动态连接苦进行访问...
动态连接库编程,可以将系统资源放在动态链接库中,实现对动态连接苦进行访问-DLL programming, system resources can be placed on dynamic link library, and realize the hardships Dynamic Link visit
- 2023-07-07 23:55:02下载
- 积分:1
-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1
-
灰色理论原理,对数学建模解决预测问题很有用的ppt,如有不足,希望大家多多改正!...
灰色理论原理,对数学建模解决预测问题很有用的ppt,如有不足,希望大家多多改正!-Gray theory principle of mathematical modeling to solve the issue of prediction useful ppt, is insufficient, I hope everyone a lot to correct!
- 2022-05-20 13:15:56下载
- 积分:1
-
断层地震危险性分析程序,单条断层,可稍微改动后进行多条断层概率危险性分析...
断层地震危险性分析程序,单条断层,可稍微改动后进行多条断层概率危险性分析-Fault earthquake risk analysis process, a single fault, may change slightly after a number of faults probabilistic risk analysis
- 2022-08-23 02:04:54下载
- 积分:1
-
#include<stdio.h>
struct powernode
{
float pi
float qi
in...
#include
struct powernode
{
float pi
float qi
int i
float vi
}
struct powernode wg[20]
struct powernode wl[20]
struct linedata
- 2022-02-11 23:55:05下载
- 积分:1