-
拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦...
拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦-topological sorting algorithm and the main function, we make good use of hope that if there is any link I can understand Oh
- 2022-07-11 20:11:58下载
- 积分:1
-
TEMIC系列射频卡开发指南,TEMIC系列射频卡产品包括E5550、E5560卡和U2270B基站芯片...
TEMIC系列射频卡开发指南,TEMIC系列射频卡产品包括E5550、E5560卡和U2270B基站芯片-TEMIC Series Guide to the development of radio frequency card, TEMIC Series RF card products including E5550, E5560 card and base station chip U2270B
- 2022-01-25 19:08:59下载
- 积分:1
-
This the VB6 code for Ascii Calculator.
This the VB6 code for Ascii Calculator.-This is the VB6 code for Ascii Calculator.
- 2022-03-18 04:11:21下载
- 积分:1
-
windows所有窗口检测程序,可以检测出所有进程的窗口和对应的进程名和路径...
windows所有窗口检测程序,可以检测出所有进程的窗口和对应的进程名和路径-windows all window test procedures can be detected in all the processes window and the corresponding process name and path
- 2022-01-30 10:27:16下载
- 积分:1
-
Example for multithread programing
Example for multithread programing
- 2022-05-06 14:42:08下载
- 积分:1
-
弹出各种奇怪的窗体 Visual basic开发的小程序,功能很简单
弹出各种奇怪的窗体 Visual basic开发的小程序,功能很简单-pop various strange Form Visual basic procedures for the development of small, very simple function
- 2022-07-04 03:50:05下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分: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
-
flash开发的射击游戏,简单但是好玩。大家可以根据源代码进行二次开发。...
flash开发的射击游戏,简单但是好玩。大家可以根据源代码进行二次开发。-the development of shooting flash games, simple but fun. We can according to the source code for the secondary development.
- 2023-02-17 09:50:03下载
- 积分:1
-
网上购车网站,通过这个网站可以查阅更多的汽车模型及其价格,可以了解更多的购车信息...
网上购车网站,通过这个网站可以查阅更多的汽车模型及其价格,可以了解更多的购车信息-Online car website, accessible through this website more car model and its price, the buyers can learn more information
- 2022-06-14 10:51:11下载
- 积分:1