-
FLUENT-UDF高级应用技术培训-实例
说明: 文档内容为udf帮助文档,帮助用户在fluent中设置特定边界条件。(The content of the document is UDF help document, which helps users set specific boundary conditions in fluent.)
- 2020-06-20 04:40:01下载
- 积分:1
-
Cpp1
双音多频,由高频群和低频群组成,高低频群各包含4个频率。一个高频信号和一个低频信号叠加组成一个组合信号,代表一个数字。DTMF信号有16个编码。利用DTMF信令可选择呼叫相应的对讲机。(Dual tone multi-frequency, high-frequency and low-frequency group composed of groups, high-frequency group contains four frequencies each. A high-frequency signal and a low frequency signal is superimposed to form a combined signal representative of a number. DTMF signal has a 16 code. DTMF signaling to the appropriate use of the intercom call.)
- 2014-10-30 17:22:37下载
- 积分:1
-
Qt最简单的多线程例子
平时的项目程序中,经常需要处理多个串口和网络发送过来的数据,而且数据量还比较大,9600的波特率每秒钟至少1000个字节的数据需要处理并反映到界面上,一开始直接和UI主线程同一个线程,在x86的机器上跑还没问题,毕竟X86的机器最少主
- 2022-12-19 00:25:03下载
- 积分:1
-
Mini Projet POO
说明: Bank accounts management - POO
- 2020-02-26 02:11:26下载
- 积分:1
-
MSC-Develop-Manual-for-iOS
这是科大讯飞的IOS开发文档,可合成语音,可语音识别(MSC Develop Manual for iOS)
- 2014-06-11 11:08:43下载
- 积分:1
-
ex21
说明: 当对话框窗口拖动变化时,相关控件Cedit的范围相应变化。(When the dialog box, drag the window changes, related to the scope of the corresponding control Cedit change.)
- 2008-10-18 23:10:41下载
- 积分:1
-
综述
说明: 导航类综述性文章,包括MEMS微型惯导综述,单兵自主导航技术等,以及视觉导航综述(Navigation review articles, including MEMS micro-inertial review, individual autonomous navigation technology, and visual navigation overview)
- 2019-04-10 10:31:59下载
- 积分:1
-
C#在JPG图片上添加半透明文字水印
C#在图片上添加文字,这个仿PhotoShop的功能,用C#可以轻松实现哦,对象为JPG图像,可在上面添加半透明的文字效果,不能可看作是一种图片添加水印的效果,文字是半透明处理了,可隐约看到文字下层的图像细节。
private void Form1_Load(object sender, EventArgs e)
{//在指定图像上添加半透明文字
string MyFileName = "Forest.jpg";
Image MyImage = Image.FromFile(MyFileName);
Graphics g = Graphics.FromImage(MyImage);
String MyText = "国家";
Font MyFont = new Font("宋体", 150);
SolidBrush MyBrush = new SolidBrush(Color.FromArgb(18, 255, 0, 255));
g.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.GammaCorrected;
g.DrawString(MyText, MyFont, MyBrush, 10, 10);
this.pictureBox1.Image = MyImage;
}
- 2023-02-17 00:50:03下载
- 积分:1
-
peppernoise-cpp
在图像中加入椒盐噪声的源代码,编译后的可执行文件须带参数运行(the image Salt and Pepper to the noise source, the compiled executable file parameters required to bring Operation)
- 2006-10-13 13:36:45下载
- 积分:1
-
TrailMousePos
vc 鼠标位置追踪TrailMousePos的程序源码,值得一看!(Mouse location tracking vc TrailMousePos the program source code, worth a visit!)
- 2011-07-01 22:36:27下载
- 积分:1