搜索资源列表

  1. komssys-0.3.6.tar

    0下载:
  2. The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:1266786
    • 提供者:向军
  1. zebedee-2.4.1.tar

    0下载:
  2. Zebedee is a simple program to establish an encrypted, compressed \"tunnel\" for TCP/IP or UDP traffic between two systems. This allows data from, for example, telnet, ftp and X sessions to be protected from snoopi
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:165130
    • 提供者:robo
  1. TinyFtpServer

    0下载:
  2. 一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考,该Ftp Server只实现了有限的几个常用命令,进一步的应用要让大家去扩展,呵呵,记得扩展后以后不吝mail给我一份哦。该Ftp Server在Win自带FTP客户,Cute-Ftp 4.x下测试通过。include file:ftpserver.cpp,ftpserver.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:13897
    • 提供者:乐浩军
  1. C++程序设计语言实验二

    0下载:
  2. 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。
  3. 所属分类:其他小程序

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入
  3. 所属分类:其他小程序

  1. C++程序设计语言实验四

    0下载:
  2. 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”;
  3. 所属分类:其他小程序

  1. TinyFtpServer

    0下载:
  2. 一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考,该Ftp Server只实现了有限的几个常用命令,进一步的应用要让大家去扩展,呵呵,记得扩展后以后不吝mail给我一份哦。该Ftp Server在Win自带FTP客户,Cute-Ftp 4.x下测试通过。include file:ftpserver.cpp,ftpserver.
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:乐浩军
  1. komssys-0.3.6.tar

    0下载:
  2. The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-19
    • 文件大小:1266688
    • 提供者:向军
  1. zebedee-2.4.1.tar

    0下载:
  2. Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP traffic between two systems. This allows data from, for example, telnet, ftp and X sessions to be protected from snooping
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:164864
    • 提供者:robo
  1. fx-3600p

    0下载:
  2. Fx-3600pv计算器是日本CASIO公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-3600pv计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用。现将我在生
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:jadehouse
  1. 1111

    0下载:
  2. 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:90112
    • 提供者:
  1. FileZilla_3.1.5.1_src

    0下载:
  2. FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a plat
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:2689024
    • 提供者:张真
  1. FileZilla_3.1.5.1_i586-linux-gnu

    0下载:
  2. FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a linu
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:4370432
    • 提供者:张真
  1. CAN_C8051F500

    0下载:
  2. CAN of C8051F500/F510 CAN 2.0 Bus 發送跟接收Keil C source sample code.可以用在CAN 2.x的上面喔~-CAN of C8051F500/F510 CAN 2.0 Bus sent with the receiver Keil C source sample code. Can be used in the above CAN 2.x喔~
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:古小寶
  1. fwtk2.1.tar.Z

    0下载:
  2. FWTK是一套用来建立和维护内部网络防火墙的工具集,用于构建应用网关式防火墙。它包含了许多独立的组件,大部分的组件是代理应用程序,如telnet、FTP、rlogin、sendmail、HTTP、X windows等。和squid、socks等软件相比,它的突出优点是将很好的访问控制融入其设计中,不但可以从本地和目标地的主机名、IP地址来指定访问规则,而且可以根据访问操作来允许或拒绝某个执行命令,更充分地体现了应用层网关的优势。 -FW
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:481280
    • 提供者:whereto
  1. gpio-test

    0下载:
  2. 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:马工
  1. filezilla-3.2.4.1

    0下载:
  2. FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-19
    • 文件大小:4013056
    • 提供者:lkm
  1. jbeam

    0下载:
  2. JBEAM-soft is a software package written in MATLAB. It was used to generate the simulation results, as well as figures, in paper "JBEAM: multiscale curve coding via beamlets" by X. Huo and Jihong Chen. This paper will ap
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:302080
    • 提供者:Galilleo
  1. Automail

    0下载:
  2. 自动发生报表邮件的程序,自动到FTP server 读取XML文件信息,按照格式,生成报表,然后自动发送邮件。-send report by mail automatically, the program will read the xml file information from the FTP server, generate the report according to the format, then sent the ma
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:8184832
    • 提供者:sysmedia
  1. github_ldd3forlinux3.x

    0下载:
  2. ldd3 <linux设备驱动程序>的源代码 经过改写 从国外某FTP下载 适用于 3.x LINUX系统 书中自带地址下载的代码仅仅适合 2.X LINUX-ldd3 linux device driver source code but rewritten for 3.x LINUX system
  3. 所属分类:驱动编程

    • 发布日期:2024-05-19
    • 文件大小:331776
    • 提供者:DEF
« 12 »

源码中国 www.ymcn.org