-
实现基于点特征的多源遥感图像
配准技术,并实现了拼接。可以参见我的论文《基于点特征的多源遥感图像
配准技术》...
实现基于点特征的多源遥感图像
配准技术,并实现了拼接。可以参见我的论文《基于点特征的多源遥感图像
配准技术》-A point-based approach to multi-source remote sensing image registration
- 2022-02-25 23:02:09下载
- 积分:1
-
一些很好的C++网站,也很实用的,大家看看,顶一下啊,分享知识...
一些很好的C++网站,也很实用的,大家看看,顶一下啊,分享知识-Some good C++ Website is also very useful, let us look at the top click ah, to share knowledge
- 2023-04-20 11:05:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
华为公司的编程规范,很多编程风格不是很好的程序员可以借鉴一下,风格好谁都喜欢...
华为公司的编程规范,很多编程风格不是很好的程序员可以借鉴一下,风格好谁都喜欢-Program standard of company HuaWei, good reference for some programmer that not had a good programming habit/style.
- 2022-07-23 22:33:15下载
- 积分:1
-
把bin文件转换成c文件
把bin文件转换成c文件-put bin paper documents converted into c
- 2022-03-19 21:59:01下载
- 积分:1
-
规划asp.netvs2005小论坛与SQL2000数据库的一个很好的背景…
asp.netvs2005编程的一个小论坛 有后台 很好用 数据库SQL2000压缩在程序里 导入数据库,改CONFIG就能运行使用-Programming asp.netvs2005 a small forum has a good background with SQL2000 database import compression in the program database, to be able to run the use of CONFIG
- 2022-12-20 08:40:06下载
- 积分:1
-
Wrote it myself a very simple serial debugging tools, it is suitable for beginne...
自己写的非常简单的串口调试工具,很适于初学者学习。-Wrote it myself a very simple serial debugging tools, it is suitable for beginners to learn.
- 2022-04-28 01:14:08下载
- 积分:1
-
即时聊天软件
应用背景这是一个用C++编写的,基于UDP的远程聊天软件,支持单人私聊,多人群聊,以及服务器广播等基本功能,可供相关方面的初学者参考学习使用。关键技术
本程序以C++为编程语言,用MFC为框架,cs网络架构,udp套接字,压缩包内分为客户端和服务端两个程序,vc6编译通过。
- 2022-01-20 23:26:56下载
- 积分:1
-
一个文件删除的例子,值得参考
一个文件删除的例子,值得参考-Example of a file deleted, it is also useful
- 2023-02-18 00:15:04下载
- 积分:1
-
队列默认的传递模式是持久的,它不会被删除,它将队列D。
如果你得队列Default Delivery Mode是持久,它是不会被取出的,可以将队列Default Delivery Mode为非持久,在Monitor察看Messages Received 、Messages Pending、Messages
,如果还没有动静,察看程序相应queue等是否正确-Cohort Default Delivery Mode is durable, it will not be removed, it will queue Default Delivery Mode non-durable and look at Monitor Received Messages, Messages Pending, Messages, if it is not idle and see the corresponding procedures, such as whether the correct queue
- 2022-02-05 20:31:41下载
- 积分:1