-
A C# program of drawing cardinal curves.
绘制cardinal曲线的VC#程序,给定若干点位,生成cardinal曲线,并用B-spline和Bezier比较-A C# program of drawing cardinal curves.
- 2022-02-20 04:32:36下载
- 积分:1
-
7
说明: PIC16f887A单片机实现的呼吸灯(基于PWM,1灯手动可调,1灯自动)(Breathing light PIC16f887A MCU (manually adjustable based on PWM, 1 light, 1 light))
- 2013-05-21 20:03:46下载
- 积分:1
-
GPA29082336V1.0_GPA143
基于C8051F120的多芯片编程程序,包括TLV5618,TLV5630,HMC703,AD9953等(C8051F120 based multi chip programming procedures, including TLV5618, TLV5630, HMC703, AD9953 and so on)
- 2017-11-25 21:51:27下载
- 积分:1
-
dspPWM
基于dsp28335的脉宽调制pwm控制程序,工程文件(DSP28335 based on the pulse width modulation PWM control procedures, engineering documents)
- 2016-06-09 20:49:10下载
- 积分:1
-
titleduihkxg
其实popupwindow用起来比Dialog 方便,因为dialog一切都需要你自己来实现,而popupwindow帮我们实现了很多,我认为在使用的时候关键我们要看清参数:
popupWindow.showAtLocation(parent, gravity, x, y)
parent这个是一个父view试图,
gravity 这个默认是居中,我们要指定显示方式:Gravity.LEFT
| Gravity.TOP
最后两个参数就是显示的坐标位置,这样就可以根据需求自己定位显示位置了
- 2013-11-26 08:16:34下载
- 积分:1
-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
000971
语音识别,实现语音的识别功能,,特定人的语音识别。识别0~9的发音(Speech recognition, voice recognition function, a particular person' s speech recognition. Identify the pronunciation of 0 to 9)
- 2011-05-13 11:01:54下载
- 积分:1
-
数据结构的快速排序、插入排序和选择排序程序设计算法实现的源代码,请大家多多指教。...
数据结构的快速排序、插入排序和选择排序程序设计算法实现的源代码,请大家多多指教。-rapid data structure, in order of ranking and selection inserted Sorting Algorithm design of the source code, please exhibitions.
- 2023-03-16 16:10:04下载
- 积分:1
-
MVC 用ActionFilterAttribute来做权限验证 实例源码下载
MVC 用ActionFilterAttribute来做权限验证 实例源码下载
- 2014-12-03下载
- 积分:1
-
C Builder core for further study moreover helpful for a better understanding of...
C++Builder核心对于进一步学习bcb很有帮助,让你更加了解C++buidler-C Builder core for further study moreover helpful for a better understanding of your C++ buidler
- 2022-01-26 05:38:42下载
- 积分:1