-
Serial
Comunicacion serial con la computadora para el PIC.
- 2009-09-25 23:50:44下载
- 积分:1
-
Ccan_yi_xiao_u
CSHARP + MYSQL 课程设计 ASP.NET 2.0数据库库开发《餐饮消费管理系统》功能完整,界面大方,课设必下,大家好好利用~
(Curriculum design CSHARP+ MYSQL database ASP.NET 2.0 development, " catering consumption of Maanagement System" features a complete interface Dafang, will set up classes, we make good use of
)
- 2012-05-18 17:39:36下载
- 积分:1
-
PCIS-DASK-Function-Reference
ADLINK PCI系列的编程文档,利用板卡实现数据采集、控制等要求时必不可少(ADLINK PCI series of programming documents, the use of cards for data acquisition, control and other essential requirements)
- 2013-08-20 11:15:49下载
- 积分:1
-
buyongkan
yeyerydfsdfsdfsdgsdsddfsaadasdsadasdhjsagfusdhgfisdugfuidfsgkdfhdfkjgbkdnfbgvkjxcbnv,mxcvxmvbxcvbjhbsgdvxcbjhsdbvmxcbvjxcbvjxcbvxcvxcvxcvx
- 2022-02-13 08:40:52下载
- 积分:1
-
寻迹小车代码
完整的源代码#include
#define uint unsigned int
#define uchar unsigned char
sbit P10=P1^0; // ????? ???
sbit P11=P1^1; // ????? ???
sbit P12=P1^2; // ????? ???
sbit P13=P1^3; // ????? ???
sbit P14=P1^4; // ??? ???
sbit P15=P1^5; // ??? ???
sbit P16=P1^6; // ??? ???
fun1()
{ P10=1;P11=0;P12=1;P13=0;}
fun2()
{ P10=1;P11=1;P12=1;P13=0;}
fun3()
- 2022-02-22 13:40:34下载
- 积分:1
-
opencv获取手臂
通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂通过opencv 库 识别手臂
- 2022-04-19 06:27:24下载
- 积分:1
-
noncollision
实现4×4的数组元素的无冲突的存储,该算法不使用结构体,而直接使用了数组元素与下标之间的关系实现,比较巧妙,16×16可参照类似算法实现。(Realize 4 × 4 array of elements of the conflict-free storage, the algorithm does not use the structure, while the direct use of the array elements and the relationship between the subscript realize, more subtly, 16 × 16 can be the light of a similar algorithm.)
- 2007-11-05 15:19:17下载
- 积分:1
-
DemoProjectOnF28027
本设计以TMS320F28027 DSP为主控制器,以产生占空比可调的PWM波,并采用PID控制调节直流电机的转速,用H桥作为功率驱动电路,使其在给定不同的转速时,电机能跟上转速要求。在电路板中,设置四个按键,来实现电机的启动、停止、正转、反转、加速以及减速的功能。同时,外接虚拟示波器,以显示电机当前的设定转速、实际转速以及电枢电流大小。(The design to TMS320F28027 DSP-based controller to generate a PWM duty cycle adjustable, and the use of PID control to adjust the DC motor speed, with H-bridge as the power drive circuit, so that given a different speed, the motor Can keep up with speed requirements. In the circuit board, set four buttons to achieve the motor start, stop, forward, reverse, acceleration and deceleration functions. At the same time, an external virtual oscilloscope to display the motor current set speed, the actual speed and armature current size.)
- 2018-01-05 21:06:57下载
- 积分:1
-
C# 创建一个泛型接口
C# 创建一个泛型接口的例子,创建一个泛型接口的代码和方法如下:
public interface IGenericInterface {
T CreateInstance(); //接口中调用CreateInstance方法
}
//实现上面泛型接口的泛型类
//派生约束where T : TI(T要继承自TI)
//构造函数约束where T : new()(T可以实例化)
public class Factory : IGenericInterface where T : TI, new()
{
public TI CreateInstance()//创建一个公共方法CreateInstance
{
return new T();
}
}
class Program
{
static void Main(string[] args)
{
//实例化接口
IGenericInterface factory =
Factory();
//输出指定泛型的类型
Console.WriteLine(factory.CreateInstance().GetType().ToString());
Console.ReadLine();
}
}
- 2022-03-11 00:59:39下载
- 积分:1
-
51单片机平衡小车程序
基于stc51单片机的自平衡小车程序,非常精简
- 2022-02-12 03:31:45下载
- 积分:1