-
wince系统下的EVC工具下编写的一个串口程序,可以测试多个串口...
wince系统下的EVC工具下编写的一个串口程序,可以测试多个串口-wince under the EVC system tools under the procedures for the preparation of a serial port, you can test a number of serial
- 2023-04-29 02:25:04下载
- 积分:1
-
自动翻页功能...可以设定翻页的时间,解决阅读时需要不停手动翻页的烦恼...
自动翻页功能...可以设定翻页的时间,解决阅读时需要不停手动翻页的烦恼-Auto-flip feature page ... can set the time to address the reading needs of non-stop manually flip the trouble
- 2022-01-21 23:50:53下载
- 积分:1
-
词法分析,运用VC++6.0编写,可以进行对输入源代码进行编译
词法分析,运用VC++6.0编写,可以进行对输入源代码进行编译-accidence analysis using VC++6.0 ,can compile input resource code.
- 2022-04-02 09:46:01下载
- 积分:1
-
tells you how to do the synchronization intitializer
tells you how to do the synchronization intitializer
- 2022-04-17 06:45:58下载
- 积分:1
-
编译原理实验用来识别无符号数,代码不长.
编译原理实验用来识别无符号数,代码不长.-compiler principle experiment with symbols used to identify the number code is not long.
- 2023-04-03 04:45: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
-
化工设备图形监控,用到的可以下载,很不错的。
化工设备图形监控,用到的可以下载,很不错的。...
化工设备图形监控,用到的可以下载,很不错的。
化工设备图形监控,用到的可以下载,很不错的。-Chemical Equipment graphical monitoring, can be used to download, very good. Chemical Equipment graphical monitoring, can be used to download, very good.
- 2022-08-14 18:57:23下载
- 积分:1
-
网络对战版象棋,用vc开发,可继续进行移植至linux,嵌入式下
网络对战版象棋,用vc开发,可继续进行移植至linux,嵌入式下-Network version of chess against using vc development, can continue to transplant to linux, embedded under the
- 2022-01-25 15:44:24下载
- 积分:1
-
书上的例子,是本人在学习过程中的作品,上传给大家学习学习...
书上的例子,是本人在学习过程中的作品,上传给大家学习学习-book on the case, I was in the learning process works, we upload to learn from
- 2022-09-07 07:55:02下载
- 积分:1
-
HOFFMAN algorithm to achieve a simple process, we hope to learn useful
HOFFMAN算法的一个简单实现过程,希望对大家的学习有用-HOFFMAN algorithm to achieve a simple process, we hope to learn useful
- 2022-09-20 11:55:02下载
- 积分:1