资源列表
[C#编程] GQTransDemo
说明:图形学经典实验 3D图形变换 图形学实验代码-Classical experiment Graphics Graphics 3D graphics transformation experiment code<张亦楠> 在 2025-06-09 上传 | 大小:1.94mb | 下载:0
[C#编程] StudentManage
说明:一个简单的学生管理系统,用C#写的,供大家参考。-A simple student management system, written using C# for your reference.<守望> 在 2025-06-09 上传 | 大小:75kb | 下载:0
[C#编程] TabControl_Demo
说明:Recently I came across a requirement for a tab control to be closed from the header itself. This means the user doesn t need to switch to any tab page in order to close it. The perfect example for this one is Firefox browser. In Firefox, the user can<prakash> 在 2025-06-09 上传 | 大小:15kb | 下载:0
[C#编程] VisualCbuilderimageprocessingprogramdesignexample.
说明:Visual C#图像处理程序设计实例,用C#编写图像处理的源程序-Visual C# example of image processing, program design, using C# write image processing source code<王东玉> 在 2025-06-09 上传 | 大小:8.74mb | 下载:0
[C#编程] MyMobile
说明:wince 数据库,Microsoft.WindowsMobile.Status, 可通过系统得到的状态包括:活动应用程序、设备的 ActiveSync 状态、当前电池电量、是否有照相机连接到该设备、是否插入了耳机、 Media Player 中当前播放的歌曲名称、未读的 SMS 信息个数、未读的电子邮件个数、当前是否正在通话、当前是否正在进行会议呼叫、当前是否可以使用 GPRS 连接、设备当前是否连接到 VPN 、未接电话呼叫的个数、电话的移动运营商的名称、当天预定的任务数等。-wince<jwb> 在 2025-06-09 上传 | 大小:152kb | 下载:0
[C#编程] mysharpcodedemo
说明:Visual C# program that shows you how to create your own C# program and use an ADO.NET Data Provider to access SQLite databases<kusanagi> 在 2025-06-09 上传 | 大小:459kb | 下载:0
[C#编程] fabianyi
说明:未优化模式就是原生代码,其调式期间可以和源代码一 一对应,maxspeed模式则尽可能将操作放在寄存器内完成,并且有一定的算法优化;而最小代码模式则通过合并部分代码,尽可能的通过EBP比例变址寻址,完成对二维数组的访问。 -Model is not optimized native code, and its modal period of the source code can be one correspondence, maxspeed model is designed to opera<Tracy> 在 2025-06-09 上传 | 大小:3kb | 下载:0
[C#编程] AssemblyDynamicLoader
说明:运行一个.NET应用程序或者运行库宿主时,OS会首先建立一个进程,然后会在进程中加载CLR(这个加载一般是通过调用_CorExeMain或者_CorBindToRuntimeEx方法来实现),在加载CLR时会创建一个默认的AppDomain,它是CLR的运行单元,程序的Main方法就是在这里执行,这个默认的AppDomain是唯一且不能被卸载的,当该进程消灭时,默认AppDomain才会随之消失。 -To run a. NET runtime host application, or wh<Tracy> 在 2025-06-09 上传 | 大小:2kb | 下载:0