-
ccontrol
c语言在控制中的应用,包括数据采集,步进电机转速控制和步进电机矫正。(c language used in control including data collect and step driver control)
- 2010-06-11 19:51:19下载
- 积分:1
-
游戏编程中的人工智能技术
说明: 游戏中的人工智能一书pdf 分享(Pdf sharing of AI book in the game)
- 2020-02-15 03:19:49下载
- 积分:1
-
基于matlab的图像模板匹配源代码
利用模板匹配可以在一幅图像中找到已知的物体。这里的模板指的是一幅待匹配的图像,相当于模式识别的模式。基本实现功能如下: (1).进行匹配的两幅图像为JPG格式或BMP格式。 (2).能够进行对两幅数字图像的匹配。 (3)采用交互式程序对图像进行匹配。
- 2023-03-02 14:00:03下载
- 积分:1
-
USB虚拟串口转CAN转USART代码
USB虚拟串口转CAN转USART源代码,STM32F107芯片,开发工具keil4
- 2022-03-05 07:24:46下载
- 积分:1
-
AD7705
说明: ad7705最基本的几个子函数ad7705最基本的几个子函数ad7705最基本的几个子函数(ad7705 basic basic thank you)
- 2009-08-16 17:33:02下载
- 积分:1
-
CCPPTMS320C5000-DSP
基于TMS320C5000 DSP学习资料,c语言编程和汇编都有(Learning materials based on the TMS320C5000 DSP, c language programming and assembly have)
- 2012-07-10 23:48:57下载
- 积分:1
-
libjrpc-master
说明: c语言实现json rpc,包含server和client(C language implements JSON rpc, including server and client)
- 2020-06-23 20:20:02下载
- 积分:1
-
avl
this is source code in c for AVL tree in data structures.
- 2010-01-18 01:48:19下载
- 积分:1
-
SendToCS
This is a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List<String^>
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 ni<OrderPanel->Controls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
Development_Notes
说明: 设计功能:
1.实现通过按键中断来控制LED的循环闪烁,分为3种速度循环闪烁。 2.实现定时器的相关功能和PWM信号的生成,当按键中断到来时,实现在开发板的GPIO口改变PWM信号的占空比,以此PWM信号控制电机的运转速度。 3.实现通过虚拟串口发送当前电机信息的功能,每当按下按键后,开发板将电机的转速等级和此时控制电机的占空比通过串口发送到计算机的串口程序中。(Designing function:
1. To control the cyclic flicker of LED by interruption of keys, it can be divided into three kinds of speed cyclic flicker. 2. Realize the function of timer and the generation of PWM signal. When the key interrupt arrives, the duty cycle of PWM signal is changed at the GPIO port of the development board to control the speed of motor. 3. Realize the function of sending the current motor information through the virtual serial port. Whenever the key is pressed, the development board sends the speed level of the motor and the duty cycle of the control motor through the serial port to the serial port program of the computer.)
- 2020-06-20 09:40:01下载
- 积分:1