搜索资源列表
ruanjianjiagou
- 精心整理,吐血奉献 内容包括:论软件架构师的角色和培养:任职资格 1 C语言嵌入式系统编程*之背景篇 3 C语言嵌入式系统编程*之软件架构篇 6 C语言嵌入式系统编程*之性能优化 12 C语言嵌入式系统编程*之键盘操作 16 C语言嵌入式系统编程*之内存操作 19 C语言嵌入式系统编程*之屏幕操作 26-carefully collated dedication to vomit blood contents include : software arch
National_Computer_Rank_Exam3(C)conclution
- 最新全国计算机等级考试三级(C语言)上机考试试题总结-latest National Computer Rank Examination 3 (C language) on the plane examination papers summary
c
- 约瑟夫问题 约瑟夫问题: 有n个人围成一圈,顺序排号,从第一个开始报数,报到m者退出圈子,由下一个人从新开始报数,问最后六下的是几号? 要求:1.n为固定的10 2.用数组实现 3.m由键盘输入
HIS_SubSet_MISRA_C_1.0.3
- misra (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的misra C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌
实验报告C
- 1.模拟并发进程共享的临界资源m1、m2,它联系着两个信号量sem1、sem2. 2.模拟并发进程的运行现场:通用寄存器i,程序计数器addr. 3.模拟三个并发进程.-1. Simulation of the process of sharing with the critical resources m1 and m2, it is tied to the volume of two signals sem1, sem2. 2. Simulation of the process of ru
cxxtest-guide-3.10.1
- CppTest 软件使用手册。 CPPTest 是一个类似与 JUnit 的单元测试软件,可用于 C++ 程序代码的单元检测
c-curriculum-design
- 已知文本文件f1.txt中存放了某个省当年参加高考的1000个考生的数据(考号、姓名、性别和考试成绩),存放格式是每行存放一个考生的数据,每个数据之间用空格隔开。 假定当年该省的招生计划是:一类本科招生计划为10%;二类本科招生计划为15%;三类本科招生计划为20%;四类高职高专招生计划为25%。 请编写程序,实现以下功能: (1)划定各批次录取分数线,结果可屏幕显示,也可存入文件。 (2)能够统计各批次中男生,女生的录取比例。统计结果可屏幕显示,也可存入文件。 (3)确定每
LJClusterDemo
- 文本聚类是基于相似性算法的自动聚类技术,自动对大量无类别的文档进行归类,把内容相近的文档归为一类,并自动为该类生成特征主题词。适用于自动生成热点*专题、重大新闻事件追踪、情报的可视化分析等诸多应用。 灵玖Lingjoin(www.lingjoin.com)基于核心特征发现技术,突破了传统聚类方法空间消耗大,处理时间长的瓶颈;不仅聚类速度快,而且准确率高,内存消耗小,特别适合于超大规模的语料聚类和短文本的语料聚类。 灵玖文档聚类组件的主要特色在于: 1、速度快:可以处理海量规模
Memory.Management.In.C.And.Cpp
- Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4 - Manual Memory Management Chapter 5 - A
X5RR
- Alicebot and AIML Software Implementations The AI Foundation and our community has three open source free software "products" 1. The specification of the AIML language itself. 2. Various free software interpreters that implement (1). 3.
MISRA_C_ProgamingRule
- This document specifies a subset of the C programming language which is intended to be suitable for embedded automotive systems up to and including safety integrity level 3 (as defined in the MISRA Guidelines). It contains a list of rules concern
c
- 全国计算机二级公共基础知识- 目录: (1) 数据结构与算法 (2) 程序设计基础与软件工程基础 (3) 数据库设计基础-National computer rank examination C
Chap-1-3
- 上海大学版C#.Net教程1-3章的POWERPOINT版本-Shanghai University version of C#. Net tutorial POWERPOINT version of Chapter 1-3
c51-3
- 本书以标准C语言和MCS-51单片机为基础,全面系统地介绍了单片机的C语言设计与应用的基本问题,是一本重在原理与应用、兼顾理论的实用教程。 -The book as a standard C language and MCS-51 single-chip microcomputer-based, comprehensive and systematic introduction to the C language of single-chip design and application o
a
- Borland C 3.1上机指南,可以参考一下-Borland C 3.1
c-programming1
- c语言英文讲义1-3,包括介绍,类型和控制-C language english handouts 1-3
C-flowchart-generator
- AutoFlowchart Version 2.4.3 C流程图生成器-C flowchart generator
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
- 2.1 C++的輸出物件cout 2.2 cout物件的格式化函式 2.2.1 欄位寬設定- cout.width(n) setw( ) 2.2.2 精確度設定-cout.precision( ) setprecision( ) 2.2.3 進位制設定-dec, hex, oct 2.2.4 指定多餘格數字元-cout.fill( ) setfill( ) 2.2.5 小數位數設定-cout.setf( ) 2.3 C++的輸入物件cin -2.1 C++
c课设3
- c语言课设,本报告介绍了一个运用C语言开发的用于酒店客户管理系统,通过该系统可以对客户的入住信息进行管理。该系统是在Visual C++集成环境中进行编译、连接和运行的(C language course design)