资源列表
disc
- disc select test programe
P50
- 编一个函数fun(char *s),函数的功能是把字符串中的内容 逆置。 例如:字符串中原有的字符串为:abcdefg, 则调用该函数后, 串中的内容为:gfedcba。 注意: 部分源程序存在文件PROG1.C文件中。-Compile a function fun(char*s),which could reverse the contents of the string.
C-ATM
- 很好的实现ATM取款机功能的程序代码,值得借鉴,欢迎分享并提出宝贵意见!-ATM cash machines to achieve good functional code, should learn to welcome and valuable advice to share!
shuzihewenti
- 描述: 数字河中的一个数n 的后继数是n 加上其每位数字的和。例如,12345的后继数是12360,因为12345+1+2+3+4+5=12360。如果数字河的第一个数为k,我们就称此数字河为river k。例如,river 480 代表序列{480, 492, 507, 519, ...},river 483 代表序列{483, 498, 519, ...}。 当两个数字河有相同的元素时,我们称这两个数字河在此元素处相遇。例如,river 480 和river 483 在元素5
mycurses
- example of curses library
peopledetect.py.tar
- people detection using opencv
ejdlb
- 二级倒立摆的s封装函数 用于建立环形二级倒立摆的系统 -Level 2 inverted pendulum s packaging function
VanishingMoment
- showing vanishing moment-vanishing moment
forbid_run_program
- 批处理禁止运行程序.默认密码为mscxw-Batch prohibited run the program. Default password is mscxw
7_2_15
- 随机产生N个整数值,N由用户输入,存于动态数组中,并计算其和与均值-Random integer values to generate N, N input by the user, stored in a dynamic array, and calculate and mean
ELVS
- 利用ardvino编写的切换控制程序,mega8单片机与上位机通讯,当收到上位机的切换命令时发送相应的命令至单片机输出口。-Switch control procedures utilize ardvino written, mega8 microcontroller and PC communication, when a switch command is received from the host computer to send the appropriate commands to
StrCpy
- 使用指针实现库函数StrCpy以处理字符串复制功能,并返回指针!-Using pointers to handle string library functions StrCpy copy function, and returns the pointer!