-
Report Template Designer Super C#. Net source code, is the best software develop...
超级报表模板设计器C#.net源码,,是软件开发人员开发优秀报表的完美解决方案。-Report Template Designer Super C#. Net source code, is the best software developers to develop the perfect solution statements.
- 2023-09-04 19:25:03下载
- 积分:1
-
小波wavelet算法的vc vc++ c vc2003 vc.net 实现 二维小波
小波wavelet算法的vc vc++ c vc2003 vc.net 实现 二维小波-Wavelet wavelet algorithm vc vc++ C vc2003 vc.net realize two-dimensional wavelet
- 2022-03-12 05:12:18下载
- 积分:1
-
去年毕业设计时候写的网页,asp.net实验室设备管理系统,用vb写的,access数据库,写的不咋样,很笨,...
去年毕业设计时候写的网页,asp.net实验室设备管理系统,用vb写的,access数据库,写的不咋样,很笨,-Graduated last year, designed to write web pages, asp.net laboratory equipment management system, using vb written, access databases, do not write咋样, stupid, huh, huh
- 2022-02-24 23:32:52下载
- 积分:1
-
ASP-Online-Examination-System
简单实用的ASP在线考试程序,可以用于企事业单位的培训考核,班级学生小测验等。(Very easy to use ASP online testing program, can be used for the training and examination of the enterprises and institutions, students in class quiz)
- 2012-12-04 15:38:59下载
- 积分:1
-
+ +。网E
VC++.NET电子邮件的发送与接收EMail,基于stmp协议,应用c++高级语言。-VC++. NET e-mail to send and receive EMail, based on the agreement stmp, application c++ high-level language.
- 2023-05-23 12:25:03下载
- 积分:1
-
.net 不安装project文件,实现project导入导出组件
.net 不安装project文件,实现project导入导出组件。
本身组件是java版本,为了兼容MS project的读取和导入,后有大牛反编译为.net版本。
里面有诸多可以借鉴的地方,包括好多java 组件的.net的实现。
- 2023-03-22 07:00:12下载
- 积分:1
-
asp.net中profile的详细配置
asp.net中profile的详细配置-asp.net detailed in the profile configuration
- 2022-11-17 10:30:04下载
- 积分:1
-
DTCMS4.0.2旗舰版
.NET+MSSQL
注意:该数据库为MSSQL2005数据库文件,从4.0开始不再支持SQL2000。
1、数据文件结构说明
————–DTcmsdb4.mdf (数据库主体文件)
————–DTcmsdb4.log.ldf (数据库日志文件)
————–DTcmsdb4.sql (数据库建表语句含演示数据)
- 2022-01-25 23:13:57下载
- 积分:1
-
news
本新闻发布系统采用asp.net开发,数据库采用sql,欢迎下载学习。(This news release system using asp.net development, database using sql, welcome to download the study.)
- 2013-06-25 10:44:16下载
- 积分: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