Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n log n)
標簽: followingconditions tree completely satisfying
上傳時間: 2017-05-25
上傳用戶:2467478207
這是一個演示分布式系統并行計算的GUI程序,通過在log定制事件,即可查看
上傳時間: 2013-12-25
上傳用戶:ardager
You can download a packet sniffer which grabs packets from local interface and analyses headers. It also writes headers into the log file.
標簽: interface analyses download headers
上傳時間: 2014-01-16
上傳用戶:sk5201314
生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動.mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動.mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a
標簽: TrickTest tricktest command source
上傳時間: 2014-01-23
上傳用戶:水口鴻勝電器
tuobo碼的編碼,以及tuobo碼的譯碼算法,其中包括log-map算法和sova算法
上傳時間: 2017-08-05
上傳用戶:zhoujunzhen
電信計費項目 該系統在Sun Solaris下開發,運行于Apache Tomcat平臺,采用J2EE架構,基于Struts、Hibernate、Spring技術或EJB組件技術以及Oracle 9i數據庫系統。該系統后臺主要由數據采集系統和數據整合系統提供支持,前臺部分主要分為用戶自服務管理,資費管理,用戶管理,管理員管理,帳單管理,帳務管理6個模塊。 該系統后臺部分包括數據采集系統(包括采集模塊和接受模塊)和數據整合系統;它們實現的功能是:1.定期采集(次/小時)原始計費Log(wtmpx)文件,整理成BIDR數據清單,并上傳給中心處理系統。2.中心處理系統(接收模塊)偵聽并收集采集系統發送的數據信息BIDR,并通過PROC將數據保存到數據庫明細表t_detail_X中,在發送和接受過程中主要采用Unix C/C++(socket)實現。3.通過t_detail_X表完成天整合表t_day_X,月整合表t_month_X,年整合表t_year_X的實現。
標簽: Solaris Apache Tomcat J2EE
上傳時間: 2013-12-02
上傳用戶:a6697238
Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here.
標簽: Description caclulation Scientific calculator
上傳時間: 2014-01-25
上傳用戶:familiarsmile
用Quartus II 8.0(32bit),NIOS編譯環境下,用TFT做的一個數碼相框,附加原理圖和veri-log程序代碼
上傳時間: 2017-09-17
上傳用戶:shinesyh
turbo仿真的matlab源代碼,可以選擇是否進行刪余,log-map,sova等編碼形式
上傳時間: 2017-04-24
上傳用戶:wanmorelove
Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html Travis-CI status: History The project started on Google Code: http://code.google.com/p/jsmpp/ It was maintained by uudashr on Github until 2013. It is now a community project maintained at http://jsmpp.org Release procedure mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase> log in here: https://oss.sonatype.org click the 'Staging Repositories' link select the repository and click close select the repository and click release License Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com This project is licensed under the Apache Software License 2.0.
上傳時間: 2019-01-25
上傳用戶:dragon_longer