搜索资源列表

  1. GTK_MySQ-LTCP_IP

    0下载:
  2. 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two a
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-17
    • 文件大小:608256
    • 提供者:rejoiceliberty
  1. mimasuo

    1下载:
  2. 用单片机的键盘和数码管实现一个简单的密码锁程序-Implement a simple tube with a the SCM keyboard and digital password lock program
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:50176
    • 提供者:黄晓琼
  1. Fouriertransform

    0下载:
  2. 介绍了傅立叶变换的实现,并附有详细说明,及部分实现代码。-Introduce the realization of the Fourier transform, together with a detailed descr iption, and the implement of the code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:sparkle
  1. javaXML

    0下载:
  2. 利用jdom解析实现xml的读取或从数据库中导出数据通过jdom得出xml-using jdom to implement XML file operate
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:4062208
    • 提供者:allen
  1. MesTCPInterLock

    0下载:
  2. 这是一个用vb 实现socket功能的小程序,它包括客户端和服务端两部分。-this source code is use vb to implement tcp/ip ,it include server and client . use it to for dbase system.you can download it and update it for your app.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:wyg
  1. pic32mx_mchp_tcp_ip_v1_0_00

    0下载:
  2. 基于PIC32的一个TCP/IP协议盏,包含协议盏源代码和PC端程序。-This demo project demonstrates how an application may implement HTTP [Web] Server functionality using Microchip TCP/IP Stack.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-17
    • 文件大小:793600
    • 提供者:liangbo
  1. MyString

    0下载:
  2. 实现常用字符串处理函数的功能,希望能交流看系统到底是怎么实现的-Implement the function of usuall string
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:953344
    • 提供者:mao
  1. ufs

    0下载:
  2. 使用FUSE提供的API,在linux下实现的简单的文件系统。此为操作系统课程设计。-Using the FUSE API , implement an simple filesystem in linux. It is the operation system homework.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:880640
    • 提供者:luqianhui
  1. PictureChat2

    0下载:
  2. Most chat programs are text based, and do not support multi languages. In this article, I would like to share with the reader, the techniques I used to implement multilingual support and picture/media transfer in a chat
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-17
    • 文件大小:150528
    • 提供者:liu
  1. fsmnum

    0下载:
  2. 编译原理课程中通过有限状态机模型实现判定输入字符串是否为实数的源程序。-In compiler construction courses,use the finite state machine to implement to determine whether the input string is the real number.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Ingu
  1. Car

    0下载:
  2. 这是用OpenGL绘制的动态汽车.绘制的丑,但代码简单易懂,适合初学者-This is the dynamic rendering using OpenGL car. Drawn ugly, but easy-to-read code, suitable for beginners
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:163840
    • 提供者:yangjunjie
  1. 0707.1315v1

    0下载:
  2. We analyze, both analytically and numerically, the effectiveness of cloaking an infinite cylinder from observations by electromagnetic waves in three dimensions. We show that, as truncated approximations of the ide
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:179200
    • 提供者:Jason
  1. PlanetAPI_P2PDemo

    0下载:
  2. 這是一個利用P2P架構來實作的聊天室,降低系統負擔,不使用以往SERVER-CLIENT架構,改以P2P來做為連線的方式。-This is a use of P2P architecture to implement the chat rooms, reduce system burden, do not use the past SERVER-CLIENT architecture, was replaced by P2P as a
  3. 所属分类:P2P编程

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:
  1. cv_src

    0下载:
  2. 在C#下實作一個接收多個IP監視錄影鏡頭的畫面,成為一個統一的管理介面。-In C# under a receiver to implement a number of IP video surveillance camera images, into a unified management interface.
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:290816
    • 提供者:
  1. mpeg

    0下载:
  2. code to implement mpeg in vlsi
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-17
    • 文件大小:225280
    • 提供者:arunkumar
  1. A_D(D_A)Converters

    0下载:
  2. 有两个函数分别实现模数和数模转换功能的源程序-two functions implement the function of adc and dac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:runtong
  1. Simple_Cooperative_Multitasking

    0下载:
  2. It show how to implement simple cooperative multitasking in PIC18.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:fatih
  1. booking

    0下载:
  2. 自助定餐软件。该应用程序中能完成一定的自助定餐功能(包括欢迎点餐,进行多项点餐,结帐,会员服务以及注册等)-Self-scheduled meal software. The application must be able to accomplish the self-scheduled meal functions (including the welcome meal points to implement a number of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:ztt
  1. adapt

    0下载:
  2. 设计模式,adapt,c++代码,用vc++6.0打开-design mode of adapt, implement by vc++6.0
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:koower
  1. Prototype

    0下载:
  2. 设计模式,prototype模型,用c++实现,对初学者有帮助-prototype,implement by c++,is helpfull for new c++ learner
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:koower
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org