-
WPF画曲线图源码
说明: 源码描述:
一、源码特点
一款用wpf画柱状图,扇形图,折线图,适合初学者学习使用,有需要的朋友不要错过
二、注意事项
开发环境为Visual Studio 2013,使用.net 4.5开发。
作者:青雨木(Source description:
I. Source Code Characteristics
Wpf is a bar chart, sector chart, polyline chart, suitable for beginners to learn to use, friends in need do not miss
II. Notes
The development environment is Visual Studio 2013, developed with. net 4.5.
Author: Qingyumu)
- 2020-06-23 02:40:01下载
- 积分:1
-
2
说明: Visual C++角色扮演游戏程序设计之CG合成
游戏编程的第2步,CG合成的源代码(Visual C++ role-playing games designed CG synthesis Game Programming Step 2, CG source code for the synthesis of)
- 2010-01-22 14:31:42下载
- 积分:1
-
mpu6050 的PIC16F877A的程序(成功!)
mpu6050 的PIC16F877A的程序(成功!)
- 2022-02-06 02:45:54下载
- 积分:1
-
linklist
初始化链表、插入、删除、求表长、按值查找、读取元素值、显示线性表(CreatLinkList;InsertLinkList;DeleteLinkList;LenLinkList;SearchLinkList;GetfromLinkList);GetfromLinkList;)
- 2019-06-19 03:26:13下载
- 积分:1
-
VisualC
在Visual C~(++)中使用Unicode编程,世界上有数百种用计算机指定一个数字,来储存字母或其他字符的编码系统。(In Visual C ~(++) use Unicode programming, there are hundreds of the world, with a number assigned to the computer to store letters or other characters in the coding system.)
- 2010-09-03 11:47:29下载
- 积分:1
-
pt100
使用PT100与STC12C5A60S2单片机进行搭配使用进行测量温度并最终显示在液晶显示器上,(Use PT100 and STC12C5A60S2 collocation is used to measure temperature and eventually single-chip display on the LCD display,
)
- 2013-11-08 10:47:24下载
- 积分:1
-
costas2
使用MATLAB 代码完成COSTAS环对QPSK调制的解调载波频率的跟踪(Use MATLAB code completion COSTAS loop tracking of QPSK modulation carrier frequency demodulation)
- 2015-09-07 18:34:08下载
- 积分:1
-
C# SelectedItem选择移动数据项 点菜功能
这是个实用的小功能,在WEB开发时也经常会看到这种功能,将item数据项由左侧移动到右侧,这是一个选择+移动的功能,全部添加到选择的项中,判断是否已经选择了该菜单项,比如本例子利用左右移动SelectItem项实现了点菜功能:
private void button3_Click(object sender, EventArgs e)//移除所有已经选择的菜
{
lbChoose.Items.Clear();
}
private void button1_Click(object sender, EventArgs e)//单个添加到选择的项中
{
if (lbSocure.SelectedIndex != -1)
{
if (!lbChoose.Items.Contains(lbSocure.Text))//判断是否已经选择了该菜
lbChoose.Items.Add(lbSocure.SelectedItem.ToString());//添加选择的菜
else
MessageBox.Show("您已经选择了该菜,请重新选择。");
}
}
- 2022-06-13 08:29:58下载
- 积分:1
-
seg-y地震数据操作(全部源码 qt)
本例支持qt4.8以上版本,实现了对地震格式seg-y数据的读取,显示,初级FK变换,二维线性插值的内容。
- 2014-05-31下载
- 积分:1
-
SatelliteTracker
NASA worldwind插件,用于显示卫星轨迹,包含SatelliteTracker类。基于Direct3D技术。(NASA worldwind plugin for displaying satellite trajectory, including SatelliteTracker classes. Based on Direct3D technology.)
- 2014-10-11 21:11:43下载
- 积分:1