-
4-Simple-Fuzzy-PID-Controllers
this code simulates a 4fuzzy PID cotroller for ball-baem system and 3 other systems.
- 2013-07-26 16:09:53下载
- 积分:1
-
cSharp-v4.0
c# language specification book (zip version)(pdf inside)
- 2014-01-15 19:10:50下载
- 积分:1
-
ClockOcx
clock组件(clock components)
- 2009-01-05 11:06:39下载
- 积分:1
-
c++ 最短路径算法
该算法实现单源多目标的最短路径计算。基于旅游方案来写的
- 2022-03-30 04:03:12下载
- 积分: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
-
openGL--3ds-models-of-human-body
基于vc opengl的3ds人体多段肢体模型导入并显示。可实现键盘控制。按键Q,E,A,D,W,S,J,L,K,I,U,O,以及方向键。可实现视角转换和右臂的驱动。(vc6.openGL display and control 3ds models of human body)
- 2013-08-31 16:19:08下载
- 积分:1
-
PV_module
基于MATLAB/SIMULINK,搭建光伏发电系统光伏电池模型(Build a photovoltaic power generation system based on MATLAB/SIMULINK, photovoltaic cell model)
- 2020-12-11 19:09:18下载
- 积分:1
-
电气火灾探测器
使用430单片机,iar环境。二总线、低功耗、漏电检测(msp430 Leak Currunt Check)
- 2020-12-01 08:59:26下载
- 积分:1
-
Infrared_Target_Detection
红外图像运动目标检测、识别与跟踪算法演示程序。附件:点目标到面目标完整图像序列
(Infrared images moving target detection, identification and tracking algorithm demo program. Attachment: point target to the target area complete image sequence)
- 2010-05-20 00:00:45下载
- 积分:1
-
ceshi-PWM
desinged based on avr processer for little smart car PWM(desinged based on avr processer for little smart car pwm)
- 2013-12-06 23:07:16下载
- 积分:1