资源列表
[C#编程] PianoKey_src
说明:Many months ago, I created a piano control using MFC. Having begun using C# over the past year, I decided recently to recreate the control for the .Net fr a mework. However, after taking another look at the challenge of<萧董> 在 2024-12-25 上传 | 大小:5kb | 下载:0
[C#编程] PasswordSecurityTutorial
说明:包括多种hash函数的C语言实现,在头文件中有说明-Including a variety of hash functions to achieve the C language, in the first document described<spring> 在 2024-12-25 上传 | 大小:5kb | 下载:0
[C#编程] StringMatch
说明:四种字符串匹配算法: RK,KMP,BMH及QS算法。-Four kinds of string-matching algorithm: RK, KMP, BMH and the QS algorithm.<曹猛> 在 2024-12-25 上传 | 大小:5kb | 下载:0
[C#编程] CSharpTest
说明:一个Csharp关于循环的学习资料包 内有13个源码-CSharp on a cycle of learning materials package has 13 source<123> 在 2024-12-25 上传 | 大小:5kb | 下载:0
[C#编程] jinchengdiaodu
说明:1. 优先数调度算法: 进程在就绪队列中按优先数的大小从大到小排列,调度算法总是选取队列中优先数高的进程投入运行,采用动态地改变优先数的方法,进程每运行一次优先权相应地减2,从而避免了一个作业长期占用处理机,当调度时机出现时,调度算法适时再调度,首先判断此进程是否运行完,未运行完再判断此进程的优先权是否大于等于队列中首进程的优先数,。若成立,就继续执行,这样重复做下去,直到就绪队列为空。 -1. The priority nu<zhaoya> 在 2024-12-25 上传 | 大小:5kb | 下载:0