虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

DEScribe

  • test.v

    test uploading, the doc is just DEScribe the behaviour of usa tax reporting form which may out of date already, thanks for viewing

    标签: test

    上传时间: 2017-02-23

    上传用户:hetachy

  • C语言算法排序问题

    1.DEScribe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)

    标签: 算法 排序

    上传时间: 2017-04-01

    上传用户:糖儿水嘻嘻

  • c语言算法排序

    1.DEScribe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){      int i,k;      int *tmp=(int*)malloc((high-low+1)*sizeof(int));      int left_low=low;      int left_high=mid;      int right_low=mid+1;      int right_high=high;      for(k=0;left_low<=left_high&&right_low<=right_high;k++)      {      if(arr[left_low]<=arr[right_low]){                                        tmp[k]=arr[left_low++];                                        }      else{           tmp[k]=arr[right_low++];           } }             if(left_low<=left_high){                              for(i=left_low;i<=left_high;i++){                                                               tmp[k++]=arr[i];                                                               }                              }       if(right_low<=right_high){                              for(i=right_low;i<=right_high;i++)                                                                tmp[k++]=arr[i];                                                        }                              for(i=0;i<high-low+1;i++)                                                       arr[low+i]=tmp[i];       } void merge_sort(int a[],int p,int r){      int q;      if(p<r){              q=(p+r)/2;              merge_sort(a,p,q);              merge_sort(a,q+1,r);              merge(a,p,q,r);              }      } int main(){     int a[8]={3,5,8,6,4,1,1};     int i,j;     int x=10;     merge_sort(a,0,6);     printf("after Merging-Sort:\n");     for(i=0;i<7;i++){                      printf("%d",a[i]);                      }     printf("\n");     i=0;j=6;     do{                                    if(a[i]+a[j]==x){                                  printf("exist");                                  break;                                  }                  if(a[i]+a[j]>x)                                 j--;                  if(a[i]+a[j]<x)                                 i++;                       }while(i<=j);     if(i>j)              printf("not exist");     system("pause");     return 0;     }

    标签: c语言 算法 排序

    上传时间: 2017-04-01

    上传用户:糖儿水嘻嘻

  • 财务分析与决策

    财务分析与决策,全面认识公司财务状况 会计是一门艺术(会计是一个职业判断 professional judgment) (在会计准则的统计范围之内做出合理的选择和判断,让它能够准确地描述一个企业)(Within the accounting standards, reasonable choices and judgments are used to accurately DEScribe an enterprise) 会计是一门魔术(亏损一个亿通过抵押 3 千万的房子到 1.3 亿将财务报表变为盈利 3 千万) 

    标签: 财务

    上传时间: 2018-01-13

    上传用户:懒虫羊羊

  • From GSM to LTE-Advanced Pro and 5G

    Wireless technologies like GSM, UMTS, LTE, Wireless LAN and Bluetooth have revolutionized the way we communicate by making services like telephony and Internet access available anytime and from almost anywhere. Today, a great variety of technical publications offer background information about these technologies but they all fall short in one way or another. Books covering these technologies usually DEScribe only one of the systems in detail and are generally too complex as a first introduction. The Internet is also a good source, but the articles one finds are usually too short and super- ficial or only deal with a specific mechanism of one of the systems. For this reason, it was difficult for me to recommend a single publication to students in my telecommunication classes, which I have been teaching in addition to my work in the wireless telecommunication industry. This book aims to change this.

    标签: LTE-Advanced From GSM Pro and 5G to

    上传时间: 2020-05-27

    上传用户:shancjb

  • GSM+to+LTE-Advanced

    Wireless technologies like GSM, UMTS, LTE, Wireless LAN and Bluetooth have revolu- tionized the way we communicate and exchange data by making services like telephony and Internet access available anytime and from almost anywhere. Today, a great variety of techni- cal publications offer background information about these technologies but they all fall short in one way or another. Books covering these technologies usually DEScribe only one of the systems in detail and are generally too complex as a first introduction. The Internet is also a good source, but the articles one finds are usually too short and superficial or only deal with a specific mechanism of one of the systems. For this reason, it was difficult for me to recom- mend a single publication to students in my telecommunication classes, which I have been teaching in addition to my work in the wireless telecommunication industry. This book aims to change this.

    标签: GSM LTE-Advanced

    上传时间: 2020-05-27

    上传用户:shancjb

  • Protocol Engineering

    Communication protocols – for short protocols – form the basis for the opera- tion of computer networks and telecommunication systems. They are behavior conventions which DEScribe how communication systems interact with each other in computer networks. Protocols define the temporal order of the interactions and the formats of the data units exchanged. Communication protocols comprise a wide range of different functions and mechanisms, such as the sending and receiv- ing of data units, their coding/decoding, error control mechanisms, timer control, flow control, and many others. 

    标签: Engineering Protocol

    上传时间: 2020-05-31

    上传用户:shancjb

  • ESD Protection Development

    The goal of this book is to introduce the simulation methods necessary to DEScribe the behaviour of semiconductor devices during an electrostatic discharge (ESD). The challenge of this task is the correct description of semiconductor devices under very high current density and high temperature transients. As it stands, the book can be no more than a snapshot and a summary of the research in this field during the past few years. The authors hope that the book will provide the basis for further development of simulation methods at this current frontier of device physics.

    标签: Development Protection ESD

    上传时间: 2020-06-05

    上传用户:shancjb

  • Arduino Adventures Escape from Gemini Station

    Fun. We (your authors) wanted a word to DEScribe our ultimate goal for this book, as well as a word we hope you (our reader) will use to DEScribe it, and that’s the one we chose. There are others goals, of course, but in the end, when you’ve finished the book, we’re hoping you’ll have enjoyed the activities DEScribed in these pages. Many books use the Introduction to explain exactly what the book is about, what the reader will learn, what the reader needs (a skill or maybe an item or piece of software), and what the reader will be left with when that last page is completed. And this Introduction will do those things, but … hopefully it’ll make you excited to get started.

    标签: Adventures Arduino Station Escape Gemini from

    上传时间: 2020-06-09

    上传用户:shancjb

  • Artificial+Intelligence+for+Marketing

    Forewords to books can play a variety of roles. One is to DEScribe in more general terms what the book is about. That’s not really neces- sary, since Jim Sterne is a master at communicating complex topics in relatively simple terms.

    标签: Intelligence Artificial Marketing for

    上传时间: 2020-06-10

    上传用户:shancjb