搜索资源列表

  1. Mpeg4SourceCode_Audio

    0下载:
  2. mpeg4音频部分的代码实现。对于有志于学习这部分的朋友们一定大有裨益-mpeg4 audio-part implement code.There have more help for want to learning this part s friend.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:3174196
    • 提供者:韩志达
  1. 2051A-D

    0下载:
  2. 此程序是利用2051单片机P1.0,P1.1精密比较器功能实现a/d转换通过P1.0电位器调节,控制七只电磁铁动作间隔-This program implement A/D conversion by using precise comparision function of P1.0 and P1.1 of MCU 2051. P1.0 is used to adjust potential meter to control the
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2193
    • 提供者:刘立意
  1. 金笛JAVA版短信开发控件 V2.1

    0下载:
  2. 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:107472
    • 提供者:马艳飞
  1. RouteTrace

    0下载:
  2. 实现tracert,已经能够执行,测试过,这次够20字了吧,-achieve tracert, has been able to implement, test, the current 20-character enough by now, huh
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:22260
    • 提供者:王强
  1. asp网站远程监控(超级管理)系统

    2下载:
  2. 软件介绍: 本系统采用无数据库记录数据以及XMLHTML无刷新的“双无”技术对您的网站实行超级管理。只要将程序代码放入ASP网站或空间,所有浏览你网站的访问者行踪均在你的监视之下。你可以根据实际情况在后台对访问者进行友好或不友好的实时远程控制。 主要特点: 1、本系统采用无数据库记录数据技术:特点是不与网站其它程序冲突,记录的数据无遗漏。 2、XMLHTML无刷新技术:特点是访问者在瞬间会收到你发送的讯息或封锁、
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1554332
    • 提供者:罗鲲
  1. chariotFTP

    0下载:
  2. 这是用c#编写的一个简单的ftp程序 实现了ftp的一些基本的功能-This is the c # prepared a simple ftp ftp program to implement some of the basic functions
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24213
    • 提供者:付浩
  1. DTModify

    0下载:
  2. 1、本软件只能对某一目录下的文件或某一文件进行时间修改。 2、修改的条件是设定页中的日期。只有文件日期与原来日期相同的那些文件才能被修改。 修改后的文件日期为设定页中的更正日期。 3、设定页中的原来日期与更正日期更改只有当存盘后方可生效,若更改设定出错,将不执 行设定更改。 4、更改结果将在系统页中上方的备注中显示,只有出现原日期与更正日期的那些文件执行 了文件日期改动。 5、软件中各个按钮或弹出菜单的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:223802
    • 提供者:余灿基
  1. 4X4键盘程序实现多个按键程序

    0下载:
  2. 4X4键盘程序实现多个按键程序 键盘扫描-4x4 keyboard procedures to implement multiple keys keyboard scan procedure
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:欧阳
  1. WinSpy_src

    0下载:
  2. Winspy源码。复制代码到远程进程并用CreatRemoteThread执行之-Winspy source. Remote replication code to the process used to implement the CreatRemoteThread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10898
    • 提供者:fpx
  1. 一个困惑的关于域建模的若干个问题

    0下载:
  2. Martin Fowler的贫血模型带来域建模的困惑,到底域模型应该是什么样?这是事关基于域模型驱动编程(MDA)实施质量问题。-Martin Fowler model of anemia brought Domain Modeling of confusion, in the end domain model is what kind? This is related to domain-based Model-Driven Prog
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1042
    • 提供者:陈宝德
  1. 1 三种调度算法的模拟代码

    0下载:
  2. 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:29419
    • 提供者:寒冰
  1. core_XVID

    0下载:
  2. 视频压缩编解码标准MPEG4商业级别的VC代码实现标准-video compression standard MPEG4 codec VC business-level code to implement standards
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:5552148
    • 提供者:陈州徽
  1. zj

    0下载:
  2. 实现一个简单的计算器,包含了 一定的逻辑判断,界面新颖.操作简单.适合刚学vc的孩子-implement a simple calculator, contains a certain logic judgment, new interface. simple operation. just learning for the children to see vc
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:13483
    • 提供者:阿焦
  1. qiu

    0下载:
  2. 利用sudo来执行一条root权限的命令 执行一条命令就要su一下,很麻烦。 sudo sh -c \"python mount.py\" 这样来执行,我个人觉得就方便多了。 ^_^ -use sudo to implement a root of the command execution order should a su that very troublesome. Sudo sh-c "p
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:qq
  1. jihebianhua

    0下载:
  2. 本代码能够实现多种图形几何转换,包括旋转,缩放等。功能齐全-the code can implement a variety of geometric graphics conversion, including rotation, scaling. Multifunctional
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:42474
    • 提供者:yfm
  1. YahooWidgetEngine302

    0下载:
  2. SMAPI和CMC都包含在完整的MAPI中,当用户想执行一些高级操作,比如编写自己的E-mail服务器的时候,必须使用完整的MAPI。本文主要阐述如何编写能够收发电子邮件的程序,因此使用SMAPI就足够了-SMAPI and CMC are included in the integrity of the MAPI, when users wish to implement a number of senior operations,
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:9247778
    • 提供者:dreamwhere
  1. jmf-2_1_1e-scsl-src

    0下载:
  2. JMF implement the multimedia communiacation, it will endecoode the voice input to rtp package and send through the network.-JMF implement the multimedia communiacat ion. it will endecoode the voice input to rtp package a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4803591
    • 提供者:杨华
  1. ortp-0.8.1.tar

    0下载:
  2. oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). It is available for most unix clones (primilarly Linux and HP-UX), and Microsoft Windows.-oRTP is a LGPL licensed C library implement ing the R
  3. 所属分类:语音压缩

    • 发布日期:2008-10-13
    • 文件大小:440808
    • 提供者:sf
  1. SPLAY

    0下载:
  2. The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4670
    • 提供者:王子秋
  1. Adaptive

    0下载:
  2. The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 ki
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:198792
    • 提供者:叶建槐
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org