-
communication_between_PC_and_61.rar
PC与单片机进行通信。能够在VC6.0进行仿真。注意:visual2008不能仿真。(PC to communicate with the MCU. Can VC6.0 be simulated. Note: visual2008 not emulation.)
- 2010-01-19 10:44:34下载
- 积分:1
-
yufagaoliang
说明: VC++6.0实现语法高亮,我网上搜集的,觉得不错!!希望大家喜欢(yufagaoliang)
- 2010-03-18 19:03:29下载
- 积分: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语言描述算法 线性链表的操作
1、构建顺序-索引-链接存储结构的索引表,关键字为0~9,指针为空 ;2、产生100个0~99的整型随机数,以个位数值为关键字,把随机数存入相应的子表;3、按关键字(0~9)输出对应子表中的所有元素;4、输入一个数据x,删除存储结构中的所有该数据,再做第3步
- 2022-07-23 02:37:08下载
- 积分:1
-
Super EA
说明: 根据趋势做单,做单次数不是太高但收益却很不错。(Make orders according to the trend, the number of orders is not too high but the profit is very good.)
- 2020-06-30 13:00:02下载
- 积分:1
-
joseph
用链表解决约瑟夫问题。
约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。
其中包括一个实验报告,介绍了编程思路和输出结果截图。(List to resolve Joseph. Josephus is the application of a mathematical problem: Given n individuals (numbered 1, 2, 3, ... n, respectively) sitting around a round table around. From number k people began to count off the number to m the man out of the line his next person and from a number off, the man was out of the line number to m so regularly repeated down until roundtable around of the people all of the columns. Including a lab report describes the programming ideas and output screenshots.)
- 2012-08-27 22:37:52下载
- 积分:1
-
BMPViewer
用于BMP图像的显示,包含了新建、打开、剪切、复制、放大、缩小等功能。(BMP images for display, including a new, open, cut, copy, zoom and other functions.)
- 2013-07-10 16:36:04下载
- 积分:1
-
折射使用实例
C#折射使用实例,本文将输入EDIT框中的内容使用折射方法传递给别一个程式,实现EDIT内容传送到调用程式的EDIT框中,同时实现按下BUTTON1的功能,弹出EDIT框的信息。
- 2022-05-06 23:18:49下载
- 积分:1
-
chap4
基于微分器的PID控制matlab文件.控制器的函数微分器的s函数仿真模型(Based differentiator PID control matlab file. The controller function differentiator s function simulation model)
- 2012-09-01 08:35:33下载
- 积分:1
-
function
基于VC++的图像处理类,可以用于bmp文件的读写,显示(Based on the image processing VC++ classes that can be used to read and write bmp files, display)
- 2013-11-18 11:16:59下载
- 积分:1