-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
RICHTEXT
RICHTEXT.rar ok
- 2004-09-28 19:11:40下载
- 积分:1
-
youxianyuanfachenyong
有限元常用子程序模块,WORD版内含各种有限元法C++编程的子模块(finite element commonly used subroutine modules, Word version containing various Finite Element Method C Programming Module)
- 2006-12-15 09:36:52下载
- 积分:1
-
DSP-digital-Recognition
天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
- 2013-12-10 10:51:11下载
- 积分:1
-
apispy32
又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子( An interception replaces the api function the procedure,
contains 95 and the NT edition, but also brings a screen to take the
word the example )
- 2020-06-26 11:20:01下载
- 积分:1
-
STC12C5A60S2_Uart_Str
该例程演示了接 联合开发网 - pudn.com
- 2020-06-26 18:20:02下载
- 积分:1
-
FingerPrintVerify
说明: 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配(This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition standards, and established in the school library on the measured fingerprint. Program applied to the technology are as follows: median filter, histogram equalization, the direction of the ridge line extraction, Gabor filtering, fingerprint thinning, feature extraction, feature point filtering, based on local feature points of the feature matching)
- 2020-11-02 09:09:54下载
- 积分:1
-
通讯录管理系统简单实现
【实例简介】通讯录管理系统简单实现
编写通讯录管理程序。定义一个Friend类,包括name(姓名)、sex(性别)、age(年龄)、phone(电话)、mail(邮箱)、QQ(QQ号码)、company(单位)等属性和对这些属性的操作函数,用你自己的真实信息和你的朋友们的信息构造对象数组,实现通讯录列表、查询、修改、添加、删除、保存、退出等功能。
要求:每个成员对象包含 name(姓名)、sex(性别)、age(年龄)、phone(电话)、mail(邮箱)、QQ(QQ号码)、company(单位)等属性 和对这些属性的操作函数,程序控制采用多级菜单,在功能展示界面,按照功能代码选择测试相应的功能。
- 2021-12-14 00:45:35下载
- 积分:1
-
基于51单片机的多位数计算器设计
基于51单片机的多位数计算器设计,非郭天祥风格。
- 2023-04-29 23:25:02下载
- 积分:1
-
yemianzhihuansuanfa
说明: MFC实现页面置换,可视化!
先入先出法(FIFO)
最优置换算法(OPT)
最久未使用算法(LRU)
(AppWizard has created this group_20 application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.)
- 2010-03-24 23:22:08下载
- 积分:1