代码搜索:Use
找到约 10,000 项符合「Use」的源代码
代码结果 10,000
www.eeworm.com/read/187002/8884223
c use_swap.c
#include
void swap_values(int *, int *);
void main(void)
{
int a = 1, b = 2;
printf("Original values a %d b %d\n", a, b);
swap_values(a, b);
printf("Swapped value
www.eeworm.com/read/187002/8884307
c use_max.c
#include
int get_maximum(int, int);
void main(void)
{
int result;
result = get_maximum(100, 200);
printf("The larger value is %d\n", result);
}
www.eeworm.com/read/383951/8909078
txt use_readme.txt
声明:
本疾病诊断专家系统(免费软件)只限于个人研究学习使用,任何单位和个人不得将此软件用于
任何商业用途。
本疾病诊断专家系统(免费软件)的作者警告:本系统作者不承担任何由于运行本系统而引发的
任何问题及其相关责任.
如果您不同意以上声明和警告,请不要安装和使用本系统。
本系统只引用了一个病例,使用者可根据需要自行添加.
本系统用 ...
www.eeworm.com/read/284348/8938779
rc2 use.rc2
//
// USE.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///////