-
ansys55的批处理源码,用于分析弹性板壳振动时的固有频率和空间模态...
ansys55的批处理源码,用于分析弹性板壳振动时的固有频率和空间模态-ansys55 source for the analysis flexibility at the plate vibration natural frequencies and modal space
- 2022-08-15 00:54:22下载
- 积分:1
-
largreance插值 迭代法 迭代改善法
largreance插值 迭代法 迭代改善法-largreance interpolation Iterative Improvement Act
- 2022-09-26 12:55:02下载
- 积分:1
-
生成随机数,将随机数写入文件
能够读取一般文件和写入一般文件。生成随机数,将随机数写入文件。
- 2023-09-05 01:15:03下载
- 积分:1
-
测试在Dev
测试在Dev-C++中的C语言编程,具体测试在程序退出之前进行暂停。我的作品-test in Dev- C of C programming language, the specific test procedures for withdrawal before the suspension. My work
- 2022-06-26 17:18:13下载
- 积分:1
-
用于图象边缘检测,是一个视频采集的基础
用于图象边缘检测,是一个视频采集的基础-for image edge detection, is a collection of video
- 2023-01-24 02:40:04下载
- 积分:1
-
纳粹德国二战发明密码机engma“FA在…
德国纳粹二战时发明的密码机engma“迷”的复原模拟程序的源码-Nazi Germany during World War II invention of the cipher machines engma "fans" of the recovery process simulation FOSS
- 2022-08-21 07:39:18下载
- 积分:1
-
打印条形码示例
资源描述
Code128
Code39
两种编码规则的条形码,数字变成条形码的转换方法。
// TODO: Add your control notification handler code here
CDC dc;
int CodeName,printQuality;
LPSTR partial=NULL,text;
CCode39 code39;
CCode128 code128;
UpdateData(TRUE);
text=m_CodeText.GetBuffer (50);
//获取编码方式
CodeName=m_CodeName.GetCurSel();
if(CodeName==CB_ERR)
{
MessageBox("请选择编码方式");
return;
}
switch(CodeName)
{
case 0:
CodeType=CODE39;
break;
case 1:
CodeType=CODE128A;
break;
case 2:
CodeType=CODE128B;
break;
case 3:
CodeType=CODE128C;
break;
}
//获取打印机设备环境
if(!(printDlg.DoModal()))
{
MessageBox("打印错误。");
return ;
}
- 2022-03-22 14:26:04下载
- 积分:1
-
蚁群算法的java实现
该算法用java程序实现,对传统蚁群算法有一定的改进,不仅使用了轮盘技术而且很大程度上缩短了搜素时间并提高效率,迭代次数减少,有一定的优化。
- 2022-07-20 09:12:23下载
- 积分:1
-
SPHysics - SPH Free-surface Flow Solver
SPHysics is a platform of Smoothed Particle Hydrodynamics (SPH) codes
inspired by the formulation of Monaghan (1992) developed jointly by researchers
at the Johns Hopkins University (U.S.A.), the University of Vigo (Spain), the
University of Manchester (U.K.) and the University of Rome La Sapienza (Italy).
Developed over a number of years primarily to study free-surface flow phenomena
where Eulerian methods can be difficult to apply, such as waves, impact of
dam-breaks on off-shore structures.
- 2022-05-26 05:01:36下载
- 积分:1
-
collection procedures examples of DSP
本人收集的DSP例子程序-数字信号处理IIR程序-collection procedures examples of DSP-IIR digital signal processing procedures
- 2022-03-19 13:50:22下载
- 积分:1