-
STM32c8t6 PS2 小车源码
PS2遥控小车 实验器材: 战舰STM32F103开发板V3版本 实验目的: PS2遥控小车 硬件资源: PS2接收模块 九个口,从左至右 B12 B13 NULL GND VCC B14 B15 NULL NULL 32单片机两路PWM波输出 定时器3PWM波输出 2、4两路,对应IO口为PB5和PB1 L298N四路: IN1->PB6 IN2->PB7 IN3->PB8 IN4->PB9 OUT1/3接红 OUT2/4接黑(注意电机红黑线顺序)
- 2020-02-29下载
- 积分:1
-
一个模拟晶粒长大过程的程序,使用fortran语言
利用fortran语言编写的一组模拟晶粒长大过程的程序,codes:
1. allencahn.f90
2.cahnhilliard.f90
3.allencahn.m
4.cahnhilliard.m
5.dendrite.f90
6.graingrowth.f90
- 2022-02-09 17:44:16下载
- 积分:1
-
exercices en c--
C book where there are some exercices
- 2017-10-17 01:29:11下载
- 积分:1
-
Drawing-with-CSharp
二维图绘制的C#小程序,能生成二维图像。(about Drawing with C#)
- 2013-08-19 16:10:11下载
- 积分:1
-
CompositeViewer
OSG中怎样创建多视图,利用OSG+Win32 console application实现。(make multiply views in osg)
- 2013-11-30 14:50:46下载
- 积分:1
-
HOOKAPI(包括SOCKET)
public static bool Install(string ModuleName, string ProcName, IntPtr lpAddress)
{
Entry entry = entrys.Find(n => n.ModuleName == ModuleName && n.ProcName == ProcName);
if (entry == null)
{
entry = new Entry();
entry.ModuleName = ModuleName;
entry.ProcName = ProcName;
entrys.Add(entry);
IntPtr hModule = GetModuleHandle(ModuleName); //取模块句柄
if (hModule == IntPtr.Zero) return false;
- 2022-01-22 05:24:13下载
- 积分:1
-
用于基本的Formone控件操作接口
用于基本的Formone控件操作接口-Formone for basic control interface
- 2022-02-10 04:48:22下载
- 积分:1
-
IRRemotetrolledCar
this is the C Code file for IR Robot Control
- 2010-11-11 17:41:18下载
- 积分:1
-
用delphi开发的一个文本编辑器的源代码
用delphi开发的一个文本编辑器的源代码-developed with a text editor to the source code
- 2023-05-14 22:30:02下载
- 积分:1
-
auto_run
风机和太阳能的发电系统的模拟DSP的程序用的是飞思卡尔的DSP(Wind turbine and solar generation system of DSP simulation procedure is used DSP fly think of Carle)
- 2012-04-19 21:49:56下载
- 积分:1