-
unity3d 状态机
有限状态机,stateMachin.cs 可以为UI 或者各种玩家,怪物添加状态,快速状态切换:
///
/// 注册一个状态
///
/// 状态对象
/// 成功还是失败
public bool RegisterState(IState state)
{
if (state == null)
{
Log.Error("StateMachine.RegisterState state is Null !");
return false;
}
if (mStateDic.ContainsKey(state.GetStateID()))
{
Log.Error("StateMachine.RegisterState mStateDic hava this key key = " + state.GetStateID());
return
- 2022-03-19 10:32:22下载
- 积分:1
-
OBD2source
国外一个非常经典的OBD2车辆检测的实例源代码,做相关开发的人员有非常高的参考价值。(Abroad, a very classic example of OBD2 vehicle detection source code, to do the personnel-related development has a very high reference value.)
- 2020-10-12 23:07:31下载
- 积分:1
-
An_example_of_Tetgen
不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)
- 2021-03-14 20:49:22下载
- 积分:1
-
【11】STM32F407_ADC
说明: 采用stm32f4核心板,实现AD采集,效果很理想,可测量流量,液位(Achieving Flow Acquisition)
- 2018-12-22 17:30:40下载
- 积分:1
-
WebDE1
说明: c#与微信企业号连接功能api的一些功能(some functions of the connection function API with wechat enterprise number)
- 2020-04-15 11:10:05下载
- 积分:1
-
mlx90614红外传感器代码
红外测温模块mlx90614代码,c语言写,有些不完整,在使用时需要修改。2.
运行
Keil u Vision
软件,新建一个工程,新建一个工程文件。将文件添加到工程中并编译
,
如有错,请更改直到编译成功
,
如有错,请更改直到编译成功
4.
用编程器将生成的
HEX
文件烧写到单片机中,
或用
STC
单片机专用的串口烧写软件,
通过
MAX232
串口烧写到单片机中(只能用于
STC
单片机)
。或用仿真器来执行程序,将程序下
载到仿真器中,具体方法请参考仿真器的使用一节。用编程器将生成的
HEX
文件烧写到单
片机中。
- 2023-06-12 14:10:02下载
- 积分:1
-
mitab-0.1
MITAB Library mitab-0.1
- 2010-11-23 18:04:38下载
- 积分:1
-
Programmers-thinking-cultivation
有助于提升程序员的思想和灵魂
你会看到令人吃惊的方面,我们的大脑是如何工作的,看看你可以战胜系统来提高自己
learnin根特思维能力(Help the programmer s thoughts and soul
You‘ll see surprising aspects of how our brains work and see how you can beat the system to improve your own
learnin gand thinking skills.)
- 2013-11-25 21:59:38下载
- 积分:1
-
PSO1
说明: 粒子群算法事例,用以结果旅行商问题,采用简单的C语言完成,求相对最优的智能算法(This routine is created for solving TSP problem,using simple C language,find the best way to solve optimal problem.)
- 2019-11-16 09:19:00下载
- 积分:1
-
对音频wav文件进行波形显示,其它类型文件无法显示。
对音频wav文件进行波形显示,其它类型文件无法显示。-audio waveform wav files, other types of documents can not be displayed.
- 2022-09-23 18:50:02下载
- 积分:1