-
ex21
说明: 当对话框窗口拖动变化时,相关控件Cedit的范围相应变化。(When the dialog box, drag the window changes, related to the scope of the corresponding control Cedit change.)
- 2008-10-18 23:10:41下载
- 积分:1
-
SRAM 简单测试
SRAM简单测试,测试其性能及其速度,判断SRAM是否可用(Test its performance and speed to determine if SRAM is available)
- 2020-07-10 09:58:55下载
- 积分:1
-
C# 使用字符串数组创建一组单选框数据
C# 基于字符串数组创建一组单选按钮的例子,附上了例子源代码,大家可了解C#字符串数组的简单应用。
以下是例子中的代码,运行后可见如下图所示的图片效果:
//基于字符串数组创建一组单选按钮
string[] MyArray = new string[4];
MyArray[0] = "渝北区";
MyArray[1] = "巴南区";
MyArray[2] = "长寿区";
MyArray[3] = "南岸区";
RadioButton[] MyRadioButtons =new RadioButton[4];
for (int i = 0; i < 4; ++i)
{
MyRadioButtons[i] = new RadioButton();
MyRadioButtons[i].Text = MyArray[i];
MyRadioButtons[i].Location = new System.Drawing.Point(
10, 20 + i * 20);
this.groupBox1.Controls.Add(MyRadioButtons[i]);
}
this.groupBox1.Text = "请评选全市卫生城区:";
- 2022-02-27 00:14:46下载
- 积分:1
-
ucos-gcc
ucos-ii-gcc UCOS-II在AVR单片机上的应用 利用GCC开发环境(CENTER-ii- gcc UCOS-II in the AVR on the use of GCC Application Development Environment)
- 2005-07-14 12:42:58下载
- 积分:1
-
KND2000Server
利用厂商提供的dll,将其封装成ocx用于B端使用(failed to translate)
- 2013-05-03 17:12:43下载
- 积分:1
-
PSCAD IEEE 9节点模型仿真文件
PSCAD IEEE 9节点模型仿真文件(PSCAD IEEE 9 node model simulation files)
- 2021-03-24 21:19:14下载
- 积分:1
-
Solar_HV_DC_AC_Sch_PCB
光伏逆变器SVPWM设计原理图,包含逆变器控制算法(PV inverter SVPWM design schematics, including inverter control algorithm)
- 2014-12-23 22:47:25下载
- 积分:1
-
readpara
配置文件是一组key-value对,用=分割,每个key可以对应多个值(Read key-value config file to find the multiple value of a specific name.)
- 2018-06-29 17:38:30下载
- 积分:1
-
drawing
用循环程序 画用星号* 组成的方框图,可以设置方框的边长大小(Block diagram with an asterisk* cyclic process consisting of paintings, you can set the size of the box side)
- 2014-02-22 13:59:19下载
- 积分:1
-
基于GenericApp无线收发
通过GenericApp项目实现CC2530 的无线收发功能,本项目能够了解CC2530基于z-tack协议栈的无线传输实现,做为基础进一步的进行Zigbee无线传输实现的扩展。
- 2022-01-30 22:46:42下载
- 积分:1