C语言是在 70 年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正 式 发 表 了 C 语 言 。 同 时 由 B.W.Kernighan 和 D.M.Ritchit 合 著 了 著 名 的 “THE C PROGRAMMING LANGUAGE” 一书。 通常简称为《 K&R》, 也有人称之为《 K&R》 标准。 但是, 在 《 K&R》中并没有定义一个完整的标准 C 语言, 后来由美国国家标准协会 ( American National Standards Institute) 在此基础上制定了一个 C 语言标准, 于一九八三年发表。 通常 称之为 ANSI C。
上传时间: 2016-08-03
上传用户:vito
最近在学习Oracle,对测试人员而言必须掌握两种语言:第一种是DML,数据操纵语言 (Data Manipulation Language) 是SQL语言中,负责对数据库对象运行数据访问工作的指令集,以INSERT、UPDATE、DELETE三种指令为核心,分别代表插入、更新与删除。第二种是:DQL,数据查询语言 (Data Query Language) 是SQL语言中,负责进行数据查询而不会对数据本身进行修改的语句,这是最基本的SQL语句。核心指令为SELECT,以及一些辅助指令,如FROM、WHERE等,FROM:表示来源,可以搭配JOIN做链接查询; WHERE:过滤条件;GROUP BY:在使用聚合函数时用到,如SUM,COUNT,MAX,AVG;HAVING:对聚合结果进行筛选,这是和WHERE的不同点;ORDER BY:排序。
标签: oracle 基础 资料
上传时间: 2016-09-15
上传用户:天涯云海
一个程序如果不好看,使用的人一定不爽,会有视觉疲劳。因此一个功能强大且界面漂亮、易于操作的软件才是人们真正需要的软件。 本书每一课以一个实际制作图形的任务完成教学工作,不仅提高了编程的辅助技术技能,学习Photoshop的使用方法,还可以进入图形设计的大门。 一般学习编程的书很少有对如何设计程序的图形界面进行专门介绍,因此学习后,很多用户对于程序界面设计还不能很好的掌握。而学习程序界面设计有的编程爱好者是通过学习图像制作软件而得来的,如Photoshop,但还不够具体进行程序界面设计。 一个有着漂亮界面的程序一定比界面普通的程序更会让人感觉上更专业一些,让人眼睛一亮。在当今竞争激烈的市场环境下,客户越来越挑剔,对创意有着较高的要求。现在的经济也有人称为吸引人眼球的经济,不得不承认有些程序在界面设计上所花的功夫并不比程序设计的少,有的设计精美的程序实在是让人难以忘怀的。 本书即是一种教大家如何学习设计漂亮的易语言应用程序界面的专业书籍。书中介绍了易语言界面设计方法,采用Photoshop7.0作为教学工具。有的读者会说是不是杀鸡用牛刀了,但你能用“画板”画出水晶按钮吗?由于程序界面设计涉及的内容非常多,如果用其他的软件进行教学也许会达不到预期的目标,因此使用Photoshop无疑是首选工具。再加上Photoshop的确是设计行业中的老大,不仅从它的易操作性方面来说,还是从它那强大的功能,以及众多的滤镜等,都一定不会让读者失望。 本书以Photoshop 7.0为讲解对象,同样也适合于Photoshop的其他所有的版本。 同时本书是一本速成的书,因此没有先去了解Photoshop的基本知识,而是直接进行操作,从操作中再去了解Photoshop,一共8课学会,效果更好。 本书适合中学课本中对图形图像的学习,可以安排16课时。 本书同时适合学习易语言编程的爱好者美化自己的程序。 为易语言资格认证考试易语言程序设计师指导用书。 本教材参加易语言在中小学试点项目的老师们可任意参考使用。
上传时间: 2019-01-29
上传用户:jizhi111
本节课的实验内容主要分为三个板块:HTML,CSS,JavaScript,其中,我对HTML技术的应用得到了熟练运用,并对其他动态网页设计方法进行了大致的了解。HTML是Hypertext Markup Language的英文缩写,即超文本标记语言。它是一种标记语言而非编程语言,由浏览器解释支持。HTML文件是一种文本文件,可以用记事本打开,当然也可以用其他开发工具,比如dream-weaver和VS等等。通过在文本中添加各种标签来告诉浏览器网页要显示的内容,以及以何种表现形式显示。浏览器按照自上而下的顺序解读HTML文件,同时浏览器并不会因为HTML代码出现错误而停止解读。在课上操作上机的时候,老师教会了我们怎么用最简单的TXT文件来设计自己想要设计的网页,并加入了多种元素。CSS是一种用来表现HTML文件样式的计算机语言。CSS不仅可以静态地修饰网页,还可以配合各种脚本语言动态地对网页各元素进行格式化。 而且CSS 能够对网页中元素位置的排版进行像素级精确控制,支持几乎所有的字体字号样式,拥有对网页对象和模型样式编辑的能力。JavaScript是我认为我所学的技术里面最高端的一种技术。JavaScript是一种基于对象和事件驱动具有安全性能的脚本语言,使用JavaScript可以轻松的实现与HTML的互操作,并且完成丰富的页面交互效果,它是通过嵌入或调入在标准的HTML语言中实现的,它的出现弥补了HTML的缺陷,是java与HTML折衷的选择。学习本课的目的就是能够建立起自己设计出来的页面,经过几周的教学和自我实践摸索,我已经能创建专属于自己的HTML页面,超额完成自己的目标。
上传时间: 2019-04-22
上传用户:107946518
Someone who wants to get to know the customs of a country frequently receives the advice to learn the language of that country. Why? Because the dif- ferences that distinguish the people of one country from those of another are reflected in the language. For example, the people of the islands of the Pacific do not have a term for war in their language. Similarly, some native tribes in the rain forests of the Amazon use up to 100 different terms for the color green.
上传时间: 2020-05-27
上传用户:shancjb
This book provides a comprehensive overview of the technology behind the pico-solar revolution and offers guidance on how to test and choose quality products. The book also discusses how pioneering companies and initiatives are overcoming challenges to reach scale in the market- place, from innovative distribution strategies to reach customers in rural India and Tanzania, to product development in Cambodia, product assembly in Mozambique and the introduction of ‘pay as you go’ technology in Kenya.
标签: Pico-solar Electric Systems
上传时间: 2020-06-07
上传用户:shancjb
A power semiconductor module is basically a power circuit of different materials assembled together using hybrid technology, such as semiconduc- tor chip attachment, wire bonding, encapsulation, etc. The materials involved cover a wide range from insulators, conductors, and semiconduc- tors to organics and inorganics. Since these materials all behave differently under various environmental, electrical, and thermal stresses, proper selec- tion of these materials and the assembly processes are critical. In-depth knowledge of the material properties and the processing techniques is there- fore required to build a high-performance and highly reliable power module.
标签: Manufacture Electronic Modules Design Power
上传时间: 2020-06-07
上传用户:shancjb
MIT App Inventor is an innovative beginner’s introduction to programming and app creation that transforms the complex language of text-based coding into visual, drag-and- drop building blocks. The simple graphical interface grants even an inexperienced novice the ability to create a basic, fully functional app within an hour or less.
标签: Arduino Android using and MIT app
上传时间: 2020-06-09
上传用户:shancjb
I wrote this book so that students, hobbyists, and engineers alike can take advantage of the Arduino platform by creating several projects that will teach them about the engineering process. I also wanted to guide the reader through introductory projects so that they could get a firm grasp on the Arduino Language, and how to incorporate several pieces of hardware to make their own projects. This book offers so much information on the Arduino, not just the basic LED projects but it offers different peripherals such as Ultrasonic sensor, the Xbox® controller, Bluetooth, and much more. This book also teaches the non-engineer to follow a process that will help them in future project (not just Arduino projects).
标签: Engineering Practical Arduino
上传时间: 2020-06-09
上传用户:shancjb
In this book for the optimisation of assembly conveyor lines we are dealing with series part production featured by a medium complexity degree and a medium number of individual components and assembly technique alternatives. Modern production techniques for medium to large series products or mass production usually involve assembly conveyor lines. They still use hand labour more or less automated. The aim is to have monotonous and similar in type operations or such causing fatigue, stress and production traumas, gradually replaced by automated assembly cycles, means and techniques. This usually widely involves industrial robots and handlers. Higher productivity, lower cost and higher quality of assembled products are usually required.
上传时间: 2020-06-10
上传用户:shancjb