-
BORLAND C显示程序
BORLAND C显示程序-BORLAND C Display Program
- 2022-12-13 06:30:03下载
- 积分:1
-
This article shall describe a very simple approach to working with a GPS device...
This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application. This article does not address how the GPS device works or everything that can be gleaned from the NEMA 0183 string outputted from most GPS devices rather, the article is intended for those just interested in getting present position from a GPS and using that point to do something interesting like show you where you are on a map.-This article shall describe a very simple approach to working with a GPS device within the context of a Visual Basic 2005 application. This article does not address how the GPS device works or everything that can be gleaned from the NEMA 0183 string outputted from most GPS devices rather, the article is intended for those just interested in getting present position from a GPS and using that point to do something interesting like show you where you are on a map.
- 2022-08-19 17:43:14下载
- 积分:1
-
Exporting data read by windows messaging to another windows application via wind...
Exporting data read by windows messaging to another windows application via windows messaging
- 2023-04-01 17:00:03下载
- 积分:1
-
ASP地址薄C++语言实现算法
ASP地址薄C++语言实现算法-ASP address book C language algorithms
- 2023-04-26 01:35:03下载
- 积分:1
-
VC++调Matlab的简易程序,调出Matlab的figure图
VC++调Matlab的简易程序,调出Matlab的figure图-VC++ tune simple Matlab program, bring up Matlab" s figure diagram
- 2022-01-28 08:21:20下载
- 积分: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
-
Chinese version of Windows programming (CHM), would like to help everyone
Windows程序设计中文版(CHM),希望对大家有帮助-Chinese version of Windows programming (CHM), would like to help everyone
- 2022-03-24 06:15:08下载
- 积分:1
-
读者优先写者优先问题 ,windows下线程实现
读者优先写者优先问题 ,windows下线程实现-readers who wrote priority priority issues, windows under the thread
- 2022-02-01 19:51:48下载
- 积分:1
-
翼型网格生成
此代码生成的结构格栅周围的任何类型的翼型。你应该给翼型点(100 point.txt是已连接的一个例子)作为输入,然后它使电网。您可以设置高宽比有细网,改变域的半径。椭圆子程序求解椭圆方程平滑网格。
- 2022-05-18 11:46:42下载
- 积分:1
-
对WAV音频文件进行编辑
对WAV音频文件进行编辑-right WAV audio files for editing
- 2022-11-14 08:20:03下载
- 积分:1