登录
首页 » 电子书 » 本书包括语言的社会功能、语音、语法、词义、文字和书面语、语言的接触、语言系统的发展等九章,每章都有学习目标、重点与难点...

本书包括语言的社会功能、语音、语法、词义、文字和书面语、语言的接触、语言系统的发展等九章,每章都有学习目标、重点与难点...

于 2022-10-10 发布 文件大小:615.97 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

本书包括语言的社会功能、语音、语法、词义、文字和书面语、语言的接触、语言系统的发展等九章,每章都有学习目标、重点与难点-This book, including the social function of language, voice, grammar, word, text, and written, language contact, language systems, such as chapters, each chapter has learning objectives, priorities and difficult

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图论中最小生成树Kruskal算法 及画图程序 M
    图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w) -Graph theory Kruskal minimum spanning tree algorithm and Paint program M-function format [Wt, Pp] = mintreek (n, W): n for the map Vertices, W for weighted graph adjacency matrix, does not constitute the edge of the two vertices of between the right to express with inf. Show the minimum spanning tree of edges and vertices, Wt right for the Minimum Spanning Tree, Pp (:, 1:2) for the minimum spanning tree edges of the two vertices, Pp (:, 3) for the minimum spanning tree of the right side, Pp ( :, 4) For the minimum spanning tree graph edge serial number, red connection for the minimum spanning tree of graph such as n = 6 w = inf* ones (6) w (1, [2,3,4]) = [ 6,1,5]
    2022-01-30 21:32:39下载
    积分:1
  • vc++动态链接库编程,详细介绍动态连接库的开发过程,详细、深刻,值得一看。...
    vc++动态链接库编程,详细介绍动态连接库的开发过程,详细、深刻,值得一看。-vc++ dynamic link library programming, dynamic link library detailed introduction of the development process, detailed, profound and worth a visit.
    2022-03-02 19:06:46下载
    积分:1
  • Fine examples of Java
    Java基础与实例精解-Fine examples of Java-based solution with the
    2022-02-06 17:03:48下载
    积分:1
  • 初学者的入门指南,希望对大家有帮助!
    电子初学者的入门指南,希望对大家有帮助!-Electronic Beginners Getting Started Guide, and they hope to help everyone!
    2022-07-18 07:43:20下载
    积分:1
  • 这是一本写关于java程序员的,看看对自己身份定位还是有点帮助的...
    这是一本写关于java程序员的书,看看对自己身份定位还是有点帮助的-This is a java programmer to write a book about to see a little of their own identity positioning help. . . . .
    2022-01-25 21:02:04下载
    积分:1
  • rs485通讯协议 rs485通讯协议
    rs485通讯协议 rs485通讯协议-RS485 communication protocol RS485 communication protocol RS485 communication protocol
    2022-11-15 13:20:03下载
    积分:1
  • 《AFS用户指南》 Andrew文件系统(AFS)是一个分布式网络文件系统,其能够使来自任何通过这个国家的AFS机器能够在文件一经在本地存储就能访问。AFS...
    《AFS用户指南》 Andrew文件系统(AFS)是一个分布式网络文件系统,其能够使来自任何通过这个国家的AFS机器能够在文件一经在本地存储就能访问。AFS是一个稳定的单元,其每个单元代表文件空间中一个独立的管理部分。单元连接在一起组成了一个在根/afs目录下的一个庞大的UNIX文件系统。 本文是供AFS用户使用的指南性文件。-"AFS user guide" Andrew File System (AFS) is a distributed network file system , it can come from any country through the AFS machines to a paper by the local store will be able to visit. AFS is a stable unit, each unit space on behalf of an independent management component. Modules linked to a form of the root/afs directory of a large UNIX file system. This article is for AFS users guide documents.
    2022-04-13 01:54:17下载
    积分:1
  • 这是我们做课程设计的时候频率发生器的一些程序模块,希望对大家有用...
    这是我们做课程设计的时候频率发生器的一些程序模块,希望对大家有用-This is what we do when designing courses frequency generator module some of the procedures, we hope to useful
    2022-05-25 10:41:07下载
    积分:1
  • 24CXX信息24CXX中文中文中文数据信息24CXX
    24cxx中文资料 24cxx中文资料 -24Cxx information 24Cxx Chinese Chinese Chinese data information 24Cxx
    2022-03-11 23:23:07下载
    积分:1
  • 3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到...
    3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。 数据输入: 第一行为人数n。 第二行为报数值m。 数据输出: 依次输出出列人员的编号。 示例: 输入文件input3.txt: 4 3 4 1 3 2 输出:(标准输出) 3 2 4 1 -3. Joseph Central problems. Located numbered 1,2, ..., n (n
    2022-05-14 13:51:18下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载