-
C.Sharp.Programming
C.Sharp.Programming
- 2022-09-05 09:35:03下载
- 积分:1
-
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将...
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将数据库Computertest.mdb复制到C盘根目录下即可运行程序-computer examinations scheduled for the Internet (Asp. Net) source code to : ComputerTest copied to the folder C : Inetpubwwwroot directory (this is the general), while copies of the database Computertest.mdb NOTE directory can run programs
- 2022-01-24 12:44:41下载
- 积分: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
-
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程...
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程-under a written procedure animated show, unlike GIF animation, no open thread
- 2022-03-21 03:35:25下载
- 积分:1
-
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。...
简单的供VC++初学者参考的程序,根据输入的参数自动生成一个菱形。-For a simple VC++ beginners reference procedures, according to the parameters input to generate a diamond.
- 2022-02-02 14:21:27下载
- 积分:1
-
使你的MFC程序具有界面设计的功能,就象在VC编程环境下使用一样....
使你的MFC程序具有界面设计的功能,就象在VC编程环境下使用一样.-Make your MFC program with the function of interface design, as in the VC to use the same programming environment.
- 2022-03-12 08:13:08下载
- 积分:1
-
应用程序在选定的硬盘中搜索MP3文件,我..
这个应用程序在选定的硬盘中搜索MP3文件,在一个列表视图控件中显示搜索的文件和它们的信息,并在双击时播放它。 -the application procedures in the selection of drives to search for MP3 files, in a ClistCtrl shows search of documents and their information and double-click it for broadcast.
- 2022-05-17 11:44:36下载
- 积分:1
-
射频处理之 PC 仿真器, 可以在 PC 上仿真执行射频的解码过程, 并将解码结果通过串行口输出(115200bps). 另外, 该工具还有 Offline 及...
射频处理之 PC 仿真器, 可以在 PC 上仿真执行射频的解码过程, 并将解码结果通过串行口输出(115200bps). 另外, 该工具还有 Offline 及数据比较(解码前後)功能.-RF processing for PC emulator, the PC simulation of RF implementation decoding process, and will decode the results serial port output (115200bps). In addition, the tool also Offline and data comparisons (before and after decoding) function.
- 2023-04-09 22:20:46下载
- 积分:1
-
一种由多语言编写的C++语言
一个用C语言编写的多功能计算器C语言,非常实用-a C language prepared by the multi-function calculator C language, a very practical
- 2022-04-21 15:40:40下载
- 积分:1
-
泊松相关系数的提升统计,我觉得挺有用的,大家不妨一学
泊松相关系数的提升统计,我觉得挺有用的,大家不妨一学-Bootstrap statistics for Pearson s correlation coefficient
- 2022-06-03 17:19:25下载
- 积分:1