登录
首页 » C# » 150demo

150demo

于 2009-09-26 发布 文件大小:1757KB
0 135
下载积分: 1 下载次数: 9

代码说明:

  150个C#初学者编程实例,对初学者来说是非常好的学习实例(150 C# for beginners programming examples for beginners is a very good learning examples)

文件列表:

www.91mt.com
............\100C#初学者编程实例
............\...................\Readme.txt
............\...................\第1章
............\...................\.....\Example002-渐显的窗体

............\...................\.....\.....................\AssemblyInfo.cs
............\...................\.....\.....................\Example002-渐显的窗体.csproj
............\...................\.....\.....................\Example002-渐显的窗体.csproj.user
............\...................\.....\.....................\Example002-渐显的窗体.sln
............\...................\.....\.....................\Form1.cs
............\...................\.....\.....................\Form1.resx
............\...................\.....\Example003-使程序始终在前面

............\...................\.....\...........................\AssemblyInfo.cs
............\...................\.....\...........................\Example003-使程序始终在前面.csproj
............\...................\.....\...........................\Example003-使程序始终在前面.csproj.user
............\...................\.....\...........................\Example003-使程序始终在前面.sln
............\...................\.....\...........................\Form1.cs
............\...................\.....\...........................\Form1.resx
............\...................\.....\Example004-将窗体编译成类库

............\...................\.....\...........................\AssemblyInfo.cs
............\...................\.....\...........................\Example004-将窗体编译成类库.csproj
............\...................\.....\...........................\Example004-将窗体编译成类库.csproj.user
............\...................\.....\...........................\Example004-将窗体编译成类库.sln
............\...................\.....\...........................\Form1.cs
............\...................\.....\...........................\Form1.resx
............\...................\.....\Example005-继承窗体的设计

............\...................\.....\.........................\AssemblyInfo.cs
............\...................\.....\.........................\Example005-继承窗体的设计.csproj
............\...................\.....\.........................\Example005-继承窗体的设计.csproj.user
............\...................\.....\.........................\Example005-继承窗体的设计.sln
............\...................\.....\.........................\Form1.cs
............\...................\.....\.........................\Form1.resx
............\...................\.....\.........................\Form2.cs
............\...................\.....\.........................\Form2.resx
............\...................\.....\Example006-设计多边形窗体

............\...................\.....\.........................\AssemblyInfo.cs
............\...................\.....\.........................\Example006-设计多边形窗体.csproj
............\...................\.....\.........................\Example006-设计多边形窗体.csproj.user
............\...................\.....\.........................\Example006-设计多边形窗体.sln
............\...................\.....\.........................\Form1.cs
............\...................\.....\.........................\Form1.resx
............\...................\.....\Example007-用获取路径的方法得到圆形窗体

............\...................\.....\.......................................\AssemblyInfo.cs
............\...................\.....\.......................................\Example007-用获取路径的方法得到圆形窗体.csproj
............\...................\.....\.......................................\Example007-用获取路径的方法得到圆形窗体.csproj.user
............\...................\.....\.......................................\Example007-用获取路径的方法得到圆形窗体.sln
............\...................\.....\.......................................\Form1.cs
............\...................\.....\.......................................\Form1.resx
............\...................\.....\Example008-分割窗体

............\...................\.....\...................\AssemblyInfo.cs
............\...................\.....\...................\Example008-分割窗体.csproj
............\...................\.....\...................\Example008-分割窗体.csproj.user
............\...................\.....\...................\Example008-分割窗体.sln
............\...................\.....\...................\Form1.cs
............\...................\.....\...................\Form1.resx
............\...................\.....\Example009-在菜单中加入图标

............\...................\.....\...........................\AssemblyInfo.cs
............\...................\.....\...........................\CAMERA.BMP
............\...................\.....\...........................\Example009-在菜单中加入图标.csproj
............\...................\.....\...........................\Example009-在菜单中加入图标.csproj.user
............\...................\.....\...........................\Example009-在菜单中加入图标.sln
............\...................\.....\...........................\FIND.BMP
............\...................\.....\...........................\Form1.cs
............\...................\.....\...........................\Form1.resx
............\...................\.....\Example010-渐变的窗口背景

............\...................\.....\.........................\AssemblyInfo.cs
............\...................\.....\.........................\Example010-渐变的窗口背景.csproj
............\...................\.....\.........................\Example010-渐变的窗口背景.csproj.user
............\...................\.....\.........................\Example010-渐变的窗口背景.sln
............\...................\.....\.........................\Form1.cs
............\...................\.....\.........................\Form1.resx
............\...................\.....\Example011-使用任务栏的状态区

............\...................\.....\.............................\AssemblyInfo.cs


............\...................\.....\.............................\Example011-使用任务栏的状态区.csproj
............\...................\.....\.............................\Example011-使用任务栏的状态区.csproj.user
............\...................\.....\.............................\Example011-使用任务栏的状态区.sln
............\...................\.....\.............................\Form1.cs
............\...................\.....\.............................\Form1.resx
............\...................\.....\.............................\MainApplication.cs
............\...................\.....\Example012-在运行时更新状态栏信息

............\...................\.....\.................................\AssemblyInfo.cs
............\...................\.....\.................................\Example012-在运行时更新状态栏信息.csproj
............\...................\.....\.................................\Example012-在运行时更新状态栏信息.csproj.user
............\...................\.....\.................................\Example012-在运行时更新状态栏信息.sln
............\...................\.....\.................................\Form1.cs
............\...................\.....\.................................\Form1.resx
............\...................\.....\Example013-无标题窗体的拖动

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

发表评论

0 个回复

  • MyPing
    网络延迟测试工具。测试出网络速度带宽,大小( Network latency test)
    2016-05-28 11:02:21下载
    积分:1
  • 串口温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • MSP430F149读写卡参考例
    说明:  MSP430F149读写卡参考例程,实现读卡模块和写卡模块的操作。基本例程全在。也可以实现 扣费钱包等功能。(The MSP430F149 read/write card reference routine implements the operation of the card reader module and the card reader module. The basic routines are all there. It is also possible to implement functions such as deducting wallets.)
    2020-06-19 15:40:02下载
    积分:1
  • 串口调试助手
    说明:  串口调试助手实现程序,串口收发显示,定时发送(Serial debugging assistant)
    2020-07-01 22:47:22下载
    积分:1
  • Pager
    说明:  用户控件实现分页 使用WINFORM自带原生控件制作的自定义控件,实现都对DGV的分页(Paging by User Control)
    2019-05-30 15:12:12下载
    积分:1
  • jailme.c
    a shell wrapper for logging in remote users into a jail
    2013-06-16 04:02:04下载
    积分:1
  • zmodem
    利用串口通过zmodem协议在iap下更新APP程序。(Zmodem protocol updates through the use of serial APP program in iap.)
    2021-02-07 19:59:55下载
    积分:1
  • date
    一个对日期编写的函数。 在VC6.0下实现。(Date of preparation of a function. Achieved in VC6.0.)
    2009-01-03 22:55:49下载
    积分:1
  • Dotion1807101823
    说明:  该程序编写了STM32F103三个串口初始化程序,可快速调用,同时支持接收和发送单个字符和多个字符,并存储数据,方便接收数据后的通信协议校验,支持自定义接收数据最大长度,重写printf函数。(Three initialization programs of STM32F103 serial port are written in this program, which can be called quickly, and support to receive and send single character and multiple characters at the same time, and store data, so as to facilitate the verification of communication protocol after receiving data, support to customize the maximum length of received data, and rewrite printf function.)
    2020-12-16 13:49:12下载
    积分:1
  • 11-1.14IPS显示屏STM32F103硬件SPI+DMA例
    说明:  1.14寸IPS屏stm32硬件SPI,DMA驱动,在KEIL5环境下开发。(unk1 4 inch IPS screen stm32 hardware SPI,DMA drive, developed in a KEIL5 environment.)
    2021-03-11 19:49:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载