登录
首页 » C# » 《C#从入门到精通》(王小科 吕双 著) 随书源程序及教学视频

《C#从入门到精通》(王小科 吕双 著) 随书源程序及教学视频

于 2022-05-14 发布 文件大小:20.26 MB
0 238
下载积分: 2 下载次数: 1

代码说明:

压缩包为《C#从入门到精通》(王小科 吕双 著) 随书源程序及教学视频。    原书从初学者角度出发,通过通俗易懂的语言,丰富多彩的实例,详细介绍了使用Visual C#进行WinForm应用程序开发应该掌握的各方面技术。全书共分28章,包括初识C#及其开发环境,开始C#之旅,变量与常量,表达式与运算符,字符与字符串,流程语句控制,数组和集合,属性和方法,结构和类,面向对象技术高级应用,异常处理,Windows窗体,Windows应用程序常用控件,Windows应用程序高级控件,数据访问技术,DataGridView数据控件,程序调试,迭代器和分部类,泛型的使用,文件及数据流技术,帮助文件的使用,GDI+图形图像技术,水晶报表与打印,网络编程技术,注册表技术,线程的使用,Windows应用程序打包,企业人事管理系统等。所有知识都结合具体实例进行介绍,涉及的程序代码给出了详细的注释,可以使读者轻松领会Visual C# WinForm应用程序开发的精髓,快速提高开发技能。本压缩包中含有原书附带的全程语音视频讲解教学录像以及实例的全部源代码,这些源代码都经过精心调试,在Windows XP、Windows 2000、Windows 2003下全部通过。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CSharp
    关于一个点名系统的课程设计报告,包括一部分代码,及各个界面的截图(About a naming system curriculum design report, including the part of the code, and the interface screenshots)
    2013-04-03 14:32:54下载
    积分:1
  • MouseAutoClick
    说明:  设定点击实际和坐标,运行时自动执行设置操作(Set the actual and coordinates of clicks, and automatically perform settings at runtime)
    2020-06-17 01:00:02下载
    积分:1
  • XML文件读写程序(附VC和EVC版源代码)
    XML文件读写程序(附VC和EVC版源代码)
    2022-07-17 06:26:46下载
    积分:1
  • Manpower-ResourceManage
    C#数据库编程(人力资源管理系统),自带数据库!用户可以通过该实例掌握C#的编程基础知识!(Database Programming C# (human resource management systems), bringing their database! The user can master the examples of C# programming knowledge base!)
    2007-06-07 17:45:15下载
    积分:1
  • C8051F020开发应用程序,完成人机界面及IO的输入输出,包含8路AD模拟输入和2路DA输出,还有PWM驱动电机的控制。...
    C8051F020开发应用程序,完成人机界面及IO的输入输出,包含8路AD模拟输入和2路DA输出,还有PWM驱动电机的控制。-C8051F020 development and application procedures, man-machine interface and complete IO input and output, AD contains eight analog input and two output DA Road, PWM motor drive control.
    2022-01-24 18:47:05下载
    积分:1
  • Image-zooming
    实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
    2014-02-13 10:17:26下载
    积分:1
  • FxCopInstall1.35
    代码审查工具,功能强大 便于改正编写习惯(Code review tools, powerful easy to correct writing habits)
    2013-10-30 10:35:29下载
    积分:1
  • 线程关联类
    #include "ThreadPool.h"#include "WorkerThread.h"#include "Task.h"/******************************************************************************** 线程池******************************************************************************/CThreadPool::CThreadPool(int initnum){m_threadNum = initnum;m_maxThrNum = initnum * 2; // 最多线程数for(int i = 0; i < m_threadNum; i++){        CWorkerThread* thr = new CWorkerThread();        thr->SetThreadPool(this);        thr->Start();AppendToIdleList(thr);    }m_monitor = 0;}CThreadPool::~CThreadPool(){    TerminateAll();}void CThreadPool::TerminateAll(){m_mtxTaskList.Lock();m_taskList.clear();m_mtxTas
    2022-06-13 18:08:15下载
    积分:1
  • LZW压缩解压院码
    LZW压缩解压院码-LZW compression decompression yards hospital
    2022-02-15 03:12:41下载
    积分:1
  • EEPROM-programming--
    EEPROM读写实例,可直接写到STC12C5616AD烧写板子上的C程序(Instance can be directly read and write EEPROM programming board wrote STC12C5616AD C program)
    2011-09-16 10:22:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载