资源列表

« 1 2 ... .60 .61 .62 .63 .64 157165.66 .67 .68 .69 .70 ... 216390 »

[其他小程序2060

说明:判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重复出现 F(n)%3=0 即F(n)是3 的倍数此时的n
<rcponder> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[其他数据库dbrowse

说明:一个不错的fastdb使用例子,采用反射方法-fastdb a good use of examples, reflective approach
<jiob> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[多媒体编程20060308

说明:用bcb制作一個簡易的多媒體播放器可以顯示簡單的聲音資訊-produced with a simple multimedia players can show simple voice information
<ndvir> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[通讯编程CTIphone

说明:使用borland公司的delphi语言,编程实现CTI交换机坐席之间的互拨的功能。delphi语言完成语音板卡的设置, 应用程序接口API,七号信令的配置-use borland company delphi language, Programming CTI switches between the mutual Seat allocation functions. Delphi language Voice Card completed the installation, applicat
<饶琛> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[uCOS开发060216uCOS_for_51

说明:UCOS在51上的移植,绝对经典!可以较少开发人员的工作量,提高开发效率!-UCOS in 51 of the transplant, absolute classic! Less development of the workload, to improve the efficiency!
<liuxf> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[CA认证xca-0.4.6

说明:一个精简的CA程序,包含根证书创建、用户证书申请及创建、证书管理、证书撤销等许多功能。是了解CA及证书原理的好工具。-CA a streamlined procedures, including creation of the root certificate, certificate applications and users to create, certificate management, certificate revocation and many other functions.
<李继勇> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[单片机(51,AVR,MSP430等)18f_ucos

说明:借鉴了前人经验修改的ucos for pic18f4580工程文件,运行了3个任务,有按键操作,数码关显示等,调试ok,给需要者-learn from the previous experience of the revised OUT for pic18f4580 engineering documents, Operation of the three tasks, key operation, the digital display relations, debugging ok, to
<张文治> 在 2025-10-07 上传 | 大小:471kb | 下载:1

[Windows MobileNI_MHcahrgeAnalyse(forbbs)

说明:手机充电方面 自己写的,包含自己的经验总结 为NIMH充电-phone charger regard themselves have written, contains its own experience of homosexuality charge
<cuke.wang> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[图形图象justlikeMSN

说明:类似MSN的小系统,用VC实现,在VC6.0下编译通过-MSN similar to a small system, with VC in the next compile VC6.0
<ljt23> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[其他数据库xueshengmang

说明:数据库操作程序,不错的,-database operations, good
<jurncoft> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[SQL Server数据库feifan

说明:VB+SQL SERVER 密码:2222 -VB SQL Server Password : 2222
<> 在 2025-10-07 上传 | 大小:471kb | 下载:0

[图形图象(delphi)txt2gif

说明:一个不错的能够将文本转换为gif图像的Delphi源码-a good text can be converted to gif image Delphi FOSS
<张磊> 在 2025-10-07 上传 | 大小:471kb | 下载:1
« 1 2 ... .60 .61 .62 .63 .64 157165.66 .67 .68 .69 .70 ... 216390 »

源码中国 www.ymcn.org