-
我不是编程高手,现在刚开始从事编码工作。所以还有很多东西要学习。我上传的代码是我学习并验证过的正确代码,不是垃圾,随着学习的深入,我会不断提高上传代码的质量。谢...
我不是编程高手,现在刚开始从事编码工作。所以还有很多东西要学习。我上传的代码是我学习并验证过的正确代码,不是垃圾,随着学习的深入,我会不断提高上传代码的质量。谢谢!-I was not programming experts are just now engaged in coding work. So there are many things to learn. I uploaded my code is tested and learn the correct code was not rubbish, with the in-depth study. I will constantly improve the quality of code uploads. Thank you!
- 2022-03-01 05:45:14下载
- 积分:1
-
merging sort
归并排序--c语言非第归-merging sort-- c-language section naturalization
- 2023-08-29 15:10:02下载
- 积分:1
-
vc系统开发代码精粹
本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编...
vc系统开发代码精粹
本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编程、多媒体编程、数字图像编程、网络通信编程以及数据库/MIS开发等-vc system development code essence of this book has been selected more than 40 examples of comprehensive, detailed information based on the Visual C++ program development skills and methods, which covers the Visual C++ the system programming, interface programming, multimedia programming, digital image programming, network communications programming and database/MIS development
- 2022-04-30 02:30:59下载
- 积分:1
-
详细介绍:. 人脸检测源代码(基于肤色和模板),我是刚搞这个没多久,大家有什么问题的话可以提出来...
详细介绍:. 人脸检测源代码(基于肤色和模板),我是刚搞这个没多久,大家有什么问题的话可以提出来-,matlab,生物识别/Bio-Recognize -detail :. Face Detection source code (based on color and template), I just engage the mayor, We have the problem of what can be raised-and Matlab. Biometric/Bio-Recognize
- 2022-09-28 16:15:02下载
- 积分:1
-
比较算法
比较个算法的时间-comparison algorithm-time
- 2023-08-06 08:15:03下载
- 积分:1
-
API_Hook 精悍源码
API HOOK技术是一种用于改变API执行结果的技术,Microsoft 自身也在Windows操作系统里面使用了这个技术,如Windows兼容模式等。 API HOOK 技术并不是计算机病毒专有技术,但是计算机病毒经常使用这个技术来达到隐藏自己的目的。
- 2022-08-21 17:34:40下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用...
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用-Written in Notepad using VB, procedures streamlined and understandable, to VB text box control, exercise and related method is very useful for
- 2022-03-19 02:53:12下载
- 积分:1
-
用易语言制作的网页编辑小软件
用易语言制作的网页编辑小软件-easy language used in the production of small website editing software
- 2022-07-08 06:00:01下载
- 积分:1
-
Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法...
Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
- 2022-05-17 03:53:20下载
- 积分:1