-
实现基于点特征的多源遥感图像
配准技术,并实现了拼接。可以参见我的论文《基于点特征的多源遥感图像
配准技术》...
实现基于点特征的多源遥感图像
配准技术,并实现了拼接。可以参见我的论文《基于点特征的多源遥感图像
配准技术》-A point-based approach to multi-source remote sensing image registration
- 2022-02-25 23:02:09下载
- 积分:1
-
二进制平方和乘方的幂模算法,是密码学中的重要问题.这里提供他的简单算法....
二进制平方和乘方的幂模算法,是密码学中的重要问题.这里提供他的简单算法.-binary square and involution of Power Modules algorithms, cryptography is the most important issue. Here he provides a simple algorithm.
- 2022-07-15 17:44:09下载
- 积分:1
-
最新的杀人游戏的源代码
来源于84源码下载站,请不要恶意传播,...
最新的杀人游戏的源代码
来源于84源码下载站,请不要恶意传播,-The latest killings came from the source code of the game Download the source station 84, please do not malicious dissemination,
- 2023-02-11 15:00:03下载
- 积分:1
-
My first fluid solver used an explicit solver with successive over
My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor -My first fluid solver used an explicit solver with successive over-relaxation, but the instability problems were frustrating, so I abandoned it in favor
- 2022-05-26 00:19:40下载
- 积分:1
-
Kroos Web browser Sample
Kroos Web browser Sample
- 2022-02-03 09:20:52下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
嵌入式的本地数据库(表)引擎, 不需要任何附加库(非BDE), 直接插入源代码即可 附带BDE转换/表编辑...
嵌入式的本地数据库(表)引擎, 不需要任何附加库(非BDE), 直接插入源代码即可 附带BDE转换/表编辑 -embedded local database (Table) engine, does not require any additional libraries (BDE), plugs directly into the source code can be attached BDE conversion/Table Editor
- 2022-03-11 02:33:45下载
- 积分:1
-
vb.net编写的 人员管理系统.rar 带数据库
要下得快
vb.net编写的 人员管理系统.rar 带数据库
要下得快-vb.net prepared by the personnel management system. Rar with database to the next faster
- 2022-05-05 08:14:30下载
- 积分:1
-
3D小场景,比较不错,有点cs的感觉。值得大家参考借鉴。
3D小场景,比较不错,有点cs的感觉。值得大家参考借鉴。-3D small scene, quite good, a little cs feeling. Worthy of our reference reference.
- 2022-12-27 00:50:03下载
- 积分:1
-
Delphi 驱动程序
在 Delphi 编写驱动程序
驱动程序开发一直是 C/c + + 和汇编语言程序员的特权。如果有人需要写一个设备驱动程序在特尔斐,他不得不解决对于"适配器"的驱动程序会允许其用户模式程序一些能力,内核模式函数接口。也是"巫师",(据说) 允许你创建多驱动程序开发不知情的情况下的驱动程序。这两种往往是商业软件。
对于某些任务之一也可以使用一项服务 (可以用 Delphi 编写)。好吧,要么,或学习到 C/c + + 程序。与旧的 Delphi 版本,您仍然可以使用 Microsoft DDK 要链接的对象文件中包含的链接器由 Delphi 编译器需要一个有效的.sys 文件,但德尔菲的较新版本有不同的.obj 文件格式。到底有没有希望吗?嗯,那里是啊 !
为什么你通常无法创建驱动程序在特尔斐的主要原因是这样:
它的编译器/链接器不能产生.sys 文件。
对象文件格式不兼容如上文所述。
DDK 中非 C/c + + 语言通常不可用。
一些基本的单位 (RTL) 他们并不打算在内核模式下使用和驱动程序 (和它整个系统) 有可能崩溃。
我最近发现的解决方案是德尔福驱动程序开发工具包 v0.0.4 (本地镜像),解决这些问题的大部分,并允许您创建内核模式驱动程序,即使在 Delphi 7 !它包含了翻译的 DDK 头,一个实用程序,特尔斐 OBJ 文件转换为格式兼容微软链接器和其他一些东西。最好的事情是它是免费的 !编研在我使用 Delphi 7 的 Windows
- 2022-07-22 19:15:52下载
- 积分:1