搜索资源列表
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
aTelnetServerInCSharp
- 星期五 2004 05 28上午 10:16:16 昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。 之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。
Spring.NET-1.0.0
- .net最新的开源项目代码有IOC O/R等最新的技术spring.net
WCPiercePracticesEnterpriseLibrary
- A group of programmers far smarter than I have been laboring from some time to create a library of utilities to help developers like myself to create better applications. The fruits of that labor is the Enterprise Library from the Patterns & Practice
RwV015
- RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express),
WSAltRoute
- This article describes the exploitation of the pluggable transport infrastructure provided as part of ASP.NET Web Services, which allows developers to deliver Soap messages built in the document/literal format to be delivered to an end point via mech
jiudianguanliVB.NET+SQL2000
- 做毕业设计要的,只有源码 没有论文 o(∩_∩)o
picio_vc
- This example program shows the basics of using the PIC-I/O with NMCLIB04.DLL. It was created using Microsoft s Visual C++ .net. Source code is included.
dxbbs6.1
- ASP.NET WEB2.O论坛源码,不错的论坛系统,数据库源码比较全,可以参考参考。
ntpclient.o
- NTP(net time protocal)英特网时间服务服务器的时间的获取,在linux环境下可以直接运行,取得服务器的时间
S7
- SIMATIC NET OPC Server Sample Programs S7-SIMATIC NET OPC Server Sample ProgramsS7
new_opcdotnet_src
- vs.net c# ,非常优秀的NET opc client 源码-vs.net c#, excellent NET opc client source code
OPCNET
- opc net的开发,详细说明了使用.net开发OPC程序的代码-opc net development, the use of a detailed descr iption. net Development OPC code
p
- 分词组件 for .net 2.0,即将发布。 o-Word component for. Net 2.0, the upcoming release. o
ProgCSharp5eSource
- O Reilly Programming C# 3.0, Fifth Edition source code tutorial code for beginning to intermediate programmers covers C# 3.0 and the newest .NET platform for developing Windows and web applications.
Programming.NET3.5
- O Reilly Programming .NET 3.5 source code Build N-Tier Applications with WPF, AJAX, Silverlight, LINQ, WCF and more
Oreilly.VB.Dot.NET.Core.Classes.In.A.Nutshell.eBo
- 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
UPSfilesendandreceive
- I/O与网络技术,visual basic .net 2005.all ok.-I/O and networking technologies, visual basic. Net 2005.all ok.
LEACH
- 关于无线传感器网络的路由算法研究,在能量均衡上的经典LEACH算法,用matlab进行的仿真,能够实现!-Abstract: The distributed wireless sensor net work and the technol ogy of wireless communicati on could realize the subsidence monit oring and measuring in coalmine goaf . One of the i mportant r
ASP.NET-CodeFirst-MySQL-Demo-master
- ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案。该框架曾经为.NET Framework的一部分,但version 6之后从.NET Framework分离出来 Entity Data Model (EDM) ,将数据逻辑层切分为三块,分别为 Conceptual Schema, Mapping Schema 与 Storage Schema 三层,其上还有 Entity Client,Obje