-
绘图基本功,比较详细的介绍了一些画图,基本包含所有画图炒作...
绘图基本功,比较详细的介绍了一些画图,基本包含所有画图炒作-Drawing basics, a more detailed introduction to a number of drawing, basic drawing contains all the hype
- 2022-03-12 20:13:09下载
- 积分: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
-
Realization of dynamic programming to find the number of columns between the two...
用动态规划实现查找两个数列之间的最长公共子序列-Realization of dynamic programming to find the number of columns between the two longest common subsequence
- 2022-01-26 04:53:12下载
- 积分:1
-
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传....
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传.-Example VB source code, if the inadequacies of the revised notice, please discuss with one sound source upload.
- 2022-03-26 08:40:17下载
- 积分:1
-
索博在 matlab 中的筛选器
Sobel 筛选器用于在图像处理中边缘检测算法。
它计算渐变的图像强度函数的近似值。拖车掩码为 X 坐标,另一个用于 Y-协调。
- 2023-06-03 01:35:03下载
- 积分:1
-
< 一个非常完美的工业曲线显示控件,错过将会十分遗憾>>补遗二...
< 一个非常完美的工业曲线显示控件,错过将会十分遗憾>>补遗二-lt; Lt; A perfect curve showed industrial controls, will be missed very much regret gt; Gt; Addendum 2
- 2022-06-29 23:23:52下载
- 积分:1
-
tqcms企业管理系统
资源描述tqcms企业管理系统是一个以asp+access进行开发的免费企业网站源码,该软件简单易用,快速上手管理无忧;模板引擎,让DIY如此简单;数据存储合理,效率性能得到最大的保障;流畅专业界面设计,良好的用户体验;灵活自定义,网站内容扩展更简单。 后台演示地址/admin/ 帐号密码都是admin 注意:如伪静态无法打开分类,请切换成动态模式运行
- 2023-01-14 08:45:04下载
- 积分:1
-
龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分...
龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分-Romberg interpolation algorithm quadratures threshold of 0, points to a ceiling of the function of the plot was 4/1 x* x points
- 2023-04-23 10:45:03下载
- 积分:1
-
中国象棋单机版游戏员代码,有更新的游戏视觉。用起来方便。...
中国象棋单机版游戏员代码,有更新的游戏视觉。用起来方便。-Chinese chess game stand-alone member of code, has updated the game visual. Convenient to use.
- 2022-01-30 21:45:42下载
- 积分:1
-
the LEX and YACC is a combination of integers to achieve a simple example, I emb...
这个是YACC和LEX结合使用来实现整数加法的简单事例,我体现的是基本的步骤,不在于其功能的完美和强大,给我一样的菜鸟以启示,以便您不必在开始的路上徘徊太久,希望您喜欢-the LEX and YACC is a combination of integers to achieve a simple example, I embody the basic steps, not its function in a perfect and strong, give me the same exposure to enlightenment, so that you need not start wandering on the road for too long, I hope you like
- 2022-06-01 19:55:38下载
- 积分:1