-
OpenGL绘制球体
说明: OpenGL利用三角面片逼近绘制球体,纹理贴图实现可旋转的地球效果(OpenGL uses triangle patch to draw sphere and texture map to achieve rotatable earth effect)
- 2019-11-17 12:43:27下载
- 积分: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
-
LayersOfMaps
It s an add-in for Arcmap to display properties of layers.
- 2013-12-03 05:30:09下载
- 积分:1
-
使用C#编写的一个网上二手书店的源码,实现了用户注册,以及物品搜索,订购的功能。...
使用C#编写的一个网上二手书店的源码,实现了用户注册,以及物品搜索,订购的功能。-The use of C# Prepared an on-line source of second-hand bookshop, realize the user register, as well as search items, ordering functions.
- 2023-08-09 13:35:05下载
- 积分:1
-
心形流水灯
说明: 基于STC89C52RC的一种超炫的流水灯,代码十分的简洁。(Based on STC89C52RC, a dazzling water lamp, the code is very simple.)
- 2020-06-18 10:00:01下载
- 积分:1
-
Grayscaleimagesharpening
灰度图像图像锐化处理,拉普拉斯变换,梯度等(Grayscale image sharpening, Laplace transforms, gradients, etc.)
- 2010-10-25 17:27:54下载
- 积分:1
-
Finite_time_Sim
群集行为是多智能体系统研究中的一个重要问题,其主要任务是给出多个智能体基于局部信息实现群集行为的条件,本文针对信息交换拓扑保持连通性的群集行为展开研究,主要内容如下(Swarming behavior is an important problem in the research of multi-agent system, its main task is to give a local agent information to realize the swarm behavior based on the condition, according to the topology preserving connectivity of the cluster behavior information exchange, the main contents are as follows)
- 2017-08-09 15:32:20下载
- 积分:1
-
BCB-vcl
BCB三个高级组件TRichEdit组件、TreeView组件、TCustomGrid组件的应用 (The application of BCB three advanced components the TRichEdit components, TreeView component TCustomGrid components)
- 2012-08-08 15:57:33下载
- 积分:1
-
7608986a546a
xfarbe-2.3.rar - 一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多(A great two-dimensional contour mapping procedures)
- 2012-01-30 16:45:47下载
- 积分:1
-
main
测试步进电机正反转,可以看到步进电机正转一会儿又反正,一直循环。(Test step motor and reversing, can see is a stepping motor and anyway, have been circulating.)
- 2014-08-01 22:57:34下载
- 积分:1