-
WebCast20060110am_Demo
.NET Compact Framework数据访问技术杂谈源代码(. NET Compact Framework Data Access Technologies Talking source code)
- 2006-11-16 08:46:39下载
- 积分:1
-
98765789
VB数学运算实例:分解质因数源代码,有需要的下。(VB Math Example: prime factorization source code, there is need for the next.)
- 2013-08-23 11:37:36下载
- 积分:1
-
ouhe
用来求解圆管耦合振动的基频及响应的MATLAB程序(Used to solve the fundamental frequency of the tube and coupled vibration response of the MATLAB program)
- 2014-04-10 14:54:02下载
- 积分:1
-
switching-sourse
开关电源simulink仿真模型,可以模拟开关电源,学习开关电源可用(Switching power supply simulink simulation model can simulate switching power supply, the power switch can be used to learn)
- 2017-04-08 14:23:20下载
- 积分:1
-
- 2023-03-03 09:45:03下载
- 积分:1
-
flower
MFC、数据库的简单运用,适合初学者
功能模块
1)管理员模块有密码保护和身份验证等功能,有超级管理员和普通管理员等。
2)用户(顾客)可操作性:标准统一的用户界面;方便快捷的数据查询、交互式信息渠道;安全可靠的用户档案、定单信息跟踪与管理。
3)提供最新商品介绍、价格等资料;方便快捷的后台商品维护、统计报表和用户定单管理;多用户实时数据库访问。
4)鲜花预定模块,实现在规定日期里能够预定鲜花。
5)零售鲜花和批发鲜花的功能要分清。(MFC, the database is simple to use, suitable for beginners
Functional modules
1) The administrator module has password protection and authentication features such as super administrator and administrator.
2) users (customers) operability: the standard unified user interface convenient data queries, interactive information channel safe and reliable user files, order tracking and management.
3) to provide the latest products, the price information convenient background commodities maintenance, statistical reports and user order management multi-user real-time database access.
4) flowers scheduled modules, to achieve the specified date to pre-flowers.
5) the function of the retail flowers and wholesale flowers to distinguish.)
- 2012-04-14 11:37:57下载
- 积分:1
-
326318
AnimateWindow使用方法源码,例程程序结合易语言系统核心支持库,通过调用API函数,实现了窗口从侧面移出的功能。(AnimateWindow use source code, routine procedures core system combines easy language support library , by calling the API function , realized the side out of the window function.)
- 2015-04-17 18:28:02下载
- 积分:1
-
SendToCS
This is 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<String^>
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 ni<OrderPanel->Controls->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")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
when visiting certain Internet sites, the system will first read remote files to...
当访问Internet某个站点时,系统首先将远程文件读入到本机Temporary Internet Files文件夹。现在告诉大家一个小技巧可以用VB语言和一个API函数实现判断网页文件是否在IE缓存中。-when visiting certain Internet sites, the system will first read remote files to the machine Temporary Internet Files folder. Now tell us a little techniques can be used VB language and an API function to judge whether the documents for the Web in IE cache.
- 2023-07-04 13:40:02下载
- 积分:1
-
kingsoft
金山安全卫士源代码,非常不错的一份,可以作为研究(Jinshan security guards the source code)
- 2011-06-05 00:25:50下载
- 积分:1