资源列表

« 1 2 ... .12 .13 .14 .15 .16 3017.18 .19 .20 .21 .22 ... 5345 »

[C#编程TopoSort

说明:Topological sorting ... see wikipedia article for more info ...input is a set of constraints ... if A is above B, and B is above C, input = (A, B), (B, C) ... output is correct ordering of input elements... A, B, C
<> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[C#编程Colors

说明:RGB to HSV conversion, and HSV to RGB conversion utilities. Change constants to change range limits. RGB_MAX is default 255 limit, H_MAX to change Hue limits, SV_MAX to change Saturation/Value limits.
<> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[C#编程JSON

说明:JSON import and export library. Very easy to use. Example code for arrays: JArr parts = new JArr() parts.Add("Hello") , Example code for objects: JObj info = new JObj() info.Add("name", "NAME HERE") info.Add("num", 500) -JSON import
<> 在 2025-06-22 上传 | 大小:8kb | 下载:0

[C#编程Files

说明:Easily execute external EXE from .NET. Call a exe with command line arguments, wait for complete, or execute asynchronously. No black command prompt window is shown. Execute via BAT file if trouble executing directly. Stable and reliable. Used in pro
<> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[C#编程ImageResize

说明:Easily resize a bitmap file in .NET, save into another file. High quality resizing with Bicubic algorithm to ensure smooth resizing. Special code to handle JPEG compression after resizing.
<> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[C#编程AboutTime

说明:C#定时从网络同步系统时间,最小化到托盘,多线程实现。-C# timing from the network synchronization system time, minimize to tray, multi-threaded implementation.
<iamice> 在 2025-06-22 上传 | 大小:210kb | 下载:0

[C#编程Calculator

说明:我学习C#时,编写的c#计算器源代码,共同学习!-I am learning C# source code, when written in calculator
<robin> 在 2025-06-22 上传 | 大小:86kb | 下载:0

[C#编程CSSharpSerialize

说明:C# 序列化与反序列化的实程,演示C#序列化与反序列化的过程。-CSharp serialize and deserialize instances
<lovepoco> 在 2025-06-22 上传 | 大小:7kb | 下载:0

[C#编程CSharpzhexiantu

说明:本资料为使用C#开发的折线图,进行绘制折线图的源代码-This information line chart using C# development, source code to draw a line chart
<北极来的熊> 在 2025-06-22 上传 | 大小:44kb | 下载:0

[C#编程JavaHostWPF_src

说明:WPF控件与java的通信,JAVA加载WPF控件-The main ideas of Java and .NET code integration described in [4] where I showed an example of embedding .NET GUI components into Java interface. For anybody who is not familiar with Object-Oriented JNI for .NET, I recommend
<张风> 在 2025-06-22 上传 | 大小:38kb | 下载:0

[C#编程CSharp

说明:C#开发入门图书,简单介绍C#的开发环境和基本的语法以及在.NET中编程方法-C# development of entry-books, a brief introduction to C# development environment and the basic syntax and programming methods. NET
<ryan1989> 在 2025-06-22 上传 | 大小:1018kb | 下载:0

[C#编程AutoBackupFiles

说明:这是一个用c#编写的程序,可以自动备份资源目录下的所有文件文件夹。-Automatically back up all the files in a folder in the resource directory.
<chenyuhui7> 在 2025-06-22 上传 | 大小:40kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 3017.18 .19 .20 .21 .22 ... 5345 »

源码中国 www.ymcn.org