-
QUADTREE地形
说明: 四叉树(lod)实现地形三维可视化的程序,内有代码和数据(quadtree (incomplete) 3D terrain visualization procedures, which have code and data)
- 2005-10-19 19:47:15下载
- 积分:1
-
456
1990年—adaptive multi-band CFAR detection of an optical pattern with unknown spectral distribution.pdf
- 2013-01-13 20:06:47下载
- 积分:1
-
Sentinel-1_users_guide
gamma 软件处理哨兵1号数据技术流程,包括预处理,干涉等详细过程。(gamma Sentinel-1 data processing software technology processes, including detailed pre-processing, and other interference.)
- 2020-10-12 22:57:32下载
- 积分:1
-
binary.h(C语言二进制头文件)
/* * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2.1 of the License, or * (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . * * Version: 3.0 * */#ifndef Binary_h#define Binary_h#define B0 0#define B00 0#define B000
- 2022-05-08 08:54:20下载
- 积分:1
-
C# 使用IPEndPoint类获取终结点的IP地址和端口号
Visual C# UseIPEndPoint例子,使用IPEndPoint类对象获取终结点的IP地址和端口号,运行生成的Exe文件,得到的结果如图所示:
以下是实现本功能的关键代码:
先实例化IPEndPoint类对象:
IPEndPoint IPEPoint = new IPEndPoint(IPAddress.Parse(textBox1.Text), 80);
//使用IPEndPoint类对象获取终结点的IP地址和端口号
label2.Text = "IP地址:"+IPEPoint.Address.ToString() + "
端口号:" + IPEPoint.Port;
- 2022-01-28 05:14:25下载
- 积分:1
-
Calculator
基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。(Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses.)
- 2013-12-01 16:35:07下载
- 积分:1
-
用C# 语言编写的简单的小游戏
用C# 语言编写的简单的小游戏-吃豆子游戏,按时间统计吃豆子数量-C# language of a simple little game-eat beans games, a time to eat beans volume statistics
- 2022-08-24 19:35:33下载
- 积分:1
-
jpeg_EN_c++
一个自己编的解码jpeg格式图片的VC++程序的源代码。()
- 2007-10-08 08:58:11下载
- 积分:1
-
门禁系统相关设计资料
说明: 智能基于RFID门禁系统的完整代码,PCB设计,电路设计(Intelligent access control system based on RFID)
- 2020-04-20 00:54:37下载
- 积分:1
-
canvas
五子棋游戏,可以人机交互玩,自动判断输赢(Welcome to play)
- 2009-10-26 13:25:22下载
- 积分:1