资源列表

« 1 2 ... .70 .71 .72 .73 .74 875.76 .77 .78 .79 .80 ... 3005 »

[汇编语言sunxin1

说明:我初学C++时看的孙鑫老师的视频和学习的代码-I SUN Xin teachers the beginner C++ see video and learning the code
<lichunjie> 在 2025-01-23 上传 | 大小:51kb | 下载:0

[汇编语言142

说明:求两个整数的最大公约数和最小公倍数,并编写主函数调用这两个子函数,输出结果,两个整数由键盘输入。-#include<iostream> using namespace std int x(int a,int b) //x为求最大公约数的函数 { int t=0 if(a>b)t=b else t=a for(int i=t i>=1 i--)if(a i
<ll> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言cPP-prog.-language

说明:C++ programming language
<ammuvs> 在 2025-01-23 上传 | 大小:74kb | 下载:0

[汇编语言anjian-c

说明:按键的c程序 ,根据简单的单片机编程序,按键实现发光二极管的亮 灭,简单易上手希望各位同学有帮助-this is a c program ,which is useful for the student of who contact the c,if you study hand,it is nothand for you to understand the things
<蒋海旭> 在 2025-01-23 上传 | 大小:15kb | 下载:0

[汇编语言sort

说明:哈工大汇编语言老师老师带着写的代码,用c和汇编进行联合编程!是底层实现更快!-Hit the assembly language teacher teacher took to write the code, using C and assembly joint programming! Is the underlying implementation faster!
<胡明> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言buffer

说明:用汇编语言实现插入查找,联合c中的printf()调用等方面都有涉及,希望对汇编的初学者有帮助!-Using assembly language to achieve insert search, combined with C in printf ( ) call etc are involved, I hope to help beginners compilation!
<胡明> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言xchg2

说明:哈工大教课的时候的汇编语言经典例子,交换两个字符串,把大写改为小写!大神无视,菜鸟看看很有帮助!-Harbin University of technology teaching when assembly language classic example, in exchange for two string to uppercase, lowercase! God ignores the rookie, have a look!
<胡明> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言PMU

说明:PMU精密测量单元,用于OVC调试的代码,-PMU Precision measurement unit for the OVC debugging code,
<马宁> 在 2025-01-23 上传 | 大小:1.33mb | 下载:0

[汇编语言juzhenqiuni.txt

说明:codeC++求逆源代码 用函数调用写出来的 自创的-codeC++ inverse source code to write out own function calls
<*> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言otsu.matlab

说明:这是otsu算法的matlab版,可以对图像进行自动二值化处理。-Otsu algorithm matlab version, automatic binarization processing of the image.
<吴燕超> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言lcd16208

说明:lcd1602键盘按键显示,键盘4*4,行列式反转法-lcd1602 keyboard keys keyboard 4* 4, determinant reversal
<肖再元> 在 2025-01-23 上传 | 大小:2kb | 下载:0

[汇编语言ADzhuanhuan

说明:ADC0809的转换程序,从模拟量到数字量的转换,适用于单片机开发工作。-ADC0809 conversion process from analog-to-digital conversion, applicable to the the microcontroller development work.
<李同心> 在 2025-01-23 上传 | 大小:12kb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 875.76 .77 .78 .79 .80 ... 3005 »

源码中国 www.ymcn.org