-
Advanced Programming C# Web Applications
C#网络应用高级编程-电子教案
第1章 进程、线程与网络协议
第2章 TCP应用编程
……
-Advanced Programming C# Web Applications- Electronic Teaching Chapter 1 of the process, thread and network protocols, TCP Application Programming Chapter 2
- 2022-05-20 18:49:00下载
- 积分:1
-
Hough transform, for the image processing, paint edge curve, the specific see ho...
Hough变换,用于对图像处理,画出曲线边缘,具体参见hough变换-Hough transform, for the image processing, paint edge curve, the specific see hough transform
- 2022-05-18 21:04:55下载
- 积分:1
-
vb.net realize file association, there is a need can
vb.net实现文件关联,有需要者可以-vb.net realize file association, there is a need can
- 2022-04-01 03:19:45下载
- 积分:1
-
支付宝线下支付C#2010WINFORM实例及官网DEMO
说明: 支付宝线下支付C#2010WINFORM实例及官网DEMO,可以直接测试调用(Alipay offline payment C#2010WINFORM instance and official website DEMO, you can directly test calls.)
- 2019-02-14 10:47:27下载
- 积分:1
-
wav文件播放代码,是一个标准的实例源程序。
wav文件播放代码,是一个标准的实例源程序。-wav file playback code, is a standard example of source code.
- 2022-05-15 23:01:18下载
- 积分:1
-
echarts完整实例
echarts完整实例
完整的实例源码(Echarts complete example)
- 2017-10-23 14:38:31下载
- 积分:1
-
The simplest three
最简单三层登陆入门源码。数据访问、业务逻辑、数据模型、UI-The simplest three-landing entry-source. Data access, business logic, data model, UI
- 2023-04-30 05:00:04下载
- 积分: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
-
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
-
This is a very good VB with C# source code management system is also full of han...
这是一份很好的C#跟VB的源代码
是人事管理系统
还满好用的-This is a very good VB with C# source code management system is also full of handy
- 2022-08-06 15:09:04下载
- 积分:1