-
2维fft用于数字图像处理 C# dll装配件
2维fft用于数字图像处理 C# dll装配件-two-dimensional digital image processing for C# dll installed accessories
- 2022-02-12 12:27:19下载
- 积分:1
-
牛顿插值的差商迭代算法,c语言实现
牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
- 2022-03-15 21:33:46下载
- 积分:1
-
一个黄金分割法求最优区间
一个黄金分割法求最优区间-golden section method
- 2022-01-25 17:48:45下载
- 积分:1
-
对几个数据进行进行排序的算法
工程应用中,往往会涉及到简单的排序算法,尤其是在采样过程中,一般都会先采集一定点的数据,然后进行排序,最终取中间的数据进行平均。
- 2023-02-19 15:20:03下载
- 积分:1
-
这是一个Offline工具程序,模仿钟表指针的转动位置,计算出指针在各个位置时的坐标值,并输出成C语言文件格式。...
这是一个Offline工具程序,模仿钟表指针的转动位置,计算出指针在各个位置时的坐标值,并输出成C语言文件格式。-Offline This is a procedural tool, imitate watches the rotational position indicators, calculated in various indicators of the location coordinates and exported into C language files.
- 2022-01-24 16:56:52下载
- 积分: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
-
牛顿迭代式,用VB实现~~~!
牛顿迭代式,用VB实现~~~!-Newton iterative, using VB to achieve ~ ~ ~!
- 2022-10-16 09:25:03下载
- 积分:1
-
The mathematic method K
The mathematic method K-Means with delphi, a smaal essay, with graphic representation-The mathematic method K-Means with delphi, a smaal essay, with graphic representation....
- 2022-03-19 12:03:28下载
- 积分:1
-
利用线形组合法,生成随机数,附加随机数检验功能
利用线形组合法,生成随机数,附加随机数检验功能-Using linear combination method to generate random numbers, an additional random number test function
- 2023-08-21 18:55:03下载
- 积分:1
-
Hangzhou interpolation and demonstration Runge phenomenon code
lagrange插值以及演示runge现象的代码-Hangzhou interpolation and demonstration Runge phenomenon code
- 2022-09-24 08:40:02下载
- 积分:1