-
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
-
利用osg开源库实现三维场景渲染已经视图操纵,本教程为学习osg的基础教程,设计到osg基本的场景图构造以及矩阵操纵器的使用...
利用osg开源库实现三维场景渲染已经视图操纵,本教程为学习osg的基础教程,设计到osg基本的场景图构造以及矩阵操纵器的使用-osg revenue for the use of 3D scene rendering View has been manipulated, The Guide to Learning Guide osg basis, osg basic design to the scene graph structure matrix manipulation and the use of
- 2022-05-20 05:55:04下载
- 积分:1
-
2008121323980828C.net
说明: 超级报表模板设计器C#.net源码,,是软件开发人员开发优秀报表的完美解决方案。(Report Template Designer Super C#. Net source code, is the best software developers to develop the perfect solution statements.)
- 2008-09-02 11:08:48下载
- 积分:1
-
20099121003360
本网站采用了先进的.netMVC技术,url地址为html,便于搜索引擎的抓取,布局为div+css,后台是extjs框架,采用了高级搜索,jquery+ajax无刷新全文索引.便于大家学习,有补足之处,请留言联系
直接用vs2008打开本网站,然后点击default.aspx页面右键,设为起始页面,然后按F5直接可以运行。后台暂时无登录名和密码的设置。 (This site uses advanced. NetMVC technology, url address is html, easy search engine crawling, layout div+ css, the background is the extjs framework, using the advanced search, jquery+ ajax without refreshing the full-text index. To facilitate them to learn, a complement of office, please leave a message contact directly with vs2008 open the site, then right-click the default.aspx page, set the start page, and then press F5 to run directly. Background being no login name and password settings.)
- 2011-07-22 17:08:07下载
- 积分:1
-
这是孙鑫老师给出的基于UDP的网络服务器编程,刚开始学习,...
这是孙鑫老师给出的基于UDP的网络服务器编程,刚开始学习,-This is given by the teacher SUN Xin UDP-based web server programming, just started learning,
- 2022-09-17 02:55:03下载
- 积分:1
-
在线考试系统。一部分是模板。一部分已经完成。用Visual Stutio2005...
在线考试系统。一部分是模板。一部分已经完成。用Visual Stutio2005-online examination system. Part of the template. Part has been completed. Visual Stutio2005
- 2022-04-20 16:02:58下载
- 积分:1
-
《Visual C# + SQL Server数据库开发与实例》一书源代码
《Visual C# + SQL Server数据库开发与实例》一书源代码-" Visual C#+ SQL Server database development and examples," a book source code
- 2022-08-17 10:18:54下载
- 积分:1
-
MVC2.0使用
.net_Mvc2.0+dwz1.4.6_完成系统管理-显示列表修改为用户控件,本项目使用dwz的框架与.net的MVC2.0框架开发,对学习dwz与mvc2.0有一定的帮助!
- 2022-01-23 10:07:18下载
- 积分:1
-
Yuanfen
简单的男女缘分测试源代码。(VB.net)(Fate of men and women simply test source code. (VB.net))
- 2011-10-25 16:19:35下载
- 积分:1
-
FTP 上传文件
通过FTP上传文件的简单示例,是一个完整的小项目源代码,示例中的IP、用户名、密码,需要根据实际情况需要进行修改。本项目是由c# .NET开发的
- 2022-07-28 11:28:47下载
- 积分:1