-
ADS112C04
ADS112C04驱动,可采集电压,产生恒定电流等(ADS112C04 Driver,can Acquisition voltage,and
Generating a constant current)
- 2020-12-15 20:59:13下载
- 积分:1
-
Vega
Vega相关资料,网上搜集并整理的,希望对初学者有所帮助。(Vega-related information, online collection and sorting, and want to help beginners.)
- 2010-07-13 01:21:14下载
- 积分:1
-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分:1
-
C# 以WrapWithOverflow方式、Wrap方式、NoWrap方式显示文字
C#以三种方式显示文字,分别以WrapWithOverflow方式、Wrap方式、NoWrap方式将文字显示在窗口中,这三种方式实现的代码请看以下代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//WrapWithOverflow方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.WrapWithOverflow;
}
private void button3_Click(object sender, RoutedEventArgs e)
{//Wrap方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.Wrap;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//NoWrap方式
this.MyTextBlock.TextWrapping = System.Windows.TextWrapping.NoWrap;
}
- 2022-01-25 20:43:04下载
- 积分:1
-
操作系统进程调度中的分级调度...自己试着编了个..大家看看指出不足...
操作系统进程调度中的分级调度...自己试着编了个..大家看看指出不足-operating system process scheduling classification scheduling ... .. Bianlegan own try to see that we lack
- 2022-02-06 20:42:20下载
- 积分:1
-
HttpHelperV1.8-Net4.0版本
用这个类(c#)可以少走弯路,对c#初学者来讲。
- 2022-03-18 11:59:03下载
- 积分:1
-
基于Qt的VTK应用程序代码
基于Qt的VTK应用程序代码
- 2019-06-04下载
- 积分:1
-
table
一个桌子,可以对其进行移动旋转,并可设置长宽高。(A table, you can move the rotation, and can set the length and breadth.)
- 2012-05-23 20:51:32下载
- 积分:1
-
STM32F103C8板子程序
基于sx1278实现STM32F103C8和STM8L151间通讯(sx1278,STM32F103,STM8L151)
- 2020-06-21 15:00:02下载
- 积分:1
-
stm8l+si4463透传模块
相当全的参考代码,硬件完全匹配的情况下烧写就可以运行,实现透传功能
- 2022-05-27 08:55:07下载
- 积分:1