资源列表
ntwdblib
- pb9.0与sql08的连接接口,放在system32下即可-The connection interface pb9.0 with sql08, on system32 can
ADzhuanhuan
- ADC0809的转换程序,从模拟量到数字量的转换,适用于单片机开发工作。-ADC0809 conversion process from analog-to-digital conversion, applicable to the the microcontroller development work.
lcd16208
- lcd1602键盘按键显示,键盘4*4,行列式反转法-lcd1602 keyboard keys keyboard 4* 4, determinant reversal
otsu.matlab
- 这是otsu算法的matlab版,可以对图像进行自动二值化处理。-Otsu algorithm matlab version, automatic binarization processing of the image.
juzhenqiuni.txt
- codeC++求逆源代码 用函数调用写出来的 自创的-codeC++ inverse source code to write out own function calls
PMU
- PMU精密测量单元,用于OVC调试的代码,-PMU Precision measurement unit for the OVC debugging code,
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!
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!
sort
- 哈工大汇编语言老师老师带着写的代码,用c和汇编进行联合编程!是底层实现更快!-Hit the assembly language teacher teacher took to write the code, using C and assembly joint programming! Is the underlying implementation faster!
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
cPP-prog.-language
- C++ programming language
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==0&&b i==0)break return i
