CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 系统编程

资源列表

« 1 2 ... .65 .66 .67 .68 .69 14970.71 .72 .73 .74 .75 ... 15014 »
  1. UHTTP10_D3.ZIP

    0下载:
  2. 极好的 Web 应用程序生成器( 实际是7月份版,到现在作者好象还没更新,不过已相当不错了 ),附带众多的例子和构件,如Web Server、Web程序、小游戏、算法演示等,含全部源码! 完整功能. 源代码: 有-excellent Web application generator (actually July edition, the author seems to now No update, but have quite a), attached numerous examples an
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22536
    • 提供者:张济政
  1. [_A_Quadra1888275142005

    0下载:
  2. This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable \"x\"-This a quadratic equation solver,this program can be use to solve second-order polynomial equation with one variable \"x\"
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3498
    • 提供者:陈云
  1. Linux系统调用分析

    0下载:
  2. linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:33621
    • 提供者:王王
  1. Java%20Script%BE%AB%B2%CA%CA%B5%C0%FD%BD%CC%B3%CC1

    0下载:
  2. 好东西,也是java的,学习很有帮助,建议大家下来使用一下。-good thing by java,it is good to study , just try it .
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:387006
    • 提供者:杨文
  1. PingIp

    0下载:
  2. 用vb实现ping功能,调用 windows dll 和 注册表,源代码非控件。可以学习如何使用动态链接库和注册表。-with vb achieve ping function, and call windows dll registry, non-source code control. Learn how to use the dynamic link library and the registry.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10663
    • 提供者:胡卫星
  1. vcvirtual

    0下载:
  2. 课程设计,vc++做的,基本上满足要求,只是页面总数跟随机页面号的范围一样,有待改进;答辩的时候居然问我几个系统函数有什么用,我都郁闷了,分数还没那些抄别人的高。。。。。。虽然作的不好,但怎么说也是我自己做的,无语了。放上来,有需要的拿去改改 基本上都是边查资料边写的,算得上是第一次写,错误是难免的,请大家指教,而且里面变量定义比较乱,懒得改了-curriculum design, vc do basically meet the requirements, but the total numb
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44529
    • 提供者:白亮
  1. slib

    0下载:
  2. 调试库 简化调试过程,简化错误处理过程。集合了一些通用函数便于编程。-debugger for debugging process to streamline and simplify the process of handling errors. Set some common functions to facilitate programming.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:691255
    • 提供者:三八节
  1. 200405141550021523

    0下载:
  2. 一个不错的词汇法分析程序,用了就会知道他好的,很容易就可以弄清词汇法分析的安排-a good vocabulary analysis procedures, with the good will he know, it is very easy to understand vocabulary analysis of the arrangements
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:82051
    • 提供者:萧影
  1. FDISK硬盘在dos下分区

    0下载:
  2. FDISK硬盘在dos下分区,这是一个很好的小工具。从别处转载而来的-partion of fdisk in dos,this is a good little tool,it is downloaded from other place.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:242650
    • 提供者:吴可
  1. 20050423131658

    0下载:
  2. 主要功能: 1、发表留言 2、删除留言 3、管理留言 4、修改广告代码,顶部、左侧,下部广告代码等 5、可以贴图片或者媒体包括flash,mp3等文件 6、自动分页功能-main functions : one published two messages, delete messages 3, 4 voice mail management, change advertising code, top, left, bottom five advertising code, which can
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:16454
    • 提供者:yangwanlong
  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,b
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  1. comp6srcdnet

    0下载:
  2. COM 组件设计与应用--用ATL写第一个组件.除了所有 COM 组件必须的 IUnknown 接口外,再实现一个自己定义的接口 IFun,它有两个函数: Add()完成两个数值的加法,Cat()完成两个字符串的连接。-COM Design and Application -- ATL wrote an article components. In addition to all the necessary COM interface pointers, then realize their o
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:115780
    • 提供者:方静
« 1 2 ... .65 .66 .67 .68 .69 14970.71 .72 .73 .74 .75 ... 15014 »
搜珍网 www.dssz.com