-
博客系统的初步实现
实现博客的文章管理,利用代码优先原则,生成数据库,并实现相应的文章浏览,首页采用分布页实现文章的浏览
- 2022-05-18 23:17:05下载
- 积分:1
-
车辆保险管理系统
车辆保险管理系统是一个基于 web 的应用程序使用 ASP.NET 实现。该项目旨在提供地方典型的车辆保险公司的记录正确且有效地管理,以确保改善生产力的公司经营的在线平台。
- 2022-01-28 19:51:31下载
- 积分:1
-
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
-
基于C#的skyline二次开发案例
说明: 基于C#语言的skyline二次开发实例(Examples of Development of Skyline Based on C#)
- 2020-06-24 08:20:02下载
- 积分:1
-
新的 DataGridView 是 .NET 2.0 中的一个新控件,是针对 .NET 1.x 中功能较差的标准 DataGrid 控件而设计的。Matthew...
新的 DataGridView 是 .NET 2.0 中的一个新控件,是针对 .NET 1.x 中功能较差的标准 DataGrid 控件而设计的。Matthew MacDonald 在本文中论述了许多改进,包括:DataGridView 支持大量自定义和细致的格式设置、灵活的大小调整和选择、更好的性能以及更丰富的事件模型。-DataGridView is new. NET 2.0 a new control, is aimed at. NET 1.x functional poorer standard DataGrid controls designed. In this article, Matthew MacDonald discussed the many improvements, including: DataGridView to support a large number of self-definition and detailed format, flexible adjustment and choice of size, better performance and a richer event model.
- 2022-04-23 13:03:23下载
- 积分:1
-
VC2005编程技巧大全(4)源代码 ,共5部分,183MB。
VC2005编程技巧大全(4)源代码 ,共5部分,183MB。-VC2005 programming skills Guinness (4) source code, a total of 5, 183MB.
- 2022-03-20 15:40:09下载
- 积分:1
-
DownloadDataHTTP
Download data http from URL in C#.NET
- 2009-12-15 16:34:12下载
- 积分:1
-
如何根据窗体大小排列控件,一本书教程源码,很好很强大
如何根据窗体大小排列控件,一本书教程源码,很好很强大-C# forms
- 2022-03-22 12:52:01下载
- 积分:1
-
BIOSchaxun
基于Visual c++.net (VC.net) 编写的 BIOS信息查询 程序。代码都有注释。实现功能为:获取显卡BIOS 的版本号,更新日期,获取系统BIOS的版本号和更新日期 。(Based on Visual c . Net (VC.net) prepared by the procedure BIOS information. Code have the Notes. The realization of functions: access to graphics BIOS version number, update date, access to the system BIOS version number and update date.)
- 2009-01-21 18:12:45下载
- 积分:1
-
Web站点风格切换的实现。附说明文档。Web站点的风格切换是很常见、也很受大家欢迎的功能。在Asp.Net中,我们可以通过模板页master page和主题th...
Web站点风格切换的实现。附说明文档。Web站点的风格切换是很常见、也很受大家欢迎的功能。在Asp.Net中,我们可以通过模板页master page和主题theme来实现网站的风格切换,但是.Net提供的默认设置不够强大和灵活。向大家介绍如何在.Net提供的方法上进行改进和扩展,以提供更加强大的网站风格切换功能。-Web site style switching realize. Attached documentation. Web site style switching is very common, but also very popular with everyone welcome to the function. In Asp.Net, we can page through master page templates and themes to achieve the site
- 2022-01-21 17:57:24下载
- 积分:1