-
Syncronizer
Syncronizer producer and customer
- 2009-10-24 05:14:42下载
- 积分:1
-
subsection4.4
我导师写的《自适应控制与理论》的源代码。非常好。(My tutor had written the adaptive control and the theory of source code. Very good.)
- 2011-05-26 11:28:06下载
- 积分:1
-
a basis for the programmers
适合有一定基础的编程者-a basis for the programmers
- 2022-03-20 11:05:19下载
- 积分:1
-
基于STM32的机械臂控制
基于STM32的机械臂控制。可以完成数个动作组,并且可以实现无线遥控
- 2022-02-24 23:17:03下载
- 积分:1
-
一个小游戏的代码,可以供给C++初学者学习之用
一个小游戏的代码,可以供给C++初学者学习之用-a little game of the code will be available to beginners learning C use
- 2023-03-04 08:55:03下载
- 积分:1
-
12864-4SPI
12864液晶显示器驱动扩展容量存储使用的程序
- 2022-03-06 07:10:55下载
- 积分:1
-
单片机继电器
/******************************************************************/
/* 继电器实验 *
/* *
/* 连接方法:P2.7接JP5的K1(按钮接口)
P1.4接J2 *
/* 按下P2.7 继电器P1.4动作 *
/******************************************************************/
#include //51的端口和各特殊寄存器定义在此文件中
sbit RELAY = P1^4; //定义继电器对应单片机管脚
sbit K1 = P2^7; //定义按钮对应单片机管脚
/*********************************************************
主函数 *
**********************************************************/
main()
{
if (!K1) RELAY = 0;
- 2022-08-09 22:11:26下载
- 积分:1
-
345
c语言关于多项式的加减乘,我自己编的。要是有不足的地方可以提出来(c language by addition and subtraction of polynomials, I edited. If there are deficiencies which can be put)
- 2010-09-08 20:53:43下载
- 积分:1
-
source code of protocol pegasis SUMMULATION c++
- 2022-08-08 05:57:58下载
- 积分:1
-
海思平台3519人脸抓拍源码
This is a binary library for face detection and face landmark detection in images.
The 32-bit and 64-bit dll files are provided.
To achieve better performance, the 64-bit dll is recommended.
examples/libfacedetect-example.cpp shows how to use the library.
- 2023-07-28 13:10:07下载
- 积分:1