相关推荐
-
CSharp Primer part4.rar
CSharp Primer part4.rarCSharp Primer part4.rarCSharp Primer part4.rar
-
书评:《C# Primer》 by Joe Casad
书评:《C# Primer》Joe Casad / 陈硕 译译注:Joe Casad是 C/C++ Users Journal 杂志的主编(editor-in-chief)。原文发表于 CUJ Online Exclusives, March 2003,网址为:http://www.cuj.com/webonly/2003/0303/web0303a/web0303a.htm 基本信息:书名:
-
《C# primer中文版》(a practical approach)部分摘录及笔记
1 ArrayList 一旦这块内存被填满,它就分配一块更大的连续内存(通常是原先的两倍大),会把既有的元素复制到新的空间去。 如果插入完元素,可以考虑使用:text.TrimToSize(),调整容量,使它刚好吻合实际的元素数量。 2 如果元素不超过10个,Idictionary 以单向链表完成,它比Hashtable还要快 3 Hashtable将value存储为ob
-
《C# Primer 中文版》探讨
我是陈硕,与侯捷老师合作翻译了《C# Primer》这本书。这本书于2003年底出版,已经快两年了。这是我参与翻译的第一本书,虽然在翻译过程中下了很大的功夫,但我相信其中一定还有很多不足之处,也正如读者评论的“翻译得不太成熟”。现在看来,这本书里很多译注是多余的,有点唠叨,可能会影响读者阅读的思路。(我的一位好朋友也曾经向我提到这一点。)这本书不是那种每看一遍都有新的收获的经典好书,它的作用在于助
-
《TCP/IP入门经典》----Joe Casad 读书笔记
1. OSI 七层网络模型 OSI 的物理层负责把数据帧转化为适合于传输介质的比特流,也就是说,OSI 物理层管理和同步实际传输的电子或模拟脉冲。在接收端,物理层把这些脉冲重新组合为数据帧; OSI 数据链路层执行两个独立的任务,相应地划分为两个子层。 (1) 介质访问控制(MAC):这个子层提供与网络适配器连接的接口。实际上,网络适配器驱动程序通常被称为 MAC 驱动,而网卡在工厂固化的硬件地...
-
C# Primer 中文版随书源码
There are eight directories, representing the eight chapters of the C# Primer text, in which Visual Studio.NET projects are stored. These have all been compiled under a post-Release Candidate, but before the final product release. So, conceivably, these projects may not compiler when you attempt to build them. If that is so, first check my home page for updates (www.objectwrite.com). If your problem is not covered, please mail me at slippman@microsoft.com. I don’t have a good organization for the ASP.NET projects. You may have to open your own, then copy in the form and code behind files. I’ll try to clean that up when I have time. The project listing under each chapter for this release looks as follows: Chapter 1: ArrayListHashtable Arrays BasicTypes FibonacciTries gcFinalize Strings SystemIO Chapter 2: Class Design Enum MatrixVector ParamPassing Stack WordCount Chapter 3: Object-Oriented Programming LibraryMaterial QueryManager Chapter 4: Interfaces binaryTree bitvector Fibonacci Chapter 5: System Framework Environment ExploreRegEx FileIO pathIO RegularExpression socketsClient socketsServer threads XmlDocument XmlDom XmlMisc XmlParse XmlSchema XPath Xslt Chapter 6: Windows.Forms Buttons DataGrid DialogMenu FileDialog HelloWindows HelloWindowsForms ListBox PictureBox Pictures XMLDataGrid Chapter 7: ASP.NET (incomplete) Figure 7_4 Figure 7_5 Figure 7_6 Chapter 8: The Common Language Runtime Assemblies Attributes collectionBinary ildasm reflection serialize tester timer Pictures Textfiles Xmlfiles
-
CSharp Primer part8.rar
CSharp Primer part8.rarCSharp Primer part8.rarCSharp Primer part8.rar
-
CSharp Primer part5.rar
CSharp Primer part5.rarCSharp Primer part5.rarCSharp Primer part5.rar
-
正在看C# primer
现在正在看C# primer一书,今天刚开始博客,随后会把读书笔记写出来! 转载于:https://www.cnblogs.com/everysun/archive/2005/10/19/258005.html
-
[学习笔记]c#Primer中文版-命名空间
在msdn中命名空间定义: 命名空间 (namespace) 将相关的类型进行分组的逻辑命名方案。.NET Framework 使用分层命名方案,将类型分为相关功能的逻辑类别,如 ASP.NET 技术或远程处理功能。设计工具可以使用命名空间,使开发人员在他们的代码中浏览和引用类型更为方便。单个程序集可以包含其分层名称具有不同命名空间根的类型,而且逻辑命名空间根可以跨多个程序集。在 .N...
-
基于改进粒子群算法的DG储能选址定容优化模型:解决电力系统时序性问题的可靠程序解决方案,基于改进粒子群算法的DG储能选址定容模型优化解决电力系统问题,DG储能选址定容模型matlab
程序采用改进粒子
基于改进粒子群算法的DG储能选址定容优化模型:解决电力系统时序性问题的可靠程序解决方案,基于改进粒子群算法的DG储能选址定容模型优化解决电力系统问题,DG储能选址定容模型matlab 程序采用改进粒子群算法,考虑时序性得到分布式和储能的选址定容模型,程序运行可靠 这段程序是一个改进的粒子群算法,主要用于解决电力系统中的优化问题。下面我将对程序进行详细分析。 首先,程序开始时加载了一些数据文件,包括gfjl、fljl、fhjl1、cjgs和fhbl。这些文件可能包含了电力系统的各种参数和数据。 接下来是一些参数的设置,包括三种蓄电池的参数矩阵、迭代次数、种群大小、速度更新参数、惯性权重、储能动作策略和限制条件等。 然后,程序进行了一些初始化操作,包括初始化种群、速度和适应度等。 接下来是主要的迭代过程。程序使用粒子群算法的思想,通过更新粒子的位置和速度来寻找最优解。在每次迭代中,程序计算了每个粒子的适应度,并更新个体最佳位置和全局最佳位置。 在每次迭代中,程序还进行了一些额外的计算,如潮流计算、储能约束等。这些计算可能涉及到电力系统的潮流计算、功率平衡等知识点。 最后,程序输
38 楼 chashui 2011-05-16 15:56
GPL不允许用户私有化产品,必须公用。
37 楼 letmepass 2009-03-19 09:09
36 楼 Julian 2008-05-28 03:55
35 楼 Jekey 2008-05-12 14:08
haha
34 楼 weicanhuang 2008-05-09 16:49
主要是授权费多少的问题。
33 楼 wl95421 2008-05-06 17:20
因为它有传染性,所有的内容都需要开源
如果你想用EXT,买它的商业License吧
32 楼 liluyang726 2008-05-05 10:23
31 楼 sp42 2008-05-05 09:42
Second You Comment!
30 楼 erylee 2008-05-01 09:56
Jack, I am very sorry that I posted a thread on the license issue and maybe said something personal attack words a few days ago. For we have a project based on ExtJS adopt the same license model LGPL/Commecial, I feel a bit angry that we have to change it if ExtJS license model changed.
This morning I read you blog about the license change history. I think I was wrong. You did the right decision. And In the same time, I researched some license models of a few open source projects these days, It seems that they almost all choose the GPL/Commercial license model. This model could keep the balance of our passion to develop a great open source project and the money to make a better living, so WHY NOT???
There are always different voices on everything happened every day, DON'T Care! There are always some guys and companies want to earn his own money and pay nothing to others! IT'S UNFAIR! For example, in our country there is a company that found a shiit open source project named "OperaMasks" that just translate ExtJS to JSF, they even NEVER mention EXTJS and they just said they were building a revolutionary framework that would change the WEB!!!
You and your team have been doing a great work and just continue to concentrate on it. We will support your great work as before. We bought the svn access before the Ext2.0 released, and we will buy commercial licenses of Ext when our customers like to pay for our open source product.
Sorry, Jack. Thanks, Jack.
Ery Lee
29 楼 wl95421 2008-04-30 17:51
大家想像一下,如果Eclipse是GPL,那么会有今天吗
我不是说Ext改成GPL就是坏事,因为好坏只有当事人知道
但最终结果未必如想象
28 楼 lzasi 2008-04-30 16:07
27 楼 welcomyou 2008-04-30 15:09
26 楼 Allen 2008-04-30 10:42
http://extjs.com/blog/2008/04/27/open-source-license-exception-for-extensions/
http://extjs.com/products/ux-exception.php
25 楼 kof99 2008-04-30 09:02
24 楼 fight_bird 2008-04-30 08:53
咒骂者是小人心态作怪,GPL让作者获利了吗?妨碍剽窃者获利才是事实!
23 楼 williamy 2008-04-29 18:57
22 楼 KKFC 2008-04-29 14:17
这样的行为如果得不到有效的控制,对开源领域的事物只会造成损害。
尤其是EXT 的外观 被剽窃的不少 但发现修改的起来还不如自己动脑筋想少花时间
这也是由四套主题到2.0后变为两套的原因。
21 楼 wangdi 2008-04-29 09:30
20 楼 meteor 2008-04-29 09:10
19 楼 Allen 2008-04-28 16:20
这样的行为如果得不到有效的控制,对开源领域的事物只会造成损害。