搜索资源列表
基于vc的矩估计法
- 基于vc的矩估计法。是一个关于概率统计中,参数估计一矩估计法的一个算法。程序解决了矩估计法复杂计算,简单适用,很容易用于生产实践。-vc based on the moment method. One is on the probability statistics, the estimated parameters of a Moment estimation of an algorithm. Resolves Moment estimation complex calculation, a
penight2b
- This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.
软磁盘反拷贝加密技术
- 到一位朋友寻找软磁盘的加密资料,这个我也很感兴趣,所以就把以前从书本和网上的资料整理了一下,希望对正在寻找和学习此方面技术的朋友有所帮助^_^ -friends to find a floppy disk data encryption, I am also very interested, So for the past from books and online collate information for a moment. the hope is to find and stud
QQIPQuery
- 这是使用c#查询纯真IP数据库的小程序。源代码参考了LumaQQ的作者提供的文档。其实我只是将他的代码用c#抄了一下而已,因此很大程度上它只是我用来理解luma的文档和纯真ip数据库文件格式的结果。-This is the use of c # inquiries pure IP database of small procedures. Source code reference to the instant the authors provide documentation. In fact
BubianjuWork
- 不变矩 matlab程序,有图例,可以运行,可供学不变矩的同学参考。-unchanged moment Matlab procedures, a legend, to run for school students the same moment reference.
r.s.tornado_assembly_language_course_design
- 汇编语言的一些源码,全部都运行通过.课程设计的时候搞的,这是另外一份.-some assembly language source code, all running through. The curriculum design of the moment when, it is another.
rinv
- 卡尔曼滤波在数学上是一种统计估算方法,通过处理一系列带有误差的实际量测数据而得到的物理参数的最佳估算。 例如在气象应用上,根据滤波的基本思想,利用前一时刻预报误差的反馈信息及时修正预报方程,以提高下一时刻预报精度。 作温度预报一般只需要连续两个月的资料即可建立方程和递推关系。 -Kalman filter in mathematics is a statistical estimation methods, By a series of errors with the actual
pdfrd
- 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anqu
ltdrv
- 参加多次笔试,居然有几次都考到了冒泡算法,一次是C#版的填空,一次是javascr ipt版的全部写出。虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-Surprisingly, there are several bubbling to the test algorithm, is a C# version of the Union, is a javascr
智能驱动
- 虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-With my right Bubble possibly understand the law out, but something to do with the standard a little difference in the Internet search for a moment on the C#
惯性矩的计算
- 一个材料力学课程的作业,用于惯性矩的计算,虽然比较小,但也是我平时学VB的积累。-a mechanical operation of the courses, for the moment of inertia, although relatively small, but I always learn is the accumulation of VB.
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
求曲线的峰峰值
- 基于matlab开发环境,求曲线的峰峰值,以及峰峰值所对应的时刻。-Based on the development environment of matlab, get fengfeng value for the curve, and the moment corresponding to the fengfeng value. moment.
DelphiDoc.1.7.7.467.src.zip
- DelphiDoc is a program for automatic generation of documentation on a Delphi-Project. At the moment the documentation will be generated in HTML (HyperText Markup Language) format, in the Windows help (.hlp-files) format, in the LaTeX format or
girdercomment
- 简支梁的剪力与弯矩的计算C程序,很简单,结构化程序设计。-Simply supported beam the shear force and bending moment calculation of C procedures, is very simple, structured program design.
countdate
- 程序员面试宝典第2版,编写一个函数,要求输入年、月、日、时、分、秒,输出该时刻的下一秒。如果输入2007年12月31日23时59秒,则输出1008年1月1日0时0分0秒-Programmer interview Baodian version 2, the preparation of a function, for the importation of the year, month, day, hour, minute, second, the output of the moment下一秒
yinhangjiasuanfa
- 用银行家算法实现资源分配。设计五个进程{0, 1, 2, 3, 4}共享三类资源{A,B,C}的系统, {A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按进程的申请动态地分配资源,要求程序具有显示和打印各进程的某一个时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。-With the banker' s algorithm to achieve resource allocation. Designed t
turbo
- 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
renyang
- 1:在DOS下打入zl,程序内存驻留 2:按F1进入程序 3: 1 2 3 4 5 6 7 8 9 0 - = 分别代表 1 2 3 4 5 6 7 8 9 0 - + 在矩行框中可做加减法 键入表达示后按回车可得答案 3:按F2退出界面 4:打zl/q将程序退出内存。 -1: In DOS, enter the zl, program memory resides 2: Press F1 to enter program 3: 1 2 3 4 5 6 7 8
hizhongtixing
- 这个是编写的一个时钟小程序,能够语音提示当前时刻-This is a small program written in a clock, to the current moment of voice prompts