-
SPI通讯 学习之用 FreeScale
SPI通讯 学习之用 FreeScale-SPI communication
- 2022-03-02 00:46:13下载
- 积分:1
-
kendo.uniform
Context Menu Manager 2015.9.15 Keygen source code
- 2020-06-24 06:20:02下载
- 积分:1
-
PractiCalc
Program PractiCalc with some instructions for Windows 7
- 2019-06-20 00:26:23下载
- 积分:1
-
本人在pda开发托管代码调用非托管代码中,总结的vb c# 数据类型直接的对应转换,在网上是很少能找到的....
本人在pda开发托管代码调用非托管代码中,总结的vb c# 数据类型直接的对应转换,在网上是很少能找到的.-I pda development in managed code to call unmanaged code, the summary vb c# Data type corresponds to a direct conversion, the Internet is rarely found.
- 2022-09-04 10:05:03下载
- 积分:1
-
DOS下的万年历,有兴趣可改成UNIX下的CAL
DOS下的万年历,有兴趣可改成UNIX下的CAL-calendar under the DOS, UNIX interest may change under the CAL
- 2023-06-18 01:50:03下载
- 积分:1
-
helloworld
This a utility application which will help to understand some API functionality.
BR,
Shahid
- 2010-03-11 12:45:39下载
- 积分:1
-
e3f9100e32057816adf07b82960881be
分析了永磁同步电机矢量控制的发展概况,然后从机电能量转换的角度出发,解释三相永磁同步电机的机电能量转换原理,推导拉格朗日运动方程。此外,列写出永磁同步电机在三相静止坐标系和dq坐标系下的数学模型。基于Simulink建立了转速电流双闭环矢量控制系统的仿真模型,通过对仿真结果分析,验证了永磁同步电机矢量控制系统性能的优越性(The development of vector control of permanent magnet synchronous motor is analyzed. Then, from the perspective of electromechanical energy conversion, the principle of electromechanical energy conversion of three-phase permanent magnet synchronous motor is explained, and the Lagrangian motion equation is derived. In addition, the mathematical model of the permanent magnet synchronous motor in the three-phase stationary coordinate system and the dq coordinate system is written. Based on Simulink, the simulation model of the speed and current double closed-loop vector control system is established. The simulation results are analyzed to verify the superiority of the performance of the permanent magnet synchronous motor vector control system.)
- 2018-07-20 14:42:52下载
- 积分:1
-
迷宫问题
说明: 此为回溯法求解迷宫问题的源代码,问题描述如下:
迷宫问题的求解是实验心理学的一个经典问题.,心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多壁障,对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了奶酪,吸引老鼠在迷宫中寻找通路以到达出口。设计回溯算法实现迷宫求解。(Retrospective method)
- 2020-06-16 01:40:01下载
- 积分:1
-
VB文字游戏-爱的回忆录源代码
VB文字游戏-爱的回忆录源代码,游戏运行过程中,播放音乐wav,mid背景音乐。早期写的代码,变量命名不太规范,程序的实现代码也非常简单,制作:新林。游戏的目的是要你在三年的高校生活中追求你喜欢的邻居,当然,要有好的结局就必须提高你各方面的能力!
制作完成后,收到不少网友的来信给于我极大的支持和鼓励,并提出了许多宝贵意见和建议,在此感谢大家对我的肯定,由于"测试版"毕竟是我自学VB的"练笔"之作,的确存在不少问题,在采纳了大家的意见后我想把这部作品做的再成熟些,这是制作完成,做了重大改进,几乎废弃了80%源代码,不过即使这样实在还有不少不足之处,所以没敢称为"正式版",希望你在玩过之后仍能为我提出一些意见以便改进!谢谢!
- 2022-05-26 14:55:06下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1