-
打印条形码示例
资源描述
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
-
DELPHI分类电话与模糊逻辑方法
A型逻辑的处理由LA扎德创立不精确的数据。元素可能有TRUE和FALSE之间的无限的层次。模糊集:A型套在其中的元素属于子集在某些degree.example:手机用模糊逻辑的方法进行分类。
- 2022-04-20 08:00:13下载
- 积分:1
-
NRF51822 UART
/* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use of the information. NO
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from
* the file.
*
*/
- 2022-06-19 21:29:20下载
- 积分:1
-
斐波拉契数列利用栈消去递归
使用十三条规则进行斐波拉契数列利用栈消去递归。
- 2022-02-05 22:53:30下载
- 积分:1
-
科学工程数值计算代码
包含矩阵计算, 求逆, 分解, 函数求极值, 插值逼近的算法, 很全是算法库, 可以直接进行调用.
- 2022-11-30 22:05:04下载
- 积分:1
-
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是带权算法...
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是带权算法-This is the assignment of numerical analysis course during my graduated education,all the codes are realized by C language,and have been debugged successfully,here I d like to share it with all of you.This one realized the algorithm of weighting
- 2022-01-25 20:06:06下载
- 积分:1
-
HMM 算法
Contents of this directory
PROGRAMS
* Simple HMMs *
simpledemo.m - Simple demo of HMM code
hmm.m - hmm code
hmm_cl.m - code for calculating likelihood for an hmm
* Factorial HMMs *
fhmm.m - factorial HMM code (exact algorithm -- very slow)
- 2022-04-14 22:21:46下载
- 积分:1
-
Voronoi 图
执行的 voronoi 图在 javascript 中,它用来分发农技团在某一特定的区域 ; 在地图上画出 voronoi 图单元格中的每个点代表一台机器。
- 2022-03-15 03:13:55下载
- 积分:1
-
Phep toan Dai so tuyen tinh
这是关于Dai so tuyen tinh的资料,请参阅附件。这是关于Dai so tuyen tinh的资料,请参阅附件文件。这个是否向供应商提供有关Dai so tuyen tinh的信息,请参阅随附文件
- 2023-08-16 13:55:02下载
- 积分:1
-
图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行...
图论中使用分支与界法求解旅行商问题,直接在vc中编译可运行-graph theory with the use of branch and bound for traveling salesman problem, which directly vc compiler can run
- 2022-07-23 07:17:14下载
- 积分:1