-
xilix Spartan FPGA数据表.
xilix datasheet for spartan fpga
- 2022-02-22 04:45:42下载
- 积分:1
-
NI 数据采集卡的demo程序,对labview有兴趣的可以
NI 数据采集卡的demo程序,对labview有兴趣的可以-NI data acquisition card demo program, labview interested to see
- 2023-04-11 09:50:04下载
- 积分:1
-
This is the use of ARM subsidiary KEIL development environment, in which the lan...
这是利用ARM子公司KEIL的开发环境,其中用到的语言为C以及VISUAL C++,编写的是中断的程序。-This is the use of ARM subsidiary KEIL development environment, in which the language used for C and VISUAL C++, Prepared by the procedure is interrupted.
- 2022-03-15 00:07:30下载
- 积分:1
-
Article that you can know about controlling of hydraulics
Article that you can know about controlling of hydraulics
- 2022-03-01 11:09:49下载
- 积分:1
-
这是一个比较简单的程序。
this a relatively simple program.
-this is a relatively simple program.
- 2022-06-30 05:15:38下载
- 积分:1
-
windows 98/2000/NT/XP
windows 98/2000/NT/XP
- 2023-06-06 23:52:24下载
- 积分:1
-
Achieved with the mouse as a center of a circle of fixed
实现了以鼠标为圆心化固定大小的圆,可以自己选择颜色-Achieved with the mouse as a center of a circle of fixed-size circle to choose their own colors
- 2022-08-04 04:04:10下载
- 积分:1
-
vc下的系统调用,API函数(字体)
vc下的系统调用,API函数(字体)-vc under the system call API functions (fonts)
- 2022-03-22 08:07:23下载
- 积分:1
-
可随意更改文件修改日期
可随意更改文件修改日期-can change the modified-date of the file
- 2023-01-18 18:10: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