-
tf-test
说明: tensorflow windows下测试工程(tensorflow test project under windows)
- 2019-02-22 10:56:41下载
- 积分:1
-
TextControl_BREW
BREW Text Control in SKYMobile handsets(A presentation in Korean on the implementation of OEMText control in BREW in SKYMobile handsets.)
- 2009-05-09 06:41:52下载
- 积分:1
-
yuanlitu
单片机系统原理图 拥有各种功能 基本上能满足学生单片机学习开发应用(mcu perfect)
- 2011-05-18 23:50:21下载
- 积分:1
-
HMI
说明: 此文件为自主设计的单片机平台串口屏的源码,该源码包括所有使用PS修改的素材以及HMI串口屏的执行文件,文件内实现了包括:UI实时显示时间、图形化控制、远程端数据的读取、针对读取数据显示波形等。(This file is the source code of the self-designed MCU platform serial screen, which includes all the materials modified by PS and the executive file of HMI serial screen. The file includes: UI real-time display time, graphical control, remote data reading, waveform display for reading data, etc.)
- 2020-12-30 10:13:48下载
- 积分:1
-
ndiswrapper驱动源码
NdisWrapper实际上是一个开源的驱动(从技术上讲,是内核的一个模块),它能够让Linux使用标准的Windows XP下的无线网络驱动.你可以认为NdisWrapper是Linux内核和Windows驱动之间的一个翻译层.Windows驱动可以通过 NdisWrapper的配置工具进行安装
- 2022-01-25 23:44:40下载
- 积分:1
-
WPF 将Vista Aero效果扩展到整个窗口 示例源码下载
要正确运行Demo,你应该使用开启Aero效果的Vista版本
- 2013-10-05下载
- 积分:1
-
wpf GameLibrary 实例源码下载
wpf GameLibrary 实例源码下载
- 2015-03-05下载
- 积分:1
-
基于NI DAQ 6221 的单点电压测量源程序。
基于NI DAQ 6221 的单点电压测量源程序。-Based on NI DAQ 6221 voltage measurement of a single point source.
- 2022-06-02 07:15:04下载
- 积分:1
-
C# 最经典 简单的progressBar进度条用法示例
这是一个大家都熟悉的实用技巧,用C#制作进度条功能,本代码演示了最简单,且实现方法简单的progressBar进度条用法示例,
单击按钮后,开始演示进度条效果,这部分代码写在按钮事件中:
progressBar1.Value = 0;//设置进度条的初始值
progressBar1.Minimum = 0;//设置progressBar1控件的Minimum值为0
progressBar1.Maximum = 500;//设置progressBar1的Maximum值为500
progressBar1.Step = 1;//设置progressBar1的增值为1
for (int i = 0; i < 500; i++)//调用for语句循环递增
{
progressBar1.PerformStep();//使用PerformStep方法按Step值递增
textBox1.Text = "进度值:" + progressBar1.Value.ToString();
}
- 2022-08-18 01:25:55下载
- 积分:1
-
超声波测距Arduino
超声波测距并在LED显示屏中显示。基于Arduino超声波测距并在LED显示屏中显示,显示屏1602,iic总线与主控板连接,超声波测距显示为整数,单位为cm
- 2022-09-05 02:55:03下载
- 积分:1