-
STM32F单片机IAP方法 --源码
FPEC(FLASH Program/Erase controller 闪存编程/擦除控制器),内嵌的FPEC模块负责对内置闪存的(含主存储器和信息块)写操作,当然还有擦除。
它的寄存器随便读,但改写就需要先把FPEC解锁,而且一旦解锁 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-12 00:24:40下载
- 积分:1
-
This is my graduation design done, the time is limited, I only had logic gates,...
这是我毕业设计时做的,时间有限,我只做了逻辑门,触发器没做。压缩包中包含论文WORD文档。-This is my graduation design done, the time is limited, I only had logic gates, flip-flop not done. Compression package contains papers Word document.
- 2023-02-04 19:35:03下载
- 积分:1
-
可将一张图片中所包含的等距按钮图片分解并保存
可将一张图片中所包含的等距按钮图片分解并保存-a picture can be covered by the equidistance Photo button and keep decomposition
- 2022-02-03 04:54:00下载
- 积分:1
-
汇编计算器代码,非常实用,希望你们喜欢,
汇编计算器代码,非常实用,希望你们喜欢,-Compilation calculator code, very useful, and I hope you like it,
- 2022-03-20 22:31:56下载
- 积分:1
-
IDL代码开发标准,组织对IDL开发代码,注释,…
IDL代码开发规范,整理的IDL开发代码的注意事项,对初学者很有帮助,-IDL code development standards, organize the development of the IDL code, notes, very helpful for beginners,
- 2022-03-22 09:46:42下载
- 积分:1
-
矩阵转制的问题有多种算法,这是一个基于数据结构的算法,用过就知道其好处了。...
矩阵转制的问题有多种算法,这是一个基于数据结构的算法,用过就知道其好处了。-matrix conversion of a number of algorithms, which is a data structure based on the algorithm used to know on the merits.
- 2022-01-28 16:02:15下载
- 积分:1
-
Micorsoft 卡片文件(crd)读写的DLL源码
Micorsoft 卡片文件(crd)读写的DLL源码-The sourcecode of the DLL for reading and writing the Microsoft s card file
- 2022-05-22 06:21:12下载
- 积分:1
-
TCP/IP,UDP/IP,SOCKET
TCP/IP,UDP/IP,SOCKET
- 2022-01-29 02:53:41下载
- 积分:1
-
最牛的DWG浏览、操作库
DWGdirect_.Net_and_ActiveX_3.3.0
验证可用,国内CAD开发的控件基本都是基于它开发的。
- 2022-02-16 01:13:44下载
- 积分:1
-
for:
Root of a Polynomial
for:
Root of a Polynomial
--- --- --- --- --
Time Limit: 1 Second Memory Limit: 32768 KB
--------------------------------------------------------------------------------
A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval.
Format of function
double Polynomial_Root(int n, double c[], double a, double b, double EPS)
where int n is the degree of the polynomial double c[] is an array of n +1 coefficients , , ..., , and of the given polynomial double a and b are the two end-points of the given interval and double EPS is the accuracy of the root.
The function must return the root.
Note: It is guaranteed that a unique real number r exists in the given interval such that p(r) = 0. -for: Root of a Polynomial---------------------- Time Limit: 1 Second Memory Limit: 32768 KB-------------------------------------------------------------------------------- A polynomi
- 2022-09-28 19:15:03下载
- 积分:1