-
bemf_hardware_detect
说明: 无刷直流电机反 电 势 过 零 检 测 配 置(Zero-crossing detection configuration of back EMF)
- 2019-01-29 21:07:45下载
- 积分:1
-
拉普拉斯边缘增强
说明: 使用拉普拉斯算子检测边缘,进行边缘增强,达到增强图像对比度的目的(Laplace operator is used to detect the edge and enhance the edge)
- 2021-02-02 14:56:52下载
- 积分:1
-
系统维护`超级系统维护系统维护 `超级系统维护
系统维护`超级系统维护系统维护 `超级系统维护-`Super System Maintenance System Maintenance` Super System Maintenance System Maintenance `Super System Maintenance
- 2023-08-03 21:05:03下载
- 积分:1
-
bin_2_hex
可用于bin文件与hex文件进行互转,包含两个工具,小于64KB的互转工具和在WIN7下验证过的大于64KB字节的bintohex工具。各位同行可参考使用。(It can be used to convert bin file to hex file. It contains two tools, one is less than 64KB, the other is more than 64KB byte, which has been verified under WIN7. You peers can refer to the use.)
- 2018-11-28 10:50:16下载
- 积分:1
-
buck
说明: 基于buck电路的模型预测控制,通过电流跟踪(Model predictive control based on buck circuit, through current tracking)
- 2019-04-17 10:18:35下载
- 积分:1
-
Delphi专用的矢量绘图控件及调用例子
Delphi专用的矢量绘图控件及调用例子,可以画出一些简单的几何图形,并进行填充,导出成氏量图,可画的简单几何图形有画形、矩形、椭圆、正方形等,还可选择一些拖动和组合的图形。因此本控件可用来开发流程图之类的绘图软件。
- 2023-07-24 01:45:03下载
- 积分:1
-
北大内部资料python数据结构和算法
说明: ython虽然很火,但用Python讲解数据结构和算法的教程比较少。最近找到一本据说是北大内部的Python算法教程,我看了看,质量还不错。文字版PDF,书签一应俱全。大家需要的下载。(Although Python is very popular, there are few tutorials on data structure and algorithm in Python. Recently, I found a python algorithm tutorial that is said to be internal to Peking University. I saw it. The quality is not bad. Text PDF with bookmarks. You need to download.)
- 2020-02-05 02:19:46下载
- 积分:1
-
阅读的格式SEGY地震数据segyreader,输入SEGY .h文件卷赛格…
读取Segy格式地震数据的类SegyReader,
在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用.
另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上.-Read format Segy type of seismic data SegyReader, in segy.h document volumes segy head/Road, the first field of each detailed description of the Chinese to facilitate the use of inquiries. In addition, the use of the GUI interface QT3.x production procedures, segy can choose a file, use the category SegyReader read and display relevant information in the interface.
- 2022-04-15 15:36:12下载
- 积分:1
-
Game2048
在AndroidStudio上开发的2048小游戏。(In the development of AndroidStudio 2048 games.)
- 2020-06-30 15:20:01下载
- 积分:1
-
Delphi 24点游戏实例代码
Delphi 24点游戏实例代码,这是个图片版的24点游戏源码。读取第一个运算符的位置以得到表达式的第一个数字
function AnyFirstPos(Str: string): Integer;
//读取最后一个运算符的位置以得到表达式的最后一个数字
function AnyLastPos(Str: string): Integer;
//判断最先出现的符号是+号、-号、*号还是/号
function AnyFirstF(Str:String):Char;
//此计算用于计算不带()号的加、减、乘、除运算
function SubCompute(Str:String):integer;
//用于计算表达式的结果
随机读取4张牌同时启动计时器,输入的数至少有一个不是系统所发4张扑克中的一个。
- 2022-01-20 23:25:36下载
- 积分:1