搜索资源列表
cache
- 实现LRU算法的Cache源代码,可以用来支持整个系统中某种对象数量的个数限制,同时,通过LRU算法保证使用频度高的对象尽可能的驻留内存。 该算法可以用来支持J2EE系统性能提升,同时又可以控制内存安全使用。-LRU algorithm implementation Cache source code, can be used to support the system as a whole number of objects in a certain number of restricti
AIWordSplit
- 直接运行compile.bat和run.bat即可 使用了3种分词方法: 1.正向最大匹配(ForwardMatch.java) 2.逆向最大匹配(ForwardMatch.java) 3.最大频率匹配(FrequencyMatch.java)(默认) 取频率最高的词,然后两端递归,构建二杈树存储句子中的词语,显示的时候使用中序遍历二杈树 由于极有可能单个字的使用频率比整个词还高,筛选的时候进行了处理 若单个字不处于当前句子开头,先忽略,
MAIN
- 1)写M类最后的参数,包括比较次数,开关频率,检测数量的属性,并重写构造和toString方法。 (2)写一个抽象类,它包括数据进行排序。最后提供了三种方法,分别比较,检测,交流在同一时间操作,有权改变的M类对象相关的属性的私有成员。并提供一个虚拟方法doSort,同时提供了最后一个方法排序(先设置初始值m对象,然后调用doSort方法返回一个对象引用男) (3)撰写三种不同的方法排序的A类的派生类格A1,A2,± 3 (4)写一个测试类为主要类别,分别产生的A1和A2,A3和对象调
j2sdkee13
- 只需要一个时钟控件,以很短的时间触发,本程序采用30ms,作为本程序的工作频率。降低频率:多个时间间隔后,运行一次。速度变化,在时间间隔内,变化不同值。-Only need a clock control to a very short time-triggered, the program uses 30ms, as the frequency of this procedure. Lower frequency: more than one time interval, run time.
by
- 员工考勤系统,主要是完成员工的排班管理,根据设定好的班次。-Employee time and attendance system, mainly to complete the scheduling management of employees, according to the predetermined frequency
Dataclear
- 对两列高频时间序列按年月日时分秒进行配对-Pair on every minute of the two high-frequency time series date
Zhengxianbo
- 学习java的基础练习,画一个正弦波,并能够根据输入的振幅和频率画出实时的-Learn Java based practice, draw a sine wave, and can draw the real time according to the amplitude and frequency of the input
101138362InsNavigationKalman
- 这是我自己写的xsen的mti系统程序,从陀螺仪和加速度计中实时读取数据,并在地理坐标系中进行解算,最后积分得到速度和位置信息。可以用于手势识别或者精度要求不高的导航系统。如果要用于精确导航,则应该进一步进行修正。程序使用com4进行通信,波特率是115200,采样频率是50hz,这些参数都可以修改。-This is my own writing xsen the mti system program the gyroscopes and accelerometers to read data
quartz-spring
- 在实际项目应用中经常会用到定时任务,可以通过quartz和spring的简单配置即可完成,但如果要改变任务的执行时间、频率,废弃任务等就需要改变配置甚至代码需要重启服务器,这里介绍一下如何通过quartz与spring的组合实现动态的改变定时任务的状态的一个实现。 本项目的spring版本为3.2,quartz版本为2.2.3 ,提供数据库文件以及完整的jar包,jar包地址为:http://pan.baidu.com/s/1c1F8Nfi-In the actual project
Reigh_Channel
- 编写一个多径瑞利衰落信道,分析信号的时域和频域,比较两者的不同。-Write a different frequency domain comparison between a multi-path Rayleigh fading channel, signal analysis and time domain of.
ling_ty45
- Correlation diagram shown in detail the time domain and frequency domain, Virtual power wireless sensor network coverage, Achieve canonical correlation analysis.
lengsunqang
- Use Chaos and fractal analysis routines, Robustness, superior performance, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc.
di711
- For time-frequency analysis algorithm, Numerical solution of differential equations method, Calculating a target and ocean echo power spectral density.
yv272
- Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Interpolation and fitting, solution of equations, data analysis, Gabor wavelet transform and PCA face recognition code.
1770
- For time-frequency analysis algorithm, Using a large number of finite element method to solve partial differential equations, Space target recognition algorithm using PM.
5 哈夫曼编码和解码
- 哈夫曼编码是不等长编码。利用哈夫曼编码能实现了数据的压缩,在进行通信时,可以大大提高信道利用率,缩短信息传输的时间。本实习要求对发送端待发送的信息进行哈夫曼编码,在接收端进行解码,还原为原来的信息。测试数据:自己找一段不小于2000字符的英文文章,保存为文件。(1) 所有信息输入与输出要以图形化的可视界面,如:用对话框选择打开的文件、字符的出现频率的统计信息能以文件的方式保存,能以表格的形式输出到显示器等。(2) 编码后的信息要以文件的方式保存。能比较编码前和解码后的两个文件是否一致。 (3)