-
对一个字符串的单词数进行统计的程序,可以扩展为对文件中单词量的统计....
对一个字符串的单词数进行统计的程序,可以扩展为对文件中单词量的统计.-one programe to take words count of string,it could be expanded to take words count of file.
- 2022-02-02 18:42:21下载
- 积分:1
-
USB interface can be used to test whether, if an error occurs, display error cau...
测试USB接口是否能用,若出现错误,则显示出错原因,推荐解决方法-USB interface can be used to test whether, if an error occurs, display error causes, recommend solutions
- 2022-06-20 15:37:00下载
- 积分:1
-
一个带有阴历的日历程序,可提供一般万年历的功能
一个带有阴历的日历程序,可提供一般万年历的功能
-With a lunar calendar program that provides the general function of calendar
- 2022-02-03 04:18:18下载
- 积分:1
-
这些程序可以解决第一和二次多项式方程。它能使我…
These program can solve first and second degree polynomial equation. It evens works when the roots are complex numbers(when delta is a negative value).
- 2022-07-18 16:38:23下载
- 积分: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
-
windows mobile Demo_StepByStep very good introductory information on
windows mobile Demo_StepByStep,很不错的入门资料-windows mobile Demo_StepByStep very good introductory information on
- 2022-01-25 20:21:19下载
- 积分:1
-
关于MFC功能的源代码,包括控制条,文件操作,多视,打印技术等8部分内容的源代码。
此为压缩包2...
关于MFC功能的源代码,包括控制条,文件操作,多视,打印技术等8部分内容的源代码。
此为压缩包2-Function on the MFC source code, including the control, the file operations, multi-visual, print technology, the 8 part of the contents of the source code. This is the compressed packet 2
- 2022-03-13 18:10:06下载
- 积分:1
-
windows下的ICTL
windows下获取IOCTL的应用,包括获取mac地址的方法.对应linux下的ioctl函数结合struct arpreq结构的使用
- 2022-01-26 08:17:55下载
- 积分:1
-
Interesting book about how Windows gets time
Interesting book about how Windows gets time
- 2022-06-02 22:07:34下载
- 积分:1
-
以前做的一个作业,模拟记事本,还不完善。
以前做的一个作业,模拟记事本,还不完善。-before doing an operation, simulated notebook, is not perfect.
- 2022-01-25 22:09:30下载
- 积分:1