-
汇编语言,用于统计输入的字符串中各个字符的个数。
汇编语言,用于统计输入的字符串中各个字符的个数。-country every word
- 2022-11-03 03:00:03下载
- 积分:1
-
huffman 编码
完陈对指定的文本文件内容进行huffman编码
实现输出...
huffman 编码
完陈对指定的文本文件内容进行huffman编码
实现输出-END CHAN huffman encoding text file on the specified content encoding huffman implementation output
- 2023-06-09 00:10:13下载
- 积分:1
-
平面阵列波束控制
beam steering using planar arrays
- 2022-02-02 07:22:12下载
- 积分:1
-
怎样读取灰度图象的灰度值.txt,在vc++中编译通过
怎样读取灰度图象的灰度值.txt,在vc++中编译通过-How to read the gray value of gray-scale images. Txt, in vc++ Compiled through
- 2023-04-10 18:20:03下载
- 积分:1
-
raw to bmp!!!!
very good
raw to bmp!!!!
very good
- 2022-07-02 10:58:52下载
- 积分:1
-
Wince under a serial debugging tools, source code, development platform based on...
一个wince下的串口调试工具,源码,基于EVC开发平台-Wince under a serial debugging tools, source code, development platform based on the EVC
- 2023-08-06 06:45:03下载
- 积分:1
-
本程序是一个例子,一个定时器计数从20使用SDL定时器功能。
This program is a example of a timer counting down from 20 using the SDL timer function
- 2022-03-23 15:18:37下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This 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
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 niControls->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")
- 2022-01-26 07:38:06下载
- 积分:1
-
用c语言实现计算器;
程序很小,可以嵌入应用程序。
用c语言实现计算器;
程序很小,可以嵌入应用程序。-Calculator using c language procedures is very small, can be embedded applications.
- 2022-01-31 07:17:11下载
- 积分:1
-
播放列表中音乐的代码
这是我的消息来源,使用 visual studio 2013 的第一个程序播放列表程序是 windows 中的播放列表音乐
- 2022-05-28 04:31:45下载
- 积分:1