-
使用代码生成条形码
如果(string.IsNullOrWhiteSpace(this.BarCodeText)) 抛出新的ArgumentException(“条形码之前,必须设置为调用生成”); //确保条码不包含无效字符 } //确定条码宽度 变种widthOfBarCodeString= 0; VAR wideToNarrowRatio=2.0; 对于(VAR I =0; I
- 2022-05-29 10:39:42下载
- 积分:1
-
文本框中的文本内容顺序颠倒,快捷键可以削减的版本…
将文本框的文本内容倒序排列,可后台快捷键得到剪切版内容.-Text content of the text box reverse order, shortcut keys can be cut back version of the content.
- 2022-09-01 13:10:03下载
- 积分:1
-
带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。...
带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-bracketed arithmetic expression calculator. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-05-22 15:16:04下载
- 积分:1
-
MIMO_equalizer
采埃孚、 MMSE mimo matlab 仿真。它使用 BPSK 调制。它显示了不同的均衡器用于 MIMO 的新比较。
- 2022-11-23 16:40:03下载
- 积分:1
-
a small program imitating microsoft excel
一个模仿microsoftexcel的小程序
- 2022-07-24 15:02:45下载
- 积分:1
-
写出一个小程序输出1――100之间不能被3和7整除的数,输出按5个一行.
#include "stdio.h"...
写出一个小程序输出1――100之间不能被3和7整除的数,输出按5个一行.
#include "stdio.h" -Write a small program output 1- 100 between 3 and 7 should not be divisible by the number, the output line 5 by .# Include
- 2022-03-20 21:45:10下载
- 积分:1
-
模仿窗口用户界面程序
模仿WindowsXP用户接口的程序-imitate the Windows user interface procedures
- 2022-06-03 20:22:20下载
- 积分:1
-
中国节日对照的源码,还有阴阳历转换,用于51单片机
中国节日对照的源码,还有阴阳历转换,用于51单片机-Chinese festival of the source control, as well as conversion阴阳历for 51 single-chip
- 2022-07-13 23:37:16下载
- 积分:1
-
right curve projection algorithm
对投影的曲线算法-right curve projection algorithm
- 2022-03-24 22:12:49下载
- 积分:1
-
OCR算法代码。它不是一个完整的系统,而不是建立执行程序…
OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
- 2022-02-21 00:24:04下载
- 积分:1