登录
首页 » C# » CSharp-Step-by-Step-Source_Code

CSharp-Step-by-Step-Source_Code

于 2011-04-14 发布 文件大小:2450KB
0 107
下载积分: 1 下载次数: 0

代码说明:

说明:  《Visual C#从入门到精通》一书的源码,清华大学出版社。(" Visual C# from the entry to the master," a book of the source, Tsinghua University Press.)

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

发表评论

0 个回复

  • 弹性网络ElasticNet
    使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影响弹性网络的起使位置和大小,对求解没有影响。第三个参数代表城市与网络点之间的容忍距离,也就是说,如果某城市与某网络点之间的距离,小于容忍距离,那就把这个城市当成是被该网络点所拜访。 按下小 w按钮会将目前的结果与参数值写到“en.out”这个档案。使得我们可以很方便地来比较不同参数的效果。 (use to turn the parameters of the network flexibility chapter Erlitou have said are the same, ke is the termination conditions. If the step was ticking, every step of the program will be suspended between one hundred milliseconds (or other user input value). If Random was ticking, the program will be the system time as the Random Number Generator the seeds, otherwise, Take the user input (which Random right field) for seeds. You can use load to stall contained salesman problem with the optimal solution, so can be more flexible network to find the best solution and the deficit with a number of questions. Central, Radius, and Error these three parameters of the former two, flexible network affects only the starting position and size so that the solution will not be affected. The third parame)
    2020-07-06 08:08:58下载
    积分:1
  • dm9000
    DM9000初始化,DM9000发送程序,DM9000接收程序(DM9000 initialization, DM9000 package function, DM9000 RJ45 and fiber transmission.)
    2018-01-15 13:30:47下载
    积分:1
  • UCOS信号量STM32F103
    ucos ii 系统在stm32上的应用,本样例为ucos ii 消息队列部分代码,经开发板验证可用,欢迎下载。(UCOS II system in STM32 application, this example is UCOS II message queue part of the code, validated by the development board available, welcome to download.)
    2019-05-19 17:17:09下载
    积分:1
  • VNC_clientand_server
    vnc 源码, 非常不错的远程控制软件.(vnc remote control pc)
    2020-12-04 17:09:25下载
    积分:1
  • tcp 半开连接扫描
    tcp半开连接扫描,扫描速度快
    2013-05-17下载
    积分:1
  • SDocDemo
    使用单文档应用程序框架实现简单的屏幕绘图程序实例源码,很不错的vc源码,希望能对大家有所帮助(Single-document application framework to implement a simple screen drawing program source code examples, very good vc source, I hope you can help)
    2011-08-26 21:07:19下载
    积分:1
  • Scara机器人 TCP UDP通信
    说明:  支持功能为以太网 modbus TCP/UDP通信 , 10进制转16进制 ,16进制转10进制 ,简单MFC界面,软件版本为VS2010源码,字符解析,报文解析。封装Modbus TCP通信类可以直接用(The supporting functions are Ethernet Modbus TCP / UDP communication, hexadecimal to hexadecimal, hexadecimal to hexadecimal, simple MFC interface, software version is VS2010 source code, character parsing, message parsing. Package Modbus TCP communication class can be used directly)
    2019-12-27 21:57:08下载
    积分:1
  • smartsim
    Ok program for enginiring themes
    2013-04-12 14:00:30下载
    积分:1
  • DMX512
    void DMX_SendPacket(void) //发送DMX512数据 { //配置为普通IO pDMX_buf = 0 发送起始码 00 GPIO_Tx_Config(0) //设置发送的引脚为普通IO PA2 = 0 //输出低电平 delay_us(150) //延时150us PA2 = 1 //输出高电平 delay_us(13) //延时13us GPIO_Tx_Config(1) //设置发送的引脚为复用IO //USART1->DR = 0x0100 | TXDData[0] //第0帧前导码(DMX512 receiving procedDMX512 receiving procedure ure DMX512 receDMX512 receiving procedure iving procedure DMX512 receiving procedure )
    2016-02-19 09:23:42下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载