搜索资源列表
ListForm
- /已知线性表LA和LB中的数据元素按非递减的有序排列,现要求将LA和LB归并为一个新的线性表 //LC,且LC中的数据元素还是按非递减有序排列. //例如: LA=(3,5,8,11) // LB=(2,6,8,9,11,15,20) // LC=(2,3,5,6,8,8,9,11,11,15,20)-/ linear known LA and LB tables of data on non-regressive elements in the orderly arrangem
div
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
fenjieyinshu
- 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
Pro.C.Sharp.2008.and.the.NET.3.5.Platform.Fourth.E
- Pro C# 2008 and the NET 3.5 Platform Fourth Edition,一本绝好的英文书,呵呵,E文不错的人可以学习学习.
NET3.5-JSON-.Files
- Newtonsoft.Json.DLL,原来,它有2个版本,一个是基于Net2.0类库的,另一个是基于Net3.5类库,目前有没有基于4.0的版本,不清楚.可能是由于代码不规范,导致这个DLL引用失败.之后,找到对应的3.5版本的DLL覆盖以后,编译通过,似乎正常了.但在进行JSON格式转换的时候,提示转换失败,经过调用和跟踪,发现2.0和3.5在语法上还是有差别的,在博客园里搜索了一圈,发现资料确实不少,但都比较杂,有的只说了某个点.趁着周末时间,把基于3.5的JSON操作整理了一下,现公布出
Programming.NET3.5
- O Reilly Programming .NET 3.5 source code Build N-Tier Applications with WPF, AJAX, Silverlight, LINQ, WCF and more
Pro_C_2008_and_the_NET_3_5_Platform_Fourth_Editio
- Pro C# 2008 and the NET 3.5 Platform Fourth Edition source code
2009_3_MvcBBS_Source
- 版本:ASP.NET MVC 1.0 框架:.NET Framework 3.5 SP1 语言:C# 开发环境:Visual Studion 2008 SP1 数据库:MSSQL 2005 前台功能:实现发贴、回复、注册、登录 (大部份功能使用jQuery 实现Ajax 操作,也有MVC自带的Ajax实现) -Version: ASP.NET MVC 1.0 Framework:. NET Framework 3.5 SP1 Language: C# development
Oreilly.Learning.XNA.3.0
- C# 3.5平台下 目前为止只有最新的XNA3.0的唯一一本书 你这里没看到有.net平台哦-C# 3.5 platform so far is only the latest XNA3.0 only a book you do not see here. Net platform Oh
NModbus_net-3.5_1.11.0.0
- NModbus3.5版,找1.7找了很久没找到,却找到这个版本,非常实用!-NModbus3.5 version 1.7 to find for a long time to find not find, but find this version, very useful!
ComponentArt.Web.UI.AJAX2009.3.1762
- 此版本为ComponentArt。Web.UI.AJAX.2009.3.1762版本,比网络上的传的2007增加了很多功能,支持的框加有1.0 2.0,.3.5-This version of ComponentArt. Web.UI.AJAX.2009.3.1762 version, network transmission than the 2007 increase in the number of functions in support of the box plus a 1.0
CSharp-3.0and.NET-3.5book
- 一本编程书籍,以全新的视角为您解读.NET 3.5框架的最新技术趋势,深入剖析.NET 3.5框架的四大开发技术及.NET 3.5框架的底层机制-A programming book to interpret a new perspective for you. NET 3.5 Framework of the latest technology trends, in-depth analysis. NET 3.5 Framework and the four development techn
asp.net-3.5--ColorPicker
- 世界上最好用的asp.net颜色选择控件(ColorPicker) Asp.net3.5框架,自定义控件实现。-The world' s best color choice with the asp.net control (ColorPicker) Asp.net3.5 frame, custom control implementation.
Newtonsoft.Json.dll3.5.0.0
- Newtonsoft.Json 是.net用来对jason数据格式进行操作的库文件-this is Newtonsoft.Json
CSharp-3.0-Unleashed_-With-the-.NET-Framework-3.5
- C# 3.0 Unleashed_ With the .NET Framework 3.5,Second Edition.rar
ASP.NET-3.5
- 《ASP.NET Visual Studio 2008 in C# 3.5从入门到精通》英文版,适合新手入门-" ASP.NET Visual Studio 2008 in C# 3.5 from entry to the proficient in the English version, suitable for beginners
ASP.NET-3.5-SQL-Server
- ASP.NET 3.5+SQL Server网站模块化开发全程实录 随书光盘及源代码!分享一下!-Modular ASP.NET 3.5+SQL Server site development full Record CD with the book and source code! Share it!
5-VC
- 设计名为Circle的类,表示圆。这个类包含: 一个名为radius的double型数据成员,表示圆的半径. 数据成员的设置器setr和获取器getr函数。 一个名为area()的函数,返回圆的面积。 一个名为perimeter()的函数,返回圆的周长 编写测试主函数:创建2个Circle类对象,将第1个圆的半径设置为2.5,第2个圆的半径设置为3.5,并输出两个圆对象的半径、面积和周长。-Design class named Circle, expressed circle
Message.NET-3.5
- 留言本系统(ASP.NET 3.5实现)-Message of the system (ASP.NET 3.5 implementation)
