-
机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值...
机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值-Optimization of Mechanical Design, one-dimensional search method, for single-peak function, the use of advance and retreat method convergence interval, using golden section method for extremal
- 2022-07-22 07:13:04下载
- 积分:1
-
论文的 前期制作 包括购物网站的前期制作 可以作为格式和内容的模板...
论文的 前期制作 包括购物网站的前期制作 可以作为格式和内容的模板-Papers pre-production, including pre-production to the site can be used as the format and content of the template
- 2023-06-07 21:40:03下载
- 积分:1
-
本组程序包括FPGA程序,固件程序和上位机程序,实现USB的数据传输功能,采用Slave Fifo模式,上位机程序利用Cypress公司提供的库函数进行开发
本组程序包括FPGA程序,固件程序和上位机程序,实现USB的数据传输功能,采用Slave Fifo模式,上位机程序利用Cypress公司提供的库函数进行开发-In this group include FPGA, firmware, procedures and PC procedures realize USB data transfer function, the Slave Fifo mode, host computer program using Cypress library functions provided by the company to develop
- 2022-01-25 17:53:24下载
- 积分:1
-
图的数据结构的实现。A fundamental graph library implements data structure and algorithms t...
图的数据结构的实现。A fundamental graph library implements data structure and algorithms that you must have learned from text books. The Graph data structure is implemented as its natural structure. Taking advantage of C++ STL associative container, it is of high performance and efficiency when deletion insertion and search.-Graph data structure implementation. A fundamental graph library implements data structure and algorithms that you must have learned from text books. The Graph data structure is implemented as its natural structure. Taking advantage of C++ STL associative container, it is of high performance and efficiency when deletion insertion and search.
- 2022-06-19 00:59:35下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
CRC of the learning materials costs me a long time to get everyone together to l...
crc的学习资料我发费很长的时间得到的大家共同学习-CRC of the learning materials costs me a long time to get everyone together to learn
- 2023-02-10 15:30:03下载
- 积分:1
-
An adjacency matrix representation of the map structure, can help to understand...
一个邻接矩阵表示的图型结构,可帮助了解图的数组表示法,理清很多基本概念。可以用VC直接编译运行。-An adjacency matrix representation of the map structure, can help to understand the array graph representation, clarifying many of the basic concepts. VC can be directly translated to run.
- 2022-01-25 19:13:54下载
- 积分:1
-
System will automatically delete the directory of debug and release, so please d...
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-03-03 07:22:16下载
- 积分:1
-
相对定位码图像
实现影像像对的相对定向,为生成核线影像提高相对定向元素-Relative orientation code image
- 2022-11-29 15:10:03下载
- 积分:1
-
这是一个定时器小程序,可以暂停,继续,复位,时间片完后报警...
这是一个定时器小程序,可以暂停,继续,复位,时间片完后报警-This is a small timer procedure can be suspended, continued reduction, time after police unit
- 2023-03-14 17:50:03下载
- 积分:1