-
基于C#的简易计算器
使用C#开发的基于.Net的简易计算器,能实现基本的加减乘除工能,平台VS2013。
- 2022-03-24 05:17:09下载
- 积分:1
-
B样条画线
Spline曲线工具
软件实现画三次参数样条曲线,bezier样条曲线.前者为插值曲线,后者为拟和曲线.并可以编辑曲线上的点,拖动.
画图步骤
1.点击Bezier曲线按钮,用鼠标左键在绘图区内选点,左上角显示当前坐标,右边列表框显示已选点组的坐标列表
点击右键画Bezier曲线.
2.点击三次样条按钮,用鼠标左键在绘图区内选点,左上角显示当前坐标,右边列表框显示已选点组的坐标列表
点击右键画三次参数样条曲线.
3.编辑,点击拖动按钮,左键选择要拖动的点(左键在该点小圆圈内按下,不松开左键),移动鼠标,松开左键结束
一次编辑,要再次编辑,须再次点击拖动按钮,并重复上述步骤.
注:
1.存储点组的数组长度为20,故允许点最多为20个,
2.程序画线过程中,使用一维点数组存放点坐标,所以只能对一个图形进行操作.
3.曲线绘制过程中,插值点数为k=10,视觉上存在一定微小误差.
- 2022-04-23 16:20:31下载
- 积分:1
-
dockdemo
说明: 一个关于window界面的程序代碼:實習了可改變可停靠工具栏大小的功能。(a window on the interface code : attachment of the change will be docked toolbar size functions.)
- 2006-04-15 16:15:48下载
- 积分:1
-
LCD_1602
基于MSP430的LCD1602驱动程序,里面有写好了的h文件和c文件,添加到工程即可运用。(Based on LCD1602 MSP430 driver, there are written the h files and c file, adding to the engineering can be used.)
- 2012-08-13 19:00:56下载
- 积分:1
-
winprodll
动态链接库 (DLL) 是作为共享函数库的可执行文件。动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。函数的可执行代码位于一个 DLL 中,该 DLL 包含一个或多个已被编译、链接并与使用它们的进程分开存储的函数。DLL 还有助于共享数据和资源。多个应用程序可同时访问内存中单个 DLL 副本的内容。 这是一个.CHM 格式的讲解DLL应用的文件,内容比较全。(The dynamic link library (DLL) is an executable file as a shared library. The dynamic link provides a way, so that the process can call a function that does not belong to the executable code. The executable code of the function is located in a DLL, the DLL contains one or more of the function has already been compiled, linked and are separated with the process using them stored.The DLL also helps to share data and resources. Multiple applications can access the contents of a single copy of the DLL in memory.This is the. CHM format, explain the the DLL application of the file, compare the whole content.)
- 2012-11-28 09:13:41下载
- 积分:1
-
xcorr2
控制台程序,实现matlab中xcorr2()函数,实现二维相关运算(xcorr2())
- 2010-09-26 14:33:11下载
- 积分:1
-
2
说明: 跟踪法导引法的MATLAB,程序,希望大家多侃侃(matlab)
- 2009-08-12 14:26:02下载
- 积分:1
-
OpenCVSampleSource
OpenCV教程——基础篇 示例源码
(OpenCV Tutorial- the basis of sample source articles)
- 2009-05-22 11:39:18下载
- 积分:1
-
Classic-single-linked-list
单链表是C经典数据结构算法和数据结构,希望这对大家学习有点用(Classic single-linked list data structure in C algorithms and data structures, which we hope to learn a little bit with)
- 2011-08-02 12:33:26下载
- 积分:1
-
Cryptography-and-Network-Security
用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
- 2013-11-01 15:00:05下载
- 积分:1