-
track-
C# 单击表示轨道占用,轨道占用时向车载计算机发码(C# click on that track occupancy, track occupancy when issued to the vehicle computer codes)
- 2011-05-23 15:40:52下载
- 积分:1
-
cun-book-also
这是一个关于汉诺塔的书机,大家凑活用用,还可以(This is a book on Hanoi machine, chip in use to use, can also)
- 2017-03-30 15:03:50下载
- 积分:1
-
websocket-sharp-master
websocket-sharp-master example to develop
- 2018-09-26 12:56:58下载
- 积分:1
-
51单片机超声波测距
STC89C51单片机超声波测距,原理,源程序
- 2022-01-25 19:42:44下载
- 积分:1
-
opnet初学者的几个实例
关于opnet初学者的几个练手小实例,个人感觉很有用哦,一步步摸打滚爬起来的
- 2023-03-25 15:45:03下载
- 积分:1
-
毕设ElGamal
实现elgamal加解密
在VC6.0下面(Realization of ElGamal encryption and decryption)
- 2021-04-19 18:08:50下载
- 积分:1
-
C# wpf wifi网络共享源码
【实例简介】
- 2021-06-12 00:31:20下载
- 积分:1
-
dianliuyuanjunliujishu
基于AVR单片机的开关电源均流技术 适合提高(Based on the AVR microcontroller for switching power supplies are streaming technology to improve)
- 2011-08-27 13:19:08下载
- 积分: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
-
WinEditor
最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。(Recently to do a similar drawing board a small Windows program, use and share with you. Features and interfaces in Windows, bringing all to imitate the drawing board, such as interface screenshot. The main features include: hand-painted lines, simple graphics, text input, drag and drop block, duplicate revoked, screen zoom, open the Save picture files, the other in order to directly from the database or XML access picture also provides a survival from the Base64 encoding Photos from the interface, the other also drawing board and achieve the same effect toolbox and paint boxes.)
- 2009-03-17 11:51:59下载
- 积分:1