-
深入浅出MFC学习
深入浅出MFC学习-easy to learn MFC
- 2022-01-26 04:33:56下载
- 积分:1
-
用于枚举驱动器类型~显示得到的驱动器类型,现已修改,用于H盘,可自行修改...
用于枚举驱动器类型~显示得到的驱动器类型,现已修改,用于H盘,可自行修改-Drive type for the enumeration to be ~ shows the drive type, has been modified for the H site, they are free to modify
- 2023-01-28 16:20:03下载
- 积分:1
-
这是一个定时关机的源代码自动关机程序,你只需设置一个时间点,便可实现你意想不到功能...
这是一个定时关机的源代码自动关机程序,你只需设置一个时间点,便可实现你意想不到功能- This is a fixed time Guan Ji source code automatic pass machine
procedure, you only must establish a time spot, then may realize your
opinion not to be able to think of the function
- 2022-07-20 18:01:37下载
- 积分:1
-
购书网站的管理后台,功能完善如有不明之处请email本人。
购书网站的管理后台,功能完善如有不明之处请email本人。-Book Web site management background, function perfect, if unclear, please email me.
- 2022-06-16 21:09:57下载
- 积分:1
-
TEC
在TEC―2教学机上扩展出如下几条指令,包括确定指令格式和具体内容,指令执行步骤,每一步的操作功能和控制信号等,最后在教学计算机上真正实现出来,调试正确并应用在要求的程序设计中。 要求扩展的指令: ⑴ 比较两个无符号数,并根据比较的记过转移 ① 高于或等于则转移 ② 低于或等于则转移 程序设计要求: 按收键入的n个数据,排序后显示在屏幕上。按键选择下列排序方式: ⑴无符号数排升序 ⑵无符号数排降序-the TEC-2 aircraft to expand teaching the following several directives, including the identification of specific instruction format and content of instruction execution steps, each step of the operation function and control signals, the last in teaching computer truly realize, debug and correct application of the requirements of the program design. The request to expand the order : 1 compared with two symbols, and a comparison under the demerits transfer greater than or equal to a transfer less than or equal to a transfer of program design requirements : by the admission of n-type data sequentially on the screen. Click the following Sort : 1 unsigned row ascending 2 unsigned row descending
- 2023-08-16 11:30:04下载
- 积分: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
-
wuziqi
一个界面整洁的五子棋,很实用,建议大家下载试试看-wuziqi
- 2022-03-20 07:04:48下载
- 积分:1
-
Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, S...
Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, Specifications, Windows NT File Format Specifications),但是它非常之晦涩。本程序实现了对PE文件的修改.-Windows NT 3.1 introduces a file format called PE a new executable file format. PE file format specification is included in the MSDN the CD in (Specs and Strategy, Specifications, Windows NT File Format Specifications), but it is very obscure. Realize this process of PE file changes.
- 2022-04-29 05:55:54下载
- 积分:1
-
Canny算法的C代码
the code of canny algorithm in C-the code of canny algorithm in C
- 2023-02-08 06:10:03下载
- 积分:1
-
java殷博悦房企的女人
java yin yue bo fangqi wo men -java yin yue bo fangqi wo men
- 2022-02-05 06:51:36下载
- 积分:1