登录
首页 » C# » C#TwainScanner

C#TwainScanner

于 2020-07-07 发布
0 154
下载积分: 1 下载次数: 29

代码说明:

说明:  通过Twain调用扫描仪、高拍仪等电子扫描硬件(Through Twain call scanner, high - imaging device and other electronic scanning hardware)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 64142411VRP
    本算法采用了基于蚁群算法的遗传算法对车辆进行调度,车辆能够找到最优路径,实现最短时间调度,实验验证了算法良好。(The algorithm uses a genetic algorithm based on ant colony algorithm to schedule the vehicle the vehicle can find the optimal path to achieve the shortest time scheduling experiments show that the algorithm is good.)
    2017-11-21 16:31:38下载
    积分:1
  • atm-corr
    说明:  利用IDL进行遥感图像的大气校正,详细说明等(Using IDL for atmospheric correction of remote sensing image, detailed description, etc)
    2020-04-19 15:46:54下载
    积分:1
  • 医药进销存系统VB+Access源码
    医药进销存系统VB+Access源码,功能:日常业务管理、库存管理、查询统计、基础信息管理、系统设置等,界面方面操作方便,还包括有报表和库存查询、供应商管理等功能。
    2022-08-16 01:45:00下载
    积分:1
  • IDC3516
    IDC3516-4-20mA电流环隔离接口芯片的应用-IDC3516-4-20mA current loop isolation Application Interface Chip
    2023-05-22 06:50:03下载
    积分:1
  • 制作精良的ppt,独具匠心的编排顺序,让你从Endnote菜鸟变成熟练掌握该软件的大虾。节省你精读600页英文说明书的时间。(Endnote10版本请自行下载)...
    制作精良的ppt,独具匠心的编排顺序,让你从Endnote菜鸟变成熟练掌握该软件的大虾。节省你精读600页英文说明书的时间。(Endnote10版本请自行下载) 简介: 教程主要分四个部分: 1.文献导入方法 2.文献管理统计 3.Ms Word中使用Endnote 4.高级功能介绍及疑难问题 基本涵盖了日常需用到的所有功能,是作者通读各Endnote10中英文教程后的总结,希望能对大家有帮助。 -Well-made ppt, original scheduling order, so that you get from rookie endnote become master bully of the software. Save your instructions in English 600 reading time. (Endnote10 version of your own to download) Description: Course is divided into four main parts: 1. Literature into Method 2. 3.Ms Word Document management using statistical Endnote4. Advanced features and troubleshooting basic introduction covers all the necessary day-to-day function, the author read through the tutorials in English and Chinese Endnote10 after summing up the hope that it can be helpful to everyone.
    2023-08-23 15:35:04下载
    积分:1
  • Space-resection
    空间后方交会,供参考使用,学习参考资料。(Space resection)
    2014-04-22 20:37:33下载
    积分:1
  • 陀螺误差建模
    MEMS陀螺随机误差建模算法研究。MEMS陀螺精度较低,随机漂移较大,严重影响系统的性能。对MEMS陀螺随机误差进行了时间序列分析,并建立了ARMA模型。使用MATLAB计算所选模型参数建立随机误差的系统方程,采用经典卡尔曼滤波器验证了在静态条件下,滤波后的信号标准差为滤波前的3.88%。针对动态条件下,常规卡尔曼滤波器滤波效果下降的问题,推导并设计了渐消卡尔曼滤波器。仿真结果表明,渐消卡尔曼滤波器能显著改善动态条件下的滤波效果,并且滤波精度较高。
    2022-07-16 21:05:47下载
    积分:1
  • 分布式能源能量调度
    说明:  利用智能算法对微网中的分布式电源进行最优调度实现配电网稳定运行(Using intelligent algorithm to schedule distributed generation in microgrid to realize stable operation of distribution network)
    2021-04-07 15:39:01下载
    积分:1
  • 压缩感知算法实现
    说明:  用matlab平台编写的基于压缩感知的信道估计重构算法的实现(Realization of channel estimation reconstruction algorithm based on compressed sensing based on MATLAB platform)
    2020-10-23 15:57:21下载
    积分:1
  • a class, purpose and content based courses located purposes : 1. With parts of t...
    一、课设目的及内容 课设目的: 1. 在掌握部件单元电路实验的基础上,进一步将其组成系统构造一台基本模型计算机。 2. 为其定义五条机器指令,并编写相应的微程序,具体上机调试掌握整机概念。 课设内容: 将机器指令对应的微代码正确地写入控存中;装载机器指令并进行检查;运行程序,停机后检查数据存贮单元中的结果与理论值是否一致。 通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。 -a class, purpose and content based courses located purposes : 1. With parts of the circuit experiment modules, based on its component systems constructed a basic model computer. 2. Its definition of five machines instructions, and to prepare the corresponding micro-program, the specific machine debugging unit grasp the concept. Course located : machinery orders corresponding to the micro-code correctly charged into the deposit; Loading machinery orders and checks; operating procedures, stands checks data storage modules, the results and the theoretical values are consistent. Through the com
    2022-11-14 05:25:04下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载