-
名片、胸卡+条形码打印
使用ppBDEPipeline控件
名片、胸卡+条形码打印
使用ppBDEPipeline控件-lgt
- 2022-06-16 00:19:54下载
- 积分:1
-
矩阵计算,主要是利用一个函数得到结果。全选主元高斯消去法...
矩阵计算,主要是利用一个函数得到结果。全选主元高斯消去法-Matrix calculations, mainly using a function to get results. Select principal component Gaussian elimination method
- 2022-12-08 20:00:03下载
- 积分:1
-
计算器相关的一系列代码及相关算法
计算器相关的一系列代码及相关算法...
计算器相关的一系列代码及相关算法
计算器相关的一系列代码及相关算法-A series of calculator-related code and related algorithm calculator related series of code and related algorithms
- 2022-02-21 10:48:15下载
- 积分:1
-
网站管理助手iistool_v4.1.0.0无限制版
资源描述网站管理助手iistool_v4.1.0.0无限制版网站管理助手iistool_v4.1.0.0无限制版网站管理助手iistool_v4.1.0.0无限制版网站管理助手iistool_v4.1.0.0无限制版网站管理助手iistool_v4.1.0.0无限制版网站管理助手iistool_v4.1.0.0无限制版网站管理助手iistool_v4.1.0.0无限制版
- 2022-02-04 17:04:45下载
- 积分:1
-
自己使用vb编的一个计算各种滤波器参数的程序
自己使用vb编的一个计算各种滤波器参数的程序-its own use vb series of the calculation of a variety of filter parameters of the process
- 2022-04-27 10:47:49下载
- 积分:1
-
一个条形码生成程序,可以生成CODE128,CODE39,EAN13,EAN8和…
一个条形码生成程序,可以生成 CODE128,CODE39,EAN13,EAN8等类型的条形码. 无需其他控件,演示程序支持预览和复制到剪切板等功能.-a generating programm of bar code ,it can generate CODE128,CODE39,EAN13,EAN8 and so on.it need none other components,and can showing programm regists preview and copy to clipboard.
- 2022-05-12 16:48:06下载
- 积分:1
-
基于VC6.0的音频动态处理算法实现
音频非线性动态处理属于音频效果处理的一部分,在1983年左右就有相关的研究人员提出了动态处理的传统算法。经过这些年的发展,理论研究不断取得进展,同时MATLAB的运用与仿真为算法的准确性提供了参考。随着DSP芯片计算能力的不断提高,实时数字音频效果器的实现成为可能,运用领域不断扩大。本文在掌握传统动态处理算法的基础上,学习当前为减小非线性失真提出的不同算法,权衡各算法的优缺点,在此基础上设计一种算法,达到实时处理,失真小的目的。
- 2022-03-12 21:04:06下载
- 积分:1
-
一个基于access数据库的小型计算机等级考试报名系统
一个基于access数据库的小型计算机等级考试报名系统-Access database based on a small computer grade examination registration system
- 2022-03-21 18:35:17下载
- 积分:1
-
改变所有窗口按键的文字和图标的程序,使用VISUAL C++编写
改变所有窗口按键的文字和图标的程序,使用VISUAL C++编写-change all window button icon and the words, the use of Visual C preparation
- 2023-04-14 22:55:03下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1