资源列表
[Windows编程] Bernstein
说明:本程序为berstein多项式逼近,也就是在证明weistrass逼近定理中所需要的多项式。这是一个函数程序,可以直接被当作函数来调用,做任意函数的逼近。内含调用测试用例。-This procedure for berstein polynomial approximation, that is, approximation theorem proved weistrass Polynomial needed. This is a function of the procedure can be<yxdl> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[Windows编程] Game_Script_3.1
说明:一款国外的WEB游戏源代码,完整版 -WEB game a foreign source code, full version<fgasd> 在 2025-06-24 上传 | 大小:284kb | 下载:0
[Windows编程] 09MFC_basic
说明:VC++V教学视频\[视频]]vc++MFC部分-VC++ V teaching video [video]] vc++ MFC part<zhanggazi> 在 2025-06-24 上传 | 大小:38.35mb | 下载:0
[GDI/图象编程] digitalimage
说明:一個帶有多種處理功能的數字圖像系統,功能包括直方圖均衡化、平衡化、尖銳化等-With a variety of digital image processing system, features include histogram equalization, balance, and sharp, and so on<林楚鸿> 在 2025-06-24 上传 | 大小:522kb | 下载:0
[Windows编程] 12
说明:12. 编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n) 而后编制主函数,任意输入一个大于4的偶数d,找出满足d=d1+d2的所有数对,其中要求d1与d2均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。 提示:i与d-i的和恰为偶数d,而且只有当i与d-i均为奇数时才有可能成为所求的“数对”。 -12. The preparation o<shen> 在 2025-06-24 上传 | 大小:1kb | 下载:0