-
EVC ADO 访问数据库操作的小例子,简单易用
EVC ADO 访问数据库操作的小例子,简单易用-EVC ADO access to databases operated by small examples, easy-to-use
- 2022-02-12 20:54:25下载
- 积分:1
-
c++ algorithm
c++算法实例,帮助理解,都是些常用的算法-c++ algorithm
- 2022-05-15 21:21:46下载
- 积分:1
-
Windows Game Programming Guru skills. Chm2D and 3D Game Programming with ANDRE L...
Windows游戏编程大师技巧.chm
2D和3D游戏编程基础
ANDRE LAMOTHE 著
曲文卿 姚君山 钟湄莹等译-Windows Game Programming Guru skills. Chm2D and 3D Game Programming with ANDRE LAMOTHE Wenqing Yao Shan Zhong Qu Mei-ying, et al
- 2022-06-03 13:52:10下载
- 积分:1
-
吉林大学ACM竞赛在线试题解答集锦I,对你的编程能力一定有很大的提高...
吉林大学ACM竞赛在线试题解答集锦I,对你的编程能力一定有很大的提高-Jilin University ACM online magazine I answer questions on your programming ability will be greatly improved
- 2022-06-27 10:30:10下载
- 积分:1
-
基于VB编写的查找文件的程序,可查找指定文件夹下的所有文件或指定文件...
基于VB编写的查找文件的程序,可查找指定文件夹下的所有文件或指定文件-VB-based document prepared by the search procedures can be found under the designated folder of all documents or designated document
- 2022-10-04 11:15: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
-
java宿舍管理系统
这是基于JPanel做的一个寝室管理系统,没有用数据库,而是用FileInputStream等将数据保存在文件中,以便读取和长期存储数据。纯Java代码,没有任何框架,简洁的Java入门程序。
- 2022-03-13 16:28:28下载
- 积分:1
-
eVC prepared on the COM component example, this is the client code
eVC上的COM编写组件的例子,这是客户端的代码-eVC prepared on the COM component example, this is the client code
- 2022-01-26 06:40:17下载
- 积分:1
-
IE播放插件
应用背景主要是居于开源的firebreath开发的IE播放插件,主要是集成了VLC的动态库,调用VLC的API实现录像、监听、拍照等功能,实现了多屏播放的IE插件,可以兼容不同的浏览器关键技术windows开发,调用了windows的api创建播放窗体,然后在加载VLC的播放实例,调用了VLC的动态库创建VLC播放实例,在VS2010开发环境下运用C++语言开发
- 2023-08-14 12:20:04下载
- 积分:1
-
我做阅读的导入模型的可以看下
看 书做的DIRECT3D的导入模型
可以看下
-Direct3D reading to do the import model can facie
- 2022-01-25 22:30:30下载
- 积分:1