搜索资源列表
2DEIT_matlab
- MATLAB二维电阻抗断层成像算法!用于医学成像,里面包括有限元剖分正问题,及反问题的算法.并且附有网络剖分数据表!-MATLAB two-dimensional electrical impedance tomography algorithm! For medical imaging, which include the finite element mesh is the problem and inverse problem a
nixu
- 字符串逆序,这是第一次来上传东西,希望大家给个介意.-String reverse, this is the first time to upload something, I hope everyone a mind to.
minusself23to0
- verilog描述 23:59:59-00:00:00自减计时器 按set键,进入设置,依次是反向计时,小时,分钟,秒设置,然后有进入反向计时, 在方向计时状态,按timmer键,进入计时,在计时状态,按timmer可以暂停和计时切换, 暂停状态,按ADJ,直接清零,设置状态按timmer键或是60秒无外部输入信号,退出设置状态-Verilog descr iption 23:59:59-00:00:00 sinc
1024FFT
- 一个基-2对时间抽取的1024点的快速傅立叶C语言算法,位倒序输入--2 For a time-based samples of 1024 points Fast Fourier C language algorithm, bit reverse input
reverse
- 本程序实现将一串数字实现逆序,他的速度非常的快,时间复杂度好-This procedure will realize realize reverse a string of figures, his speed is very fast and good time complexity
a_novel_timing_and_frequency_synchronization_algor
- 一种基于PN训练序列的OFDM时频同步的新算法。通过构造倒序结构的同步训练序列,获得了较好的定时性能。-PN training sequence based on the OFDM time-frequency synchronization of the new algorithm. By constructing a reverse structure synchronization training sequence, to ob
reverse
- 三次反转算法 是一个线性时间算法 实现数组的反转 有详细的注释-Three inversion algorithm is a linear time algorithm inversion array detailed notes
codecave_demo
- A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition
KT3D
- 克里金插值的3D算法,fortran源代码。 -Kriging margin of 3D, fortran source code
pkuacm1007
- PKU ACM 1007 的源码,求逆序的算法时间复杂度控制在O(n)-PKU ACM 1007 source code, and reverse time complexity of the algorithm control in O (n)
RTmig
- 1) Prerequisites For program compilation, you need to have Intel Fortran Compiler for Linux "ifort", SEPLIB (6.3.12) and Madagascar (0.9.6) installed on your system. 2) Recompilation To recompil
reverse
- 将具有头结点的单链表的所有指针全部进行倒向。其中使用的额外空间为 O(1),时间代价为O(n),其中 n 为结点个数。-have the first node of the single list of all all for backward pointers. One of the additional space for the O (1), time costs for the O (n), where n is the num
time-class
- c++ windows mfc time class convert time number to string and many structure and reverse is enable
MandMVLab
- 地球物理偏移相关程序包,能实现时间偏移、深度偏移、及逆时偏移等,编写语言:Matlab。-Geophysical migration coding package, time migration, depth migration, reverse time migration, the writing language: Matlab.
Application-of-reverse-time-migration-into-comple
- Application of reverse-time migration into complex structure image in mountainous areas
RTM
- 关于逆时偏移进展的详细综述,值得好好学习。-A detailed review about progress in reverse time migration
reverse
- 基于音频库Bass 的可以实时倒序播放音乐的源代码。支持各种主流文件格式。-Play music Bass audio library source code can be based on real-time reverse order. It supports all major file formats.
RTM
- reverse time migration.usefull for seismic geophisisest
rtm_2d
- 声波,2维,逆时偏移程序.由于实现2维声波逆时偏移。包含参数卡文件,主程序以及Makfile文件。-reverse time migration for 2D acoustic wave. include parameter file ,main program and Makefile
Reverse-Nodes-in-k-Group
- 给定一个链表,然后给定一个阈值,每隔这个阈值就反转这几个点-Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.