Welcome![Sign In][Sign Up]
Location:
Search - application in CSharp

Search list

[CSharpclsMCIPlay

Description: 一个用来播放MP3文件的C#例子,里面附有应用实例.但是这个类只具备最基本的MP#3播放功能,要想更多的功能,自己添加吧-a play MP3 files to the C# example, inside with application examples. However, the only category with the most basic MP# 3 player, in order to more functions, it added its own
Platform: | Size: 30720 | Author: 吴维志 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 26624 | Author: Huang Yi | Hits:

[Software EngineeringCSharp.Programmers.Cookbook

Description: This book offers 226 code recipes applicable to a variety of difficulties that may arise in the process of application development. Topics covered include XML processing, Windows forms, database access, networking, runtime security, cryptography and more. -This book offers 226 recipes code applicab le to a variety of difficulties that may arise in the process of application development. Topic 's covered include XML processing, Windows forms, database access, networking, runtime security, cryptography and more.
Platform: | Size: 2539520 | Author: 黄瑞宁 | Hits:

[OtherCSharp

Description: c#网络应用高级编程-电子教案 第1章 进程、线程与网络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 第6章 网络数据加密与解密 第7章 三维设计与多媒体编程-c# Web applications high-level programming- Electronic Teaching Plan Chapter 1 of the process, thread and network protocols in Chapter 2 TCP application programming Chapter 3 UDP application programming Chapter 4 P2P Application Programming Chapter 5 SMTP and POP3 application programming Chapter 6 network data encryption and decryption Chapter 7 three-dimensional design and multimedia programming
Platform: | Size: 198656 | Author: qiong | Hits:

[Windows MobileGps

Description: 关于windows mobile 平台开发与应用的源代码用到的与GPS连接-On the windows mobile platform development and application of the source code used in connection with the GPS
Platform: | Size: 132096 | Author: myvip | Hits:

[P2PCsharpP2P

Description: c#写的文件共享程序,该程序可以实现不同主机之间的文件共享功能.这个应用程序可以和IIS或任意Web服务器工作,关键是选择任意的自由端口。-c# written in file-sharing programs, the program can be achieved between the different host file-sharing features. this application and IIS or arbitrary Web servers work, the key is the freedom to choose arbitrary port.
Platform: | Size: 36864 | Author: 小张 | Hits:

[CSharpcalculator

Description: 应用c#所编写的计算器-Application c# Prepared Calculator
Platform: | Size: 32768 | Author: | Hits:

[OtherDoNetDemo

Description: 使用的开发语言有CSharp,VB等,个人认为有较好的参考价值。 【.NET开发】使用Windows Forms生成简单的绘图工具 【.NET开发】为.NET应用程序实现一个类似Word的对象模型 【Office开发】.NET框架下Excel报表组件编程 【Web开发】了解和扩展ASP.NET 2.0中的站点导航系统 【工具与技巧】构建高性能的ASP.NET应用程序 【工具与技巧】使用WMI和MOM 2005检测和监视ASP.NET应用程序 【软件测试】底层UI测试自动化 【特别策划】使用Visual Studio 2005速成版建立低廉的开发环境 【特别策划】用高级安全特性将Hacker拒之门外-Used in the development of language has CSharp, VB, etc. personally think has a better reference value. [. NET development] using Windows Forms to generate a simple drawing tools [. NET development] for. NET applications to achieve a similar Word object model] [Office development. NET framework components Programming Excel statements] [Web development knowledge and extension of ASP.NET 2.0 in site navigation systems] [tools and techniques to build high-performance ASP.NET applications] [tools and techniques to use WMI and MOM 2005 to detect and monitor ASP.NET application software testing] [underlying UI test automation ] [Special planning to use Visual Studio 2005 Express Editions establish low-cost development environment] [special planning with advanced security features will be excluded Hacker
Platform: | Size: 1449984 | Author: softareren | Hits:

[Windows DevelopProgrammingWPF

Description: Programming WPF Windows Presentation Foundation (WPF) (formerly known by its code name "Avalon") is a brand-new presentation framework for Windows XP and Windows Vista, the next version of the Windows client operating system. For developers, WPF is a cornucopia of new technologies, including a new graphics engine that supports 3-D graphics, animation, and more an XML-based markup language (XAML) for declaring the structure of your Windows UI and a radical new model for controls. Programming Windows Presentation Foundation is the book you need to get up to speed on WPF. By page two, you ll have written your first WPF application, and by the end of Chapter 1, "Hello WPF," you ll have completed a rapid tour of the framework and its major elements. These include the XAML markup language and the mapping of XAML markup to WinFX code the WPF content model layout controls, styles, and templates graphics and animation and, finally, deployment.
Platform: | Size: 2320384 | Author: yjc666 | Hits:

[Windows DevelopCollapsiblePanelBar_src

Description: 一个非常好的可伸缩的导航条,用在Windows Mobile下的适用于C#-A very good scalable navigation bar, used in the next Windows Mobile application in C
Platform: | Size: 83968 | Author: Thomasun | Hits:

[CSharpshuijibaobiao

Description: 这是关于水晶报表在C#中的运用,希望对要进行统计的人有点帮助-This is about Crystal Report in C# in the application, in the hope that the people want a little statistics help
Platform: | Size: 2347008 | Author: 李中 | Hits:

[CSharpTrasformazioni

Description: 3D Sample application in c# directx3d
Platform: | Size: 1902592 | Author: Angelo | Hits:

[CSharpPAINT

Description: application paint.net
Platform: | Size: 26624 | Author: haouet | Hits:

[Internet-Networkfirewall

Description: 示范如何用软件设置防火墙,允许某个应用程序穿过防火墙。用C#编制。 -Demonstrate how to set up an firewall exception to allow a certain application pass through firewall.
Platform: | Size: 91136 | Author: Gary Li | Hits:

[Applicationsproject1

Description: this application in csharp form
Platform: | Size: 328704 | Author: Rashed | Hits:

[CSharpCSharp

Description: 本书通过具体的编程实例,详细介绍了数据结构及其算法。全书共分11章,内容包括数据结构和算法的简介,解决线性表、堆栈、队列、串、数组、二叉树及树、图的编程,执行排序和查找算法。全书采用C#语言作为算法描述语言。   本书内容丰富,层次清晰,讲解深入浅出,可作为计算机及相关专业本、专科数据结构课程的教材,也适合各类教育相关课程使用,还可以供从事计算机软件开发和应用的工程技术人员阅读、参考。-This book through specific programming examples described in detail the data structure and algorithm. The book is divided into 11 chapters, including introduction to data structures and algorithms to solve linear tables, stacks, queues, strings, arrays, binary tree and the tree diagram programming, implementation of the sorting and searching algorithms. The book uses C# language as an algorithm description language. This book is rich in content, level of clarity to explain a simple and can be used as computer and related professional in this, specialist data structure course materials, is also suitable for the use of all types of education-related courses, but also can be used for in computer software development and application of engineering and technical personnel to read, reference.
Platform: | Size: 1346560 | Author: 张琼 | Hits:

[Internet-NetworkCSharp_network

Description: visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述 第2章 C#.NET高级网络编程技术概述 第3章 开发基于TCP协议的应用程序 第4章 开发基于UDP的应用程序 第5章 开发基于SNMP协议的应用程序 第6章 使用.NET发送邮件 第7章 FTP下载与文件传输 第8章 基于C#.NET的网络管理模块 第9章 编写基于.NET的Web Service 第10章 基于.NET的远程技术 第11章 流媒体在线播放 第12章 在线五子棋系统模块 第13章 基于HTTP协议的下载工具 -visual c# network programming techniques and practice with the book code, introduced a number of network protocols and the corresponding instance, have a good reference value. Content: Chapter 1 C#. NET network programming outlined in Chapter 2 C#. NET Advanced Network Programming Overview Chapter 3 developed based on TCP protocol applications Chapter 4 Develop the UDP application Chapter 5 developed based on SNMP protocol application in Chapter 6 use. NET send mail Chapter 7 FTP downloads and file transfers in Chapter 8 on C#. NET network management module Chapter 9 written on. NET' s Web Service Chapter 10 on. NET remote technology 11 Chapter streaming online play online backgammon Chapter 12 Chapter 13 modules download tools based on HTTP protocol
Platform: | Size: 1912832 | Author: 刘明 | Hits:

[CSharpDelegates-and-Events-in-CSharp

Description: C#中的委托和事件在.Net Framework中的应用非常广泛,较好的理解委托和事件对很多的接触c#时间不长的人来说并不容易。-The commission and events in c#.net Framework is very extensive application, better understanding of many of the entrusted and events not long time contact with c# people is not easy.
Platform: | Size: 194560 | Author: 杨军 | Hits:

[CSharpConsoleWCFClientApp

Description: wcf application in csharp
Platform: | Size: 183296 | Author: robamy | Hits:

[Finance-Stock software systemPairs-trading-application-in-CSharp

Description: 配对交易应用程序.应用yahoo finace股票历史数据回测配对交易策略。-This application can be used for back testing pairs trading strategies using historical stock prices downloaded Yahoo finance. It is based on WPF, and utilizes infrastructure of Tradelink library to do PL calculations. Prerequisites: 1.Install WPF toolkit http://wpf.codeplex.com/
Platform: | Size: 1201152 | Author: 王强 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net