-
VC纯MFC编程实现浏览器(已美化)
纯MFC制作一个美化过的网页浏览器,有按钮自绘,无边框窗口美化实现,可以访问网页,支持自适应,有配置文件,VS2010的,不需要其他库。
- 2022-04-22 11:55:07下载
- 积分:1
-
对系统进程GHOST的一个很好用的软件,GHOST就是对系统进程备份...
对系统进程GHOST的一个很好用的软件,GHOST就是对系统进程备份-GHOST of the system process a good use of the software, GHOST is a backup of the system process
- 2022-12-25 13:55:04下载
- 积分:1
-
personal album management code, innovative and practical, vc Development
个人相册管理代码,新颖实用,vc++开发-personal album management code, innovative and practical, vc Development
- 2022-07-27 13:15:11下载
- 积分:1
-
Software architecture
Software architecture
- 2022-06-17 23:10:30下载
- 积分:1
-
用Python 爬取赶集网数据
练习爬虫的时候,用Python写的练手程序
- 2022-01-31 04:42:58下载
- 积分:1
-
java常用的程序
java common programs
- 2023-01-21 13:25:04下载
- 积分:1
-
这是一本关于多线程编程的教科书。这本书的目的
This a textbook on multithreaded programming. The objective of this book
is to teach students about languages and libraries for multithreaded programming,
to help students develop problem-solving and programming skills, and to
describe and demonstrate various testing and debugging techniques that have been
developed for multithreaded programs over the past 20 years.-This is a textbook on multithreaded programming. The objective of this book
is to teach students about languages and libraries for multithreaded programming,
to help students develop problem-solving and programming skills, and to
describe and demonstrate various testing and debugging techniques that have been
developed for multithreaded programs over the past 20 years.
- 2022-02-15 09:56:47下载
- 积分:1
-
331 with a mirror toner cartridges Sadishike disciplinary deduction genoa Xhosa
五子棋带镜粉盒撒迪斯科风纪扣三角帆科萨机 桑卡达芬奇撒可富机萨迪克帆脚索开放剂可迪斯科帆脚索抗倒伏加速卡迪斯科帆脚索嵌金 萨迪克帆脚索开放剂科萨机 抗毒素风纪扣速度计发萨迪克第四纪发卡羧基端开放剂撒可计算达芬奇科萨戴假发卡羧基端发科萨达芬奇撒可富机 强的松开放剂科萨机发 -331 with a mirror toner cartridges Sadishike disciplinary deduction genoa Xhosa-cab can be rich green in Aisa-foot cable Sadiq sails open disco agent can sail foot cable Lodging Resistance Accelerator disco sails foot cable gold inlay Sadiq sails foot cable for open Xhosa anti-toxin disciplinary deduction speed made Sadiq Quaternary issuing agent open the carboxyl terminus of dollars may withdraw counting DUFFING Aikesa wearing wigs card carboxy-terminal can be made Cossa Fenaisa Fu-dose prednisone open Xhosa-fat
- 2022-04-02 01:13:59下载
- 积分:1
-
网络游戏源代码,仙境传说。rar。是一个很好的学习参考资料。
网络游戏源码,仙境传说.rar.是很好的参考学习资料,游戏程序员都应该研究一下。-Online games source code, Ragnarok. Rar. Is a very good reference for learning materials, games programmers should look.
- 2022-10-09 06:25:03下载
- 积分: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