搜索结果
找到约 1,195 项符合
IPL.dll 的查询结果
书籍源码 光学设计软件zemax源码: This DLL models an nular aspheric surface as described in: "Annular surfaces in
光学设计软件zemax源码:
This DLL models an nular aspheric
surface as described in:
"Annular surfaces in annular field systems"
By Jose M. Sasian
Opt. eng. 36 (12) P 3401-3401 December 1997
This surface is essentially an odd aspheric surface with an offset in the aspheric terms.
The sag is given b ...
书籍源码 zemax源码: This DLL models an anamorphic aspheric surface. This surface is essentially an even asp
zemax源码:
This DLL models an anamorphic aspheric surface.
This surface is essentially an even aspheric surface with different terms for
the x and y directions.
The sag is given by:
Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y)))
+ AR*( (1 - AP)*x*x + (1 + AP)*y*y ...
书籍源码 zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac
zemax源码:
This DLL models a standard ZEMAX surface type, either plane, sphere, or conic
The surface also demonstrates a user-defined apodization filter
The filter is defined as part of the real ray trace, case 5
The filter can be used at the stop to produce x-y Gaussian apodization similar to t ...
VC书籍 关于dll使用的文档
关于dll使用的文档,适合于初学者阅读,学习
软件设计/软件工程 如何在DLL中使用对话框
如何在DLL中使用对话框,从Win32 DLL和MFC DLL两个方面来分析并解决这个问题。
串口编程 动态库(dll)中建立串口监视线程的实时串口通信
动态库(dll)中建立串口监视线程的实时串口通信
Delphi控件源码 用Delphi实现Dll插件的方式
用Delphi实现Dll插件的方式,相对简单但是很能说明问题哦。
VC书籍 详谈调用winpcap驱动写arp多功能工具 这里的内容有 一 winpcap驱动简介二 Packet.dll相关数据结构及函数三 T-ARP功能及原理介绍四 T-ARP主要代码分析五 T-ARP
详谈调用winpcap驱动写arp多功能工具
这里的内容有 一 winpcap驱动简介二 Packet.dll相关数据结构及函数三 T-ARP功能及原理介绍四 T-ARP主要代码分析五 T-ARP源代码
转载
交通/航空行业 FBYCOM.dll的源程序
FBYCOM.dll的源程序,提供
了单、多机模式的控制方法,仅供编程人员参考,本软件用 Visual
C++ 6.0开发。
加密解密 一个自己写的加密/解密DLL文件
一个自己写的加密/解密DLL文件,包含(Base64, BlowFish, AES, RSA,DES3,GOST)等算法以及用delphi 和 C++Builder 调用的例子源码和调用说明文件。