-
VC.NET
vc++.net精彩百例代码。比较好的,比较经典的例子。(vc++. net wonderful 100 cases of the code. Better, more classic example.)
- 2010-03-11 15:36:05下载
- 积分: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
-
一个很好用的bbs 数据库用SQL200 ASP.NET2.0
一个很好用的bbs 数据库用SQL200 ASP.NET2.0-A very good bbs database used by SQL200 ASP.NET2.0
- 2022-08-14 08:05:47下载
- 积分:1
-
Shout-Out
这是一个微博,功能具有:用户能发布、回复和转发。还有上传功能。你需要下载MySQLDriverCS(This is a micro-blog, features: a user can post, reply and forward. There upload function. You need to download MySQLDriverCS)
- 2013-06-04 00:20:41下载
- 积分:1
-
WPF编程宝典:使用C# 2008和.NET 3.5(第2版
书上所涉及到的所有源代码,09年8月最新出版的...
WPF编程宝典:使用C# 2008和.NET 3.5(第2版
书上所涉及到的所有源代码,09年8月最新出版的-Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition
books that are involved in all the source code, in August 2009 the latest edition of
- 2022-03-19 09:58:39下载
- 积分:1
-
CE6TSC
remote desktop for windows ce 6.0
- 2019-05-15 15:42:30下载
- 积分:1
-
Coding procedures clear and durable, language is a very good understanding of th...
编码程序清楚,而且耐用,语言好理解是一个非常使用的软件-Coding procedures clear and durable, language is a very good understanding of the software used
- 2022-01-26 01:55:04下载
- 积分:1
-
GMap.NET.Core
GMap.NET是一个强大、免费、跨平台、开源的.NET控件,它在Windows Forms 和WPF环境中能够通过Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac等实现寻找路径、地理编码以及地图展示功能,并支持缓存和运行在Mobile环境中。( GMap.NET is a powerful, free, cross-platform, open source. The.net controls, it in Windows Forms and WPF environment can through Google, Yahoo! , Bing, OpenStreetMap, ArcGIS, Pergo SigPac implementation such as path search, geocoding and map display function, and support the cache and run in a Mobile environment.)
- 2014-05-28 17:17:45下载
- 积分:1
-
管的例子
本示例显示你你使用来自 PipeMessage 为如何可以发送一个字符串或文件两个应用程序之间
- 2022-07-27 19:55:11下载
- 积分:1
-
online-bookstore
这是一个网上书店的源程序,简单的实现了网上售书的功能。(This is the source of an online bookstore, simple implementation of the functionality of online book sales.)
- 2012-03-09 14:56:12下载
- 积分:1