-
航空管理软件
通过目标输入雷达经纬度和雷达的高度
计算目标的x,y的位置...
航空管理软件
通过目标输入雷达经纬度和雷达的高度
计算目标的x,y的位置-Aviation management software through the target latitude and longitude input radar and radar target height calculation of the x, y position
- 2022-07-20 16:13:35下载
- 积分:1
-
控制摄像头的vc++程序源码
控制摄像头的vc++程序源码
控制摄像头的vc++程序源码
控制摄像头的vc++程序源码-Control camera vc++ program source code control camera vc++ program source code
- 2022-04-08 17:43:28下载
- 积分:1
-
对图象进行傅立叶变换的压缩程序TC2编写
对图象进行傅立叶变换的压缩程序TC2编写-right Fourier transform image compression procedure to prepare TC2
- 2022-01-20 22:40:28下载
- 积分:1
-
ARM Embedded WINCE Practice Guide, using JXARM9
ARM嵌入式WINCE实践教程,采用JXARM9-2410作为实验平台-ARM Embedded WINCE Practice Guide, using JXARM9-2410 as an experimental platform
- 2022-03-20 20:58:41下载
- 积分:1
-
学籍管理系统系统分析参考.rar
学籍管理系统系统分析参考.rar-Information Management System reference. Rar
- 2022-03-05 13:46:52下载
- 积分:1
-
动态创建控件实例,演示如何动态创建和删除控件
动态创建控件实例,演示如何动态创建和删除控件-Examples of dynamically created controls, demonstrate how to dynamically create and delete controls
- 2022-04-19 16:59:09下载
- 积分:1
-
一个绿色定时小闹钟,用于吵醒。
一个绿色定时小闹钟,用于吵醒。-a regular small alarm clock, for the wake.
- 2022-10-08 10:40:02下载
- 积分:1
-
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考...
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考-MSChart use inside the detailed description of the various use MSChart control methods, properties, events, etc., and there are examples of reference
- 2022-05-17 16:33:10下载
- 积分:1
-
Below is a small program procedures used to prepare WITH TC 2.0. Changes in marg...
下面给出的小程序程序用TC2.0编写。变化时边缘细胞不参与变化。随着迭代次数的不同,在屏幕显示的图案精彩纷呈,象万花筒般引人入胜-Below is a small program procedures used to prepare WITH TC 2.0. Changes in marginal cells do not change. With the number of iterations different, the screen shows the logo brilliant, as attractive as Kaleidoscope
- 2023-02-06 20:30: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