资源列表

« 1 2 ... .59 .60 .61 .62 .63 4264.65 .66 .67 .68 .69 ... 216394 »

[Web服务器SimpleWS

说明:web service 例子 详细规范参考《Programming Web Services for Weblogic Server.pdf》 -web service example detailed specifications reference "Programming Web Ser vices for Weblogic Server.pdf "
<cinderrela> 在 2008-10-13 上传 | 大小:9.52kb | 下载:0

[Web服务器SimpleWSClient

说明:web service 客户端 详细规范参考《Programming Web Services for Weblogic Server.pdf》-web service client detailed specifications reference "Programming Web Se GO for Weblogic Server.pdf "
<cinderrela> 在 2008-10-13 上传 | 大小:12.27kb | 下载:0

[其它1272

说明:求字符与数字的映射问题 (1)数字到字符的转换过程: (2)字符到数字的转换过程:-for characters and Digital Mapping (1) digital characters to the conversion process : (2) characters to digital conversion process :
<rcponder> 在 2008-10-13 上传 | 大小:473.96kb | 下载:0

[其它1337

说明:求对给定数据集估计PI 的值 具体过程是: 给定数据集中任意取两个数组成一对数的取法有 ( ) 2 C2 n 1 n n − = 种,求出这 ( ) 2 n − 1 n 对数中 两个数互素的对数Count 。再利用公式 2 ( 1) 6 2 − = n n Count π 推出 Count 3n(n − 1) π = 。-right for the give
<rcponder> 在 2008-10-13 上传 | 大小:745.8kb | 下载:0

[控制台(字符窗口)编程wangxinwen

说明:树的建立,各种遍历(先根递归,先根非递归,中根递归,中根非递归,后根递归,后根非递归,层次遍历,最近公共祖先的查找,树的删除-tree establishment of various traverse (first - recursive and non - recursive first root, root recursive and non - recursive root, root recursive, non - recursive root level, traverse, th
<wang> 在 2008-10-13 上传 | 大小:430.56kb | 下载:0

[其它1773

说明:求最长公共子系列的长度问题 若给定序列X={x1,x2,…,xm},则另一序列Z={z1,z2,…,zk},是X 的子序列是指存 在一个严格递增下标序列{i1,i2,…,ik}使得对于所有j=1,2,…,k 有:zj=xij.例如,序列 Z={a,b,f,c}是序列X={a,b,c,f,b,c}的子序列,相应的递增下标序列为{1,2,4,6}。给定2 个序列X 和Y,当另一序列Z 既是X 的子序列又是Y 的子序列时,称Z 是序列X 和Y 的公共 子序列.给定2 个序列X={x
<rcponder> 在 2008-10-13 上传 | 大小:973.37kb | 下载:0

[其它keeper

说明:VOIP实现网守注册功能和地址解析的详细分析,源代码-achieve VoIP Gatekeeper registration of the address resolution and detailed analysis of the source code
<qwe> 在 2008-10-13 上传 | 大小:415.72kb | 下载:0

[其它2000trans

说明:可以使win2000桌面背景透明,有兴趣的话您可以改进-can WIN2000 desktop background transparent, are interested in you can improve
<蒋无双> 在 2008-10-13 上传 | 大小:2.61kb | 下载:0

[防火墙与安全工具frm

说明: 非常优秀而且稳定的防火墙代码(可工作于NT上,9X未做实验),虽然目前还在开发阶段,但是做到这个地步非常不易了。作者表示目前已解决所有困难的技术问题,更多的功能的加入只是时间问题,让我们拭目以待 -very good and stable firewall code (which can work in the NT, 9X done experiments), Although still stages of development, but to do this very diffi
<老树> 在 2008-10-13 上传 | 大小:78.15kb | 下载:0

[其它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> 在 2008-10-13 上传 | 大小:471.45kb | 下载:0

[其它VBfanbianyi

说明:一款VB程序反编译工具,能够反编译VB5/VB6的部分程序代码。 主要功能如下: 1、分析程序所用窗体,模块,类模块API,图标,图像; 2、反编译P-CodeExe代码; 3、重建VB工程; 4、加密模块,防止其它软件反编译; 5、抓取内存映射文件。 -new anti-VB compiler tool that can decompile VB5/VB6 part of the code. The main functions are as follows : a,
<魏存庆> 在 2008-10-13 上传 | 大小:2.21mb | 下载:1

[网络编程win5src

说明:winshell 的代码,不可多得的经典代码-WinShell code, a rare classic code
<陈年> 在 2008-10-13 上传 | 大小:61.64kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 4264.65 .66 .67 .68 .69 ... 216394 »

源码中国 www.ymcn.org