-
small library management procedures can add books (with the correct ISBN codes),...
图书管理小程序,可以添加图书(需输入正确的ISBN码),显示图书菜单,-small library management procedures can add books (with the correct ISBN codes), indicating that library menu,
- 2022-10-26 13:55:03下载
- 积分:1
-
digital dashboard
数字化汽车仪表驱动原文件,这是一款最新型汽车仪表驱动程序,总线式接口-digital dashboard-driven original documents, which is a dashboard latest drivers, bus interface
- 2023-07-30 02:55:03下载
- 积分:1
-
C#报表,一个较为实用的程序
C#报表,一个较为实用的程序-C# statements, a more practical procedures
- 2022-12-06 08:00:03下载
- 积分:1
-
avi文件转h264
本工程实现AVI视频格式到h264视频格式的转换,此代码之为学习参考,不可用于商业行为,如有违反后果自负。
- 2022-09-26 17:40:03下载
- 积分:1
-
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高...
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高-It is a paper of our college of information management.Let us enjoy it and study together.We will improve ourselves too!
- 2022-06-01 08:14:50下载
- 积分:1
-
体育信息显示器,运行前查看代码,确保它不…
PE Information displayer, view the code before running it, make sure it does not crash
- 2023-06-09 19:31:02下载
- 积分:1
-
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile...
创建Mobile今日主题项目,当前内存查看
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.-Description:
This sample illustrates how to create a custom Today screen item for
Pocket PC.
Relevant APIs:
Today screen plugins.
Usage:
Load the project from Visual Studio 2005, and build normally.
This sample will build as a DLL called Memwatcher.dll. It will also
create a .cab file called memwatchercab.cab. Install the the cab on
on your device. Once you have installed memwatcher via the cab,
open the Settings-Today applet and tap on the Items tab. Tap OK to close
the dialog. (This causes Today to reload all the applets on the Today
screen- including the Memwatcher sample.)
Assumptions:
None.
Requirements:
Visual Studio 2005,
Windows Mobile 5.0 Pocket PC SDK,
ActiveSync 4.0.
- 2022-01-28 04:59:00下载
- 积分:1
-
100以内的素数排列,按从小到大按序排列
100以内的素数排列,按从小到大按序排列-100 prime number within the array, according to sequence from small to large order
- 2022-02-05 05:15:01下载
- 积分:1
-
高质量 C++C编程指南。软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我
以...
高质量 C++C编程指南。软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我
以前捏造的C++/C 程序怎么会有那么多的毛病?”别难过,作者只不过比你早几年、多几次惊慌而已。请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1 个读者的建议-High-quality C++ C Programming Guide. Software Quality is linked to the majority of programmers in the mouth rather than things in mind! Completely apart from laymen and true master of programming, the beginning of the book readers, do you feel will be the first to panic:
- 2022-03-04 15:30:49下载
- 积分: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