-
Operatoren
C语言运算符 关键字大全里面集合了所有用到的运算符和关键字(C-Operatoren Keyword Daquan)
- 2013-08-24 10:45:48下载
- 积分:1
-
Camera-control-program
摄像机控制程序,主要用于红外灯控制。点阵灯控制,感红外。(The camera control program, mainly used in infrared light control. Dot lamp control, a sense of infrared.)
- 2013-01-07 15:52:03下载
- 积分:1
-
yvolk
合成孔径雷达SAR图像成像中多普勒中心检测的六种算法,使用matlab编程,(Synthetic aperture radar (SAR image of doppler center detection in six kinds of algorithm, using matlab programming,)
- 2017-08-12 11:09:34下载
- 积分:1
-
基于51单片机的完美浮点运算计算器
个人认为几近完美的浮点运算计算器,有兴趣的来研究下吧。
- 2023-04-09 13:10:04下载
- 积分:1
-
guanbi_queshengzhuangtailan
用 Visual C++.Net实现的如何 关闭缺省状态栏 的演示程序。注释详细。适合初学者。(Using Visual C . Net realized how close the default status bar of the demo program. Notes detail. Suitable for beginners.)
- 2009-01-20 22:31:50下载
- 积分:1
-
MelodySteppingstone
This is dialog program.
for use playing the music through the serial interface.
So, this program is included RS-232.
- 2014-08-18 19:42:08下载
- 积分:1
-
EOSColumnGeneration
列生成算法,解决切材问题。用于程序中,需要修改(colunm generation Column generation algorithm to solve the problem of cutting materials used in the program, need to modify)
- 2020-11-07 14:49:49下载
- 积分:1
-
Pacman 控制台
Pacman 控制台源代码,对于 linux,只是为了玩在控制台中。
这是在 linux 上,并在计划 C.
只是为了球迷,我是没有作者
- 2022-03-10 07:38:19下载
- 积分:1
-
此源码是《C#入门经典》一书第9章的源代码
此源码是《C#入门经典》一书第9章的源代码-This source is the C# Entry classic book, Chapter 9 of the source code
- 2022-08-21 02:30:01下载
- 积分: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