资源列表
as
- 基于光纤四波混频DPSK系统相位噪声提取检测和抑制.-Four-wave mixing based optical DPSK system to extract the phase noise detection and suppression.
Novel_Clustering_Strategy_PAgrawal
- clustering algoritm for synchronization
121
- 内建电场和杂质对双电子柱形量子点系统束缚能的影响.-Built-in electric field and impurities on the two-electron binding energy of cylindrical quantum dot system effects.
3
- 极化子速率对量子点中磁极化子性质的影响.Polaron rate of quantum dots in magnetic polaron properties.-Polaron rate of quantum dots in magnetic polaron properties.
4
- 平均色散值为正和负的色散管理系统中光孤子传输特性数值模拟.-Average dispersion value is positive and negative dispersion-managed soliton transmission characteristics of the system simulated.
5
- 偏磁场可控平行载流导线冷原子分束器.Bias magnetic field parallel to current-carrying wire controlled cold atomic beam splitter.-Bias magnetic field parallel to current-carrying wire controlled cold atomic beam splitter.
HSV.RAR
- 这是我多年前写的VB HSV算法程序,给大家参考一下。-This is VB HSV algorithm what I wrote.
many-programms
- 里面有很多小程序,都是一些具体算法的实现,感觉很有用-There are many small programs, are some specific algorithm, feeling useful
C1-C2-C3
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how much? 1 program analysis: can fill in one
C5-C6-C7
- 输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将 x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的 值进行交换,这样能使x最小。-Enter three integers x, y, z, the number of small to large output of these three please. 1 program analysis: we
C8-C9-C10-C11-C12
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,则表明此数不是素数,反之是素数。 -Between 101-200 to determine the number of prime numbers, and prints out all prime numbers. 1 program analysis: the method to determine the prime numbers: a
C18--C23
- 一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程 找出1000以内的所有完数。-If a number is exactly equal to the sum of its factors, this number is called " complete number." For example, 6 = 1+2+3 program to find all finished within a few 1000.