资源列表

« 1 2 ... .88 .89 .90 .91 .92 1793.94 .95 .96 .97 .98 ... 5346 »

[C#编程AssemblyDynamicLoader

说明:运行一个.NET应用程序或者运行库宿主时,OS会首先建立一个进程,然后会在进程中加载CLR(这个加载一般是通过调用_CorExeMain或者_CorBindToRuntimeEx方法来实现),在加载CLR时会创建一个默认的AppDomain,它是CLR的运行单元,程序的Main方法就是在这里执行,这个默认的AppDomain是唯一且不能被卸载的,当该进程消灭时,默认AppDomain才会随之消失。 -To run a. NET r
<Tracy> 在 2025-03-04 上传 | 大小:2kb | 下载:0

[C#编程SnakeRun

说明:此代码主要用于开发吞吃蛇的游戏,要用vs2005环境。包括所有文件。-It is for the game of tunchishe ,using under the enviroment of vs2005.
<珍妮> 在 2025-03-04 上传 | 大小:77kb | 下载:0

[C#编程VisualCshujukukaifjingdiananlijiexi

说明:所有示例程序都是在Microsoft Visual Studio .NET 2003(简体中文版)和SQL Server 2000个人版下调试通过的-All sample programs are Microsoft Visual Studio. NET 2003 (Simplified Chinese version) and SQL Server 2000 Personal Edition is adopted under the
<李智军> 在 2025-03-04 上传 | 大小:13.22mb | 下载:0

[C#编程CLD

说明:电子时钟源码,用C编写的ms51单片机,功能齐全,能实现市场上电子时钟的所有功能-Electronic clock source, with C written ms51 microcontroller, functional, able to market all of the features of electronic clock
<朱少武> 在 2025-03-04 上传 | 大小:2kb | 下载:0

[C#编程Csharp

说明:内含ASP.NET连接mysql数据库的具体代码,关键一点是要添加一个mysql的dll,详情见文档-ASP.NET to connect mysql database containing the specific code, the key point is to add a mysql the dll, as detailed in the document
<longfeng> 在 2025-03-04 上传 | 大小:102kb | 下载:0

[C#编程Card

说明:用C#编写的校园一卡通应用程序,可以修改用于企业的一卡通管理,方便好用-With campus card written in C# application that can modify the card for enterprise management, and facilitate the easy to use
<马睿> 在 2025-03-04 上传 | 大小:5.98mb | 下载:0

[C#编程QP2PFileShare

说明:基于TCp的P2P文件共享应用,包含源代码以及运行程序-TCp of P2P-based file sharing applications, including source code, and run the program
<黄科满> 在 2025-03-04 上传 | 大小:44kb | 下载:0

[C#编程rundNum

说明:自己做的一个小程序,可以随机生成6个数字,利用的是线程实现的,可以供自己娱乐-Own to do a small program that can randomly generate six figures, using the thread to achieve, they can for their own entertainment
<蒋小姗> 在 2025-03-04 上传 | 大小:131kb | 下载:0

[C#编程sizeyunsuan

说明:以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions usi
<张斌> 在 2025-03-04 上传 | 大小:1kb | 下载:0

[C#编程j_14470_51yyfeedback

说明:521yy迷你留言板-521yy迷你留言板
<zhuzhu> 在 2025-03-04 上传 | 大小:65kb | 下载:0

[C#编程B2CSystem

说明:一个用C#写的一个B2C大型商务网站, 非常牛-One written in C# using a large-scale commerce B2C website, very Niu
<万巍> 在 2025-03-04 上传 | 大小:816kb | 下载:0

[C#编程weekday

说明:算法如下: 基姆拉尔森计算公式 W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7 在公式中d表示日期中的日数,m表示月份数,y表示年数。 注意:在公式中有个与其他公式不同的地方: 把一月和二月看成是上一年的十三月和十四月,例:如果是2004-1-10则换算成:2003-13-10来代入公式计算。-Algorithm is as follows:基姆拉尔森fo
<super_duck> 在 2025-03-04 上传 | 大小:1kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 1793.94 .95 .96 .97 .98 ... 5346 »

源码中国 www.ymcn.org