-
如何实现MTP协议的读取
如何实现MTP协议的读取
- 2013-11-20下载
- 积分:1
-
8080号令者源代码
支持8080并行SPI,1052芯片源代码,弄了好久,太费时间了
- 2022-07-06 10:19:26下载
- 积分:1
-
这是混沌微弱信号检测中关于Lorenz奇怪吸引子的绘制的用VC编译的程序!和大家分享...
这是混沌微弱信号检测中关于Lorenz奇怪吸引子的绘制的用VC编译的程序!和大家分享-This a weak signal detection on the Lorenz attractor strange rendering of the compiler with VC procedures! And to share with you! !
- 2022-02-13 02:34:34下载
- 积分:1
-
C# 查找局域网IP地址 例子源码
C# 查找局域网IP地址 例子源码
- 2015-03-03下载
- 积分:1
-
C#编写的摄像头获取程序。可以提取代码成为功能组件
C#编写的摄像头获取程序。可以提取代码成为功能组件-C# Prepared camera access procedures. Code can be extracted as a functional component
- 2022-03-19 21:08:46下载
- 积分:1
-
PUTDOOF-使用 ITextSharp 的 PDF 出口展望
此代码将允许您将所有在 Outlook 中的邮件导出到 Pdf,它为每个消息创建一个文件夹和所有将附件保存到该文件夹和 PDF。
- 2022-04-16 03:00:11下载
- 积分:1
-
28335电机矢量控制的程序
说明: 电机矢量控制的程序。调试成功的。包括svpwm,电流采样(pmsm .svpwm .include pwm and adc)
- 2023-01-27 17:25:03下载
- 积分:1
-
一个很好的FASTCIG程序范例
//
// $Id: fcgio.cpp,v 1.14 2003/06/22 00:51:27 robs Exp $
//
// Allows you communicate with FastCGI streams using C++ iostreams
//
// ORIGINAL AUTHOR: George Feinberg
// REWRITTEN BY: Michael Richards 06/20/1999
// REWRITTEN AGAIN BY: Michael Shell 02/23/2000
// REWRITTEN AGAIN BY: Rob Saccoccio 11 Nov 2001
//
// Copyright (c) 2000 Tux the Linux Penguin
//
// You are free to use this software without charge or royalty
// as long as this notice is not removed or altered, and recognition
// is given to the author(s)
//
// This code is offered as-is without any warranty either expressed or
// implied; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE.
#include
#include
- 2022-01-22 01:48:41下载
- 积分:1
-
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
-
C# 语法全解
C# 语法全解
-C# Grammar-wide solution
- 2022-01-26 02:22:48下载
- 积分:1