-
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用...
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用-ado access to the database using the procedures for beginners a certain reference
- 2023-05-01 01:10:02下载
- 积分:1
-
C8In domestic long
C8In国内长途网络电话 V6.03
方便大家沟通-C8In domestic long-distance telephone network to facilitate communication between V6.03
- 2022-07-07 11:27:20下载
- 积分: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
-
某款游戏资源文件音效提取代码,总是说太短・太短・・可是这个代码很简单・・・就是这样介绍的...
某款游戏资源文件音效提取代码,总是说太短・太短・・可是这个代码很简单・・・就是这样介绍的-A game resource file extract audio code, always said this is too short is too short but very simple code is the introduction
- 2022-05-09 08:51:05下载
- 积分:1
-
迅雷,快车,旋风下载地址转换器。自动识别待转换地址。可把转换后的地址复制到剪贴板。...
迅雷,快车,旋风下载地址转换器。自动识别待转换地址。可把转换后的地址复制到剪贴板。-Thunder,Flashget,QQdownloader download url converter. Automatic Identification addresses to be converted. Can be converted into the address copied to the clipboard.
- 2022-05-22 01:04:40下载
- 积分:1
-
说明: 本书中所有的常用数值算法子过程按书中的章数分别放在以C开头的子目录中 。所有这些为验证上述子过程而编的验证过程按书中的章数分别放在以D开头的子 目录中。...
说明: 本书中所有的常用数值算法子过程按书中的章数分别放在以C开头的子目录中 。所有这些为验证上述子过程而编的验证过程按书中的章数分别放在以D开头的子 目录中。所有为验证过程而做的工程,按书中的章数分别放在以V开头的子目录中-Note : This book all the numerical algorithm commonly used for the process according to the book chapters to C respectively on the beginning of the subdirectories. All of these certification process for the above series of the certification process by chapters of the book were placed on the beginning of the D subdirectory. All of the verification process and the works done by the book"s chapters were placed on the V beginning of the subdirectory
- 2022-02-06 21:53:16下载
- 积分:1
-
显示操作系统中现有的硬件设备,并实现操作
显示操作系统中现有的硬件设备,并实现操作-show the existing system hardware equipment, and achieve operational
- 2022-04-15 11:42:07下载
- 积分:1
-
基于PC/104 总线的动态称重测量板的设计
Design of Dynamic Weight measure board Based on PC/104
基于PC/104 总线的动态称重测量板的设计
Design of Dynamic Weight measure board Based on PC/104 Bus-Based on the PC/104 bus WIM measurement plate design Design of Dynamic Weight measure board Based on PC/104 Bus
- 2023-02-27 11:15:04下载
- 积分:1
-
关于进程同步的,完成的是生产者消费者问题。包含信号量
关于进程同步的,完成的是生产者消费者问题。包含信号量-With regard to the process of synchronization, and the completion of the producer consumer problem. With semaphores
- 2022-03-12 06:50:32下载
- 积分:1
-
C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴...
C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴-C simulation prepared by the operating system of storage management procedures, the operating system for learning from students
- 2022-05-15 20:09:47下载
- 积分:1