01.
use MSAgent in C#查资料的时候突然看到MSAgent编程,找了些资料动手写了几行代码。如果没有MSAgent runtime或者SDK的话,可以去下载,如果用VC++,则需要下载两个头文件。创建.net项目以后,添加一个引用,选择COM页,然后选择Microso...查看完整版>>
use MSAgent in C#
02.
how use VBA in excel move active cell!Sub instab() Dim flag As Boolean Dim rs1 As String Dim rs2 As String flag = True Range("A5:A6").Select With Application.FindFormat.Font .Subscript = False .Co...查看完整版>>
how use VBA in excel move active cell!
03.
use wxwidgets and ado in vc.net use wxwidgets and ado in vc.net 用mfc总是让人觉得别扭,比较一下第三方的图形库,wxwidgets不错要操作数据库,当然是用ado库我编译好wxwidgets后,在example里找到grid的example开刀把那些杂七杂八的东西删了#inc...查看完整版>>
use wxwidgets and ado in vc.net
04.
IOCP Thread Pooling in C#IOCP Thread Pooling in C#By William KennedyContinuum Technology CenterIntroduction Thread pools allow our server to queue and perform work in the most efficient and scalable way possible. Without th...查看完整版>>
IOCP Thread Pooling in C#
05.
Another method to remove window"s title bar in C#Make the ControlBox property to false and Text property to String.Empty.Your window will be shown with border but no title bar. If change the BorderStyle property to None, you window will not be shown...查看完整版>>
Another method to remove window"s title bar in C#
06.
正态分布的随机数发生器 in C#主要参考《Numerical Recipes in C++ 2/e》p.292~p.294 和《Simulation Modeling and Analysis 3/e》p.465~p.466。Box 和 Muller 在 1958 年给出了由均匀分布的随机变量生成正态分布的随机变量的算法。设 U1, U2 是...查看完整版>>
正态分布的随机数发生器 in C#
07.
Thread safe Singleton in C#public sealed class Singleton { private Singleton() {} private static volatile Singleton _value; private static object syncRoot = new Object(); public static Singleton ...查看完整版>>
Thread safe Singleton in C#
08.
[收藏]IOCP Thread Pooling in C#IOCP Thread Pooling in C#By William KennedyIntroduction When building server based applications in C#, it is important to have the ability to create thread pools. Thread pools allow our server to que...查看完整版>>
[收藏]IOCP Thread Pooling in C#
09.
Thinking in C#About program language such as C++, C#, Java and Delphi, how to choose a good one for a freshman ?This view has pointed by many people here and different person have different ideas. In my opnio...查看完整版>>
Thinking in C#
10.
Boxing and UnBoxing in C#source:begin:IntroductionIn this article I will explain the concepts of Boxing and UnBoxing. C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference type...查看完整版>>
Boxing and UnBoxing in C#
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。