登录
首页 » C# » NET

NET

于 2020-06-17 发布
0 69
下载积分: 1 下载次数: 1

代码说明:

说明:  强大的图像处理库,供开发嵌入式解决方案TELEDYNE DALSA的Sapera Embedded SDK工具包(Powerful Image Processing Library for Developing Sapera Embedded SDK Toolkit for Embedded Solution TELED YNE DALSA)

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

发表评论

0 个回复

  • 讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。...
    讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。--- mine is to download tool, in my very popular around, I think it is very convenient and practical.
    2022-06-15 19:37:34下载
    积分:1
  • 这个是sap讲义,帮助大家认识sap有哪些方面业务知识。
    这个是sap讲义,帮助大家认识sap有哪些方面业务知识。-This is a sap handouts to help everyone understand the sap has what knowledge.
    2023-07-10 03:25:07下载
    积分:1
  • VB使用smtp.dll发送Email程序演示
    VB使用smtp.dll发送Email程序演示,简邮邮件发送组件,mtp.dll通过smtp协议发送邮件,为标准windows dll 支持VB VC等主流编程工具调用,调用方式跟调用windows api完全相同。 使用或者发布后无需注册控件 无需做成安装包 发布时只需将本dll放到exe同目录下即可。   本dll仅有两个导出函数   1.SendMail函数:发送邮件主函数   2.GetSmtpError函数:当发送失败时使用该函数取得失败的原因 (比如用户名密码错误)   具体用法及各个参数说明见各个程序示例代码。
    2022-02-13 00:21:07下载
    积分:1
  • DLL in the preparation process. Static and dynamic library of distinction, and t...
    动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
    2022-10-26 17:15:03下载
    积分:1
  • tankwar999
    说明:  用jwt GUI进行编写的一个小游戏,然后是java的多线程进行控制的(this is a small project to play of the name is TankWar)
    2020-06-16 05:40:01下载
    积分:1
  • type4_windfarm
    双馈风机次同步振荡的PSCAD模型,用来模拟实际系统。(The PSCAD model of synchronous oscillation of double feed fan is used to simulate the actual system.)
    2017-12-14 19:49:22下载
    积分:1
  • Ant colony algorithm to solve the optimal vehicle routing problem, for we learn...
    蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!-Ant colony algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
    2023-05-23 14:40:03下载
    积分:1
  • Perl_Thinker
    Perl是一门以处理文本和文件见长的语言。它是一门易上手,开发快速的工具。相对于其它的脚本语言,有不可比拟的优势。本书为Perl入门的比较好的书籍(Perl is a language known to handle text and file. It is an approachable, to develop a quick tool. Relative to other scripting language, has incomparable advantages. Good books for book entry for Perl)
    2012-08-21 18:10:09下载
    积分:1
  • Python核心编程 第3版 中文版
    说明:  本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。 第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。 第 2 部分 讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。 本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts. Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on. Part 2 Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents. This book is suitable for Python developers with some experience.)
    2020-06-17 10:40:02下载
    积分:1
  • VC++资源管理器-无限级树型菜单
    一个比较早的代码了,VC++资源管理器-无限级树形菜单,本程序所用压缩函数库在子目录zipfunc中,在zipfunc目录下,有两个子目录分别包含Release版和Debug版的zipfunc.lib,两者都是共享链接库编译生成.同样,主程序的链接也必须用共享链接库设置.如要生成静态链接库程序,则必须重新编译zipfunc.lib,使之也生成静态链接库文件.   主工程中的CZip类和CUnZip类,是直接使用压缩库函数构造的.编译后不需要额外的文件支持.   具体可见工程设置中的Link选项和C++ ->Preprocessor -> Additional include directories选项以及CZip类和CUnZip类的头文件.   ZipFunc.lib是WinZip的原版.独立使用CZip类压缩出来的文件完全可以用WinZip来解压缩,一点问题也没有.   新版程序支持文件关联,具体代码见CNoteApp类的初始化函数和CNoteDlg类的初始化函数.为了方便期间,本程序没有使用注册表编程.文件关联的实现可以对生成的数据文件使用打开方式关联,一次就OK了.
    2022-11-18 07:35:04下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载