资源列表

« 1 2 ... .63 .64 .65 .66 .67 215668.69 .70 .71 .72 .73 ... 216392 »

[数学计算/工程计算PiCalculator

说明:这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
<joyeep> 在 2025-10-31 上传 | 大小:44kb | 下载:0

[Linux/Unix编程wfq

说明:在,linux下利用NS-2实现的网络里的队列调度算法WFQ,主要是C/C++实现-In, linux using NS-2 under the implementation of the network in the queue scheduling algorithm WFQ, mainly C/C++ implementation
<hujia> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[ICQ/即时通讯QQ-IM

说明:类似于qq的p2p的聊天工具源码,可以传输文件-QQ chat similar to the p2p source tools, you can transfer files
<黄参> 在 2025-10-31 上传 | 大小:5kb | 下载:0

[教育/学校应用1

说明:学籍管理系统 !还有平均成绩的算法,个人的资料,姓名,学号座位号等等小系统-School management system! There are an average score of the algorithm, personal data, name, student number system, seat number, and so small
<赖宁> 在 2025-10-31 上传 | 大小:458kb | 下载:0

[Linux/Unix编程1writer_reader

说明:实现经典的读者-写者问题,在Linux环境下实现的,gcc编译通过-To achieve the classic readers- those issues, achieved under the Linux environment, gcc compiler
<黄参> 在 2025-10-31 上传 | 大小:1kb | 下载:0

[Linux/Unix编程linux_IBM

说明:IBM认证的Linux教程学生用书,比较实用,易于上手学习-IBM Certified Linux tutorial student book, a more practical, easy to use learning
<黄参> 在 2025-10-31 上传 | 大小:5.51mb | 下载:0

[Linux/Unix编程liunx_IBM_exercise

说明:IBM的Linux教程对应的练习手册,有答案详解,便于时间学习-IBM' s Linux tutorial exercises corresponding manual, the answer Detailed, easy time to learn
<黄参> 在 2025-10-31 上传 | 大小:630kb | 下载:0

[3D图形编程080

说明:这是自己做的一个3DMAX图形,里面图形的渲染是用VARY渲染的,希望各位朋友用的到;-This is a 3DMAX own graphics, which is VARY rendering graphics rendering, and I hope that friends used to
<风不> 在 2025-10-31 上传 | 大小:15kb | 下载:0

[3D图形编程aa

说明:这是自己做的一个3DMAX图形,里面图形的渲染是用VARY渲染的,希望各位朋友用的到;-This is a 3DMAX own graphics, which is VARY rendering graphics rendering, and I hope that friends used to
<风不> 在 2025-10-31 上传 | 大小:18kb | 下载:0

[3D图形编程diannao

说明:这是自己做的一个3DMAX图形,里面图形的渲染是用VARY渲染的,希望各位朋友用的到;-This is a 3DMAX own graphics, which is VARY rendering graphics rendering, and I hope that friends used to
<风不> 在 2025-10-31 上传 | 大小:11kb | 下载:0

[嵌入式/单片机编程digital_clock

说明:LCD046是一块原始的四位八段数码管液晶,没有接口电路,驱动较复杂,本例程提供了详细说明,软件环境为IAR5.11,芯片为TI公司LM3S1138。-this is the drive software for LCD046,the develop envirnment is IAR5.11
<王文山> 在 2025-10-31 上传 | 大小:188kb | 下载:0

[图形图象MFCDCM

说明:这是vc的MFC显示DCM文件的,一个小程序,希望对大家有用-This is the MFC show vc DCM file, a small program, we hope to be useful
<mawei> 在 2025-10-31 上传 | 大小:4.83mb | 下载:0
« 1 2 ... .63 .64 .65 .66 .67 215668.69 .70 .71 .72 .73 ... 216392 »

源码中国 www.ymcn.org