-
BP neural network algorithm to achieve the financial capital of the Chinese char...
采用BP神经网络算法实现的大写金融汉字识别软件的核心识别功能,适合学习。-BP neural network algorithm to achieve the financial capital of the Chinese character recognition software to identify the core features for learning.
- 2023-01-29 11:25:03下载
- 积分:1
-
rotation matrix algorithm
旋转矩阵的实现算法-rotation matrix algorithm
- 2022-03-10 02:23:35下载
- 积分:1
-
用fortran编写的椭圆方程的数值算法
用fortran编写的椭圆方程的数值算法-using FORTRAN prepared by the elliptic equation numerical algorithm
- 2022-11-30 11:05:04下载
- 积分:1
-
basic length converter
这是一个简单的c#编码,用于转换以下长度:
- 2022-02-07 15:35:47下载
- 积分:1
-
本论文建立了校园卡充值点安排方案的最优化模型
建立“0
本论文建立了校园卡充值点安排方案的最优化模型
建立“0-1”模型,使用“启发式贪婪算法”,运用Lingo软件计算出三个最优点。
-In this paper, the establishment of a campus card program arrangements recharge point optimization model to establish a
- 2022-01-26 00:40:51下载
- 积分:1
-
松弛迭代法.rar
松弛迭代法.rar-Iterative Method. Rar
- 2022-03-11 21:17:30下载
- 积分: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
-
c语言学习资料,朱兆祺。
朱兆祺同学的学习笔记,很强大。
举几个例子给大家看下:
1. #include< >和#include" "有什么区别?
这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库,
#include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。
1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-27 09:00:02下载
- 积分:1
-
此程序用于道路放样的曲线要素的计算简单而方便
此程序用于道路放样的曲线要素的计算简单而方便-This procedure for setting-out the curve of the road element of the calculation is simple and convenient
- 2022-08-31 23:50:03下载
- 积分:1
-
经典排序算法
经典排序算法-Classical sorting algorithm
- 2022-02-04 23:33:21下载
- 积分:1