Welcome![Sign In][Sign Up]
Location:
Search - .net o

Search list

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173784 | Author: 程崇刚 | Hits:

[CSharpSpring.NET-1.0.0

Description: .net最新的开源项目代码有IOC O/R等最新的技术spring.net
Platform: | Size: 10907168 | Author: 蔡宇衡 | Hits:

[Other resourcejiudianguanliVB.NET+SQL2000

Description: 做毕业设计要的,只有源码 没有论文 o(∩_∩)o
Platform: | Size: 2695221 | Author: riverbian | Hits:

[Otherntpclient.o

Description: NTP(net time protocal)英特网时间服务服务器的时间的获取,在linux环境下可以直接运行,取得服务器的时间
Platform: | Size: 6660 | Author: zhouchuanyi | Hits:

[WEB CodeNet-skyChatServer类似网易聊天室

Description: Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性能。这不不并不意味着每次修改配置后要重新启动聊程式,系统提供专门的管理员命令来重载或修改配置,而不须停止或间断服务。(Only For Linux) -Net-Sky ChatServer different from the other with PHP, ASP, PERL scripting languages such as prepared by the CGI or any other mode of chat programs, the chat room using the standard C language development, independent of any third-party WEBSERVER and running fast, efficient, stable, large capacity. The design goal is that it can be an ordinary PC to accommodate 10,000 people chatting. After initial testing, fully standards : each process in a chat room, accounting for about 700K of memory, 80-CPU time for about 0.03% (Pll450). All the forthcoming commencement of proceedings templates included one-time memory, hard disk to minimize the I / O operations (Chat drives the process without any I / O), to maximize performance. This does not mean that not every amendment is not configured to restar
Platform: | Size: 43773 | Author: 郑仁敏 | Hits:

[WEB Codeasp.net完全自学

Description: asp.net2.o完全自学手册,是一部对于初学asp.net人员很好的书籍
Platform: | Size: 14103300 | Author: 1134706380@qq.com | Hits:

[WEB CodeNet-skyChatServer类似网易聊天室

Description: Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。经初步测试,完全达标:每个聊天室一道进程,占内存约700K,80人在线时占CPU约0.03% (Pll450)。程序启动即将所有模版一次性载入内存,最大限度减少硬盘的I/O操作(聊天过程没有任何硬盘I/O),最大限度提高性能。这不不并不意味着每次修改配置后要重新启动聊程式,系统提供专门的管理员命令来重载或修改配置,而不须停止或间断服务。(Only For Linux) -Net-Sky ChatServer different from the other with PHP, ASP, PERL scripting languages such as prepared by the CGI or any other mode of chat programs, the chat room using the standard C language development, independent of any third-party WEBSERVER and running fast, efficient, stable, large capacity. The design goal is that it can be an ordinary PC to accommodate 10,000 people chatting. After initial testing, fully standards : each process in a chat room, accounting for about 700K of memory, 80-CPU time for about 0.03% (Pll450). All the forthcoming commencement of proceedings templates included one-time memory, hard disk to minimize the I/O operations (Chat drives the process without any I/O), to maximize performance. This does not mean that not every amendment is not configured to restar
Platform: | Size: 43008 | Author: 郑仁敏 | Hits:

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173056 | Author: 程崇刚 | Hits:

[CSharpSpring.NET-1.0.0

Description: .net最新的开源项目代码有IOC O/R等最新的技术spring.net-. net the latest open source project code IOC O/R, such as the latest technology spring.net
Platform: | Size: 10906624 | Author: 蔡宇衡 | Hits:

[CSharpDataQuicker2_0_99_Source

Description: .NET 2.0 ORM Data Access Layer- NET 2.0 ORM Data Access Layer
Platform: | Size: 705536 | Author: eunge | Hits:

[WEB CodeiWebOffice.ocx.vb.net

Description: iWebOffice系列文档控件,能够在浏览器窗口中直接编辑Word、Excel、PowerPoint等 Office文档并保存到Web服务器上。实现文档和电子表格和数据库的统一管理。同时支持痕 迹保留,手写签名,电子印章等办公自动化系统必备的功能。是OA系统开发的标准控件, 是保护您投资的最佳选择!-iWebOffice Series Document Control, in the browser window directly edit Word, Excel, PowerPoint and other Office document and preserve to the Web server. Implementation documentation and spreadsheets and database management. Support the traces reservations, handwritten signatures, electronic seals of office automation system and other necessary functions. OA system development is the standard control, protect your investment is the best choice!
Platform: | Size: 2881536 | Author: | Hits:

[WEB CodeTheBeerHouse_SRC_Project

Description: TheBeerHouse Website for ASP.NET 2.0 Sample project for the Wrox Press book "ASP.NET 2.0 Website Programming", by Marco Bellinaso You must have Visual Studio 2005, and either the Express Edition of SQL Server 2005, or the one of the full featured editions of SQL Server 2005 loaded on your computer. If you only have SQL Server 2000, then you can download the free Express Edition of SQL Server 2005 - you can NOT use SQL Server 2000 with this project (unless you change a few T-SQL stored procedures at least)-TheBeerHouse ASP.NET 2.0 Website for Samp le project for the Wrox Press book "ASP.NET 2.0 W ebsite Programming " by Marco Bellinaso You must have Visual Studio 2 005. and either the Express Edition of SQL Server 200 5. or the one of the full featured editions of SQL Se rver 2005 loaded on your computer. If you only ha 've SQL Server 2000. then you can download the free Express Edition o f SQL Server 2005-you can NOT use SQL Server 2000 with this project (unless you change a few T-SQL stored procedures at least)
Platform: | Size: 1764352 | Author: lj | Hits:

[Telnet ServerWSAAsyncSelect

Description: Managed I/O Completion Ports (IOCP) is part of a .NET class library named Sonic.Net, which I first released on CodeProject in May 2005. Sonic.Net is a free open source class library that can be used in building highly scalable server side .NET pplications. This part-2 of Managed IOCP builds on top of my first Managed IOCP article. So it is a pre-requisite to read the first part of Managed IOCP before -Managed I/O Completion Ports (IOCP) is par t of a.NET class library named Sonic.Net, which I first released in May on CodeProject 200 5. Sonic.Net is a free open source class library that can be used in building highly scalable ser ver side.NET pplications. This part-2 of Manag ed IOCP builds on top of my first art Managed IOCP icle. So it is a pre-requisite to read the first p art of Managed IOCP before
Platform: | Size: 951296 | Author: 范志 | Hits:

[.netjiudianguanliVB.NET+SQL2000

Description: 做毕业设计要的,只有源码 没有论文 o(∩_∩)o-Want to do graduation project, only there is no paper source o (∩ _ ∩) o
Platform: | Size: 2695168 | Author: riverbian | Hits:

[.netSimple_VB_dot_Net_OPC

Description: VB.net编写的OPCClient,可以访问网络上的OPCServer,自定义Group,Item-VB.net prepared OPCClient, may be accessed on the network OPCServer, since the definition of Group, Item
Platform: | Size: 229376 | Author: 潘伟 | Hits:

[.netOPCNET

Description: opc net的开发,详细说明了使用.net开发OPC程序的代码-opc net development, the use of a detailed description. net Development OPC code
Platform: | Size: 72704 | Author: 李刊 | Hits:

[CommunicationS7

Description: SIMATIC NET OPC Server Sample Programs S7-SIMATIC NET OPC Server Sample ProgramsS7
Platform: | Size: 330752 | Author: mrfu | Hits:

[.netOreilly.VB.Dot.NET.Core.Classes.In.A.Nutshell.eBo

Description: VB.NET Core Classes in a Nutshell, provides a concise and thorough reference to the types found in the core namespaces of the .NET Framework Class Library. A companion to VB.NET Language in a Nutshell, this is a reference that VB.NET programmers will turn to repeatedly. Due to a special partnership between O Reilly and Microsoft, this book also includes a CD that integrates the book s reference into Visual Studio .NET.
Platform: | Size: 1244160 | Author: Raphael | Hits:

[ApplicationsVB.NET.OPC.Example

Description: VB .NET OPC.Example vb.net與KEPSERVER通信-VB .NET OPC.Example vb.net與KEPSERVER通信
Platform: | Size: 78848 | Author: wangjianfu | Hits:

[WEB CodeOReilly.Programming.ASP.NET.3rd.Edition

Description: ASP.NET的经典学习资料,适合初学者使用,配合VS2005-O Reilly has once again updated its bestselling tutorial on ASP.NET, the world s leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, author Jesse Liberty gives you the lowdown on the technology s latest version, ASP.NET 2.0, as well as Visual Studio 2005.
Platform: | Size: 9618432 | Author: sea | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net