资源列表
歌德巴赫猜想
- 验证:2000以内的正偶数都能够分解为两个素数之和(即验证歌德巴赫猜想对2000以内的正偶数成立)。 *问题分析与算法设计 为了验证歌德巴赫猜想对2000以内的正偶数都是成立的,要将整数分解为两部分,然后判断出分解出的两个整数是否均为素数。若是,则满足题意;否则重新进行分解和判断。 程序中对判断是否为素数的算法进行了改进,对整数判断“用从2开始到该整数的一半”改为“2开始到该整数的平方根”。原因何在请自行分析。 -certification : 2000 within the
fcmapp
- 用FCM算法实现图像分割(图像源可以是灰度、索引和RGB图像)-FCM image segmentation algorithm (image source can be gray, indexes and RGB images)
PuKe4
- 扑克牌的大小比较,并能够输出是否满足循环的要求。-the size of playing cards, and whether the output to meet the requirements of recycling.
Console
- 注意: 在运行光盘中的程序之前,请将光盘中的\"OpenGL开发库\\DLL\\*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。
Random_generate
- 生成给定分布律的随机数 % r=specrnd(x,p)返回一个来自分布律P(x)=p的随机数 % r=specrnd(x,p,m,n)返回m*n随机数矩阵 % p的默认值为等概率-Generate a given distribution law of random number r = specrnd (x, p) returns a from the distribution law P (x) = p of the random number r = specrnd (x,
Samsung8-bitmachinetoachievethedefinitionof
- Samsung 8-bit machine the realization of the definition and operation of the sample file spaces
showlogfft
- displays the log amplitude spectrum of an fft.
ColorFuse
- 一个使用OpenGL实现的颜色融合的例子,方法可以重用-An OpenGL implementation using the example of color fusion, methods can be reused
Tutorial7
- Te4用户界面软件的测试实例3的源代码,使用VC6.0工程-Test examples of Te4 user interface software source code 3
DAOJISHI
- 该程序是89C51_D板实验演示程序,100S倒计时(12M,xie xiazai-welcome
scale
- textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app] - textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget
aa
- 用数组的方法实现集合A\B对称差,而对称差就是可以实现两个集合的交集 并集以及补集的程序-it can be good!!!
