资源列表
Base32Enc
- 用于生成Base32代码的类,和atl里面的base64接口一致
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0
bunch
- 直线加速器聚束腔的设计,包括能散,最终达到的能量相位差和束流强度-Design of the linear accelerator buncher cavity design, including the energy spread, ultimately to achieve the energy, beam intensity and phase
free_cycle8_LDPC_matrix
- generate free8cycle matrix for channel coding
gnmlast
- gauss network model方法研究蛋白质折叠的程序,可用来分析蛋白质功能性运动(不好意思,由于疏忽前面上传的是不完整的)-Gauss method network model protein folding process can be used to analyze protein functional Movement (sorry, due to negligence of the previous upload is incomplete)
FDTD_1_1
- fdtd计算电磁波投射和反射特性,该程序简洁,比较准确地模拟了电磁波在空间的传播,反射和透射-fdtd calculated electromagnetic projection and reflection properties, the process was simple, to more accurately simulate the electromagnetic waves in space communication, reflection and transmission
youxushuzudeduifenchazhao
- 用对分查找法在有序数组中查找值在指定区间内的所有元素(C语言)。-used to search for hours in orderly array find value within the specified interval of all elements (C language).
smith
- 一个计算史密斯原图及其应用的小程序,可以通过调试运用-a calculation of the maximum Smith and application procedures for small, can use the debugging!
juzhenzhuanzhiyunsuan
- 矩阵转置运算,非常实用,在处理矩阵问题时对你的转置运算起到非常大的作用-Matrix transpose operation, very practical
matrix_lu3
- LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。 LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU d
f
- Dijkstar和Floyd算法,有时间函数,可以对两种算法进行比较。-Dijkstar and Floyd algorithm, a function of time, you can compare the two algorithms.
FFT-Source
- 包含两个.c程序,分别用时域抽取和频域抽取法完成FFT变换。-Contains two. C program, were extracted using time domain and frequency domain extraction completed FFT transform.
