搜索资源列表
11-2
- 能够对疾病做出诊断的c语言程序,如\"咳嗽\",\"流鼻涕\",\"怕冷\",\"打喷嚏\",\"痰多\",\"体温高\",\"血象偏高\",\"泛酸\",\"呕吐\",\"上腹隐痛\",\"食欲不振\"等。-able to make a diagnosis of the disease c language program, such as the "cough", "snivelling", "afraid of the cold"
c
- 写好c程序的11个要点,有助于提高编程能力-Write c program 11 points to help increase the programmability
11
- 一个非常识别率较高的图像纹理识别的C++源码-A very high recognition rate for Image Texture Recognition C++ source code
11
- 用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时使用LRU算法进行页面置换的情形-With C language programming simulate a virtual page has a number of processes in a given number of real pages to run, and the page fault occurs, using the LRU algorithm for page replacement c
11
- 这是一个可以在vc环境下使用的c语言 其功能是实现了人工智能里传教士与野人过河的经典问题-This is an environment in vc using c-language whose function is to achieve artificial intelligence to cross the river where missionaries and savages a classic problem of
11
- C语言编程:求网格中的黑点分布,已知各行与各列中有黑点的点数之和,请在这张网格中画出黑点的位置-Demand distribution grid in the black spots
11
- Proteus仿真ARM7实验手册 仿真软件 Proteus是英国Labcenter electronics公司的EDA工具软件,Proteus已有十五年的历史,在全球广泛使用,除了其具有和其它EDA工具一样的原理布图、PCB自动或人工布线及电路仿真的功能外,其革命性的功能是,他的电路仿真是互动的,针对微处理器的应用,可以直接在基于原理图的虚拟原型上编程,并实现软件源码级的实时调试,如有显示及输出,还能看到运行后输入输出的效果,配合系统配置的虚拟仪器如示波器、逻辑分析仪等,您不需要别的,Pr
sht-11-niv
- matter that SHT11 is not I2C conform. The sensor provides checksums to ensure integrity of all the measurement data. The C-code example from Sensirion
11
- 对Dijkstra算法C语言实现,包括源码,和编码思想,有文档-On Dijkstra algorithm C language, including source code, and encoding ideas, there are documents
Desktop
- #include<stdio.h> #include<math.h> main() { int i,x scanf(" d",&x) for(i=2 i<=x-1 i++) if(x i==0) printf("NO\n") for(i=2 i<=x/2 i++) for(i=2 i<=sqrt(x) i++) } 第十行不加冒号时出错信息为: C:\Documents and Settings\w
11
- C++primer 第五版第11章课后习题个人手打通过的代码,仅供参考-C++ Fifth Edition Chapter 11 after-school exercise personal code by hand to fight for reference
CPP11
- C++11标准文档,完整版,编程必备,详解C++11标准-C++11 document
C
- 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
c语言答案
- c语言程序设计实训教程 (刘涛 夏启涛) 课后答案[2.1-2.11,部分实验答案]
cPP11
- C++11新特性,简要介绍C+11的最新特性,浏览器最新特性-C++11 new
C++ Concurrency in Action CN
- C++11 多线程书籍 老外编写 值得一读(C++11 multithreaded books, foreigners prepared, worth reading)
Cpp_Concurrency_In_Action-master
- c++11的并发编程指南,用markdown写的。(a tutorial for concurrency code of c++11)
深入理解C++11:C++11新特性解析与应用(高清64M)
- 深入理解C++11:C++11新特性解析与应用(高清64M(A deep understanding of C++11:C++11 new features resolution and application (HD 64M).Rar)
深入理解C++11
- c++11详细介绍了c++11的内容,对学习和使用c++有很大的帮助(C++11 describes the content of c++11 in detail)
C++ 11 常见问题
- C++ 11 常见问题描述文档,来自c++ 之父的解答,解惑,c++ 参考必备