CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - data process

搜索资源列表

  1. lunar

    0下载:
  2. 本来是为一个商业PDA产品开发的日历程序,最近移植于PC机上, 所以算法和数据部分是用纯C++写的,不涉及MFC,所有的代码都是以短节省存储空间为主要目的.-Was originally a commercial PDA calendar product development process, recently transplanted into PC, and so part of algorithm and data is pure C++ Write and do not involve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:48019
    • 提供者:谢兵
  1. CommonLib.66

    0下载:
  2. 这些模板类都是作者多年来开发过程中积累下来的好用代码,并在多个系统中使用了,因不大喜欢用STL,所以自已编写了XDynamicArray,XArray,XMap,XStack,XSet等模板类,还有XByteBuffer,XInputByteBuffer动态缓冲区数据处类。还有XCRC,XHexCode,XMD5,XBase64等类。自我感觉蛮好用的,代码在BCB6编译下通过的,BCB5下需要改一下,主要是XHexCode内含了ASM代码。 -These template classes a
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:81882
    • 提供者:叶文鹏
  1. usetimelimited

    0下载:
  2. 软件试用次数的限制有很多种方法,其要害是把次数这个值存储在哪 里。本文介绍一种方法,通过改变文件 的时间来存储试用次数,从而限制软 件的试用。稍微修改一下程序就可以使用了。 资料引用:http://www.knowsky.com/394132.html-Try limiting the number of software there are many ways, the crucial point is the frequency of this value is stored in t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:931
    • 提供者:huoli
  1. linklist

    0下载:
  2. 本程序将Head表示成指向数据类型为结构体LNode的指针变量,首先给出了单链表的定义,然后给出了单链表中函数原型的实现部分。-Head said this process will point to the data type for the structure of the pointer variable LNode, first of all, given the definition of a single list, and then given a single list in t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:358340
    • 提供者:wang
  1. dll(loader)

    0下载:
  2. 说明: 1 例子程序在 vc6.0 +windows xp 编译测试过 2 需要阅读者对程序进程空间,编译,pe结构有一定的理解 3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍 -Descr iption: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:327774
    • 提供者:周晓宇
  1. MemoryMap

    0下载:
  2. 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:376628
    • 提供者:周晓宇
  1. Access

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 -In Windows2000 environment,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15232
    • 提供者:陈媛
  1. MeterIdentify

    0下载:
  2. 实现多媒体数据传载,使用户可以再次程序中完成视频播放,等功能-Containing multimedia data transmission, allows the user to re-process the completion of video playback, and other functions
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:34130
    • 提供者:chengming
  1. ADC

    0下载:
  2. 这是关于ADC的莫属转换程序,利用ATNEGA16芯片,对数据进行采集-This is about none other than the ADC conversion process, using ATNEGA16 chips, data acquisition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:10108
    • 提供者:allen
  1. kiushi2

    0下载:
  2. 编写C++程序完成以下功能: (1) 输入一个文本文件名 (2) 使用ofstream 向一个二进制文件中输出各种类型的数据,并打开文件观察结果:  整数、无符号整型、长整型、浮点型、字符串、…… -The preparation of C++ Process is complete the following functions: (1) enter a text file name (2) ofstream to a binary file in the ou
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:799
    • 提供者:李伟
  1. huffman

    0下载:
  2. 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:5880
    • 提供者:吴平波
  1. IICToy

    0下载:
  2. 通过IIC总线对EEPROM数据读写程序-Through the IIC bus to read and write data to the EEPROM process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:171072
    • 提供者:Searph
  1. Modulating_a_Random_Signal

    0下载:
  2. Process a binary data stream using a communication system that consists of a baseband modulator, channel, and demodulator. Compute the system s bit error rate (BER). Also, display the transmitted and received signals in a scatter plot.-Proce
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1195
    • 提供者:JILIANGHAI
  1. DataGrid_src1

    0下载:
  2. 在实际数据库开发过程中,需要对数据进行多行显示。当显示的行数太多时,一般控件显示不方便。在本实例中简单的演示了GRID控件的使用,在实际中具有一定的意义-In the actual database development process, the need for multi-line data show. When the number of rows show too much, they generally show inconvenient controls. In this simp
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:13580
    • 提供者:曹匆
  1. DQ51

    0下载:
  2. 定浮点的子程序之一。可以作为参考。开发其他格式的数据转换程序-Set floating-point, one of the subroutine. Can be used as reference. The development of other data format conversion process
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:2441
    • 提供者:李明
  1. Lesson17Code

    0下载:
  2. 命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。 命名管道充分利用了Windows NT和Windows 2000内建的安全机制。 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:235110
    • 提供者:王大勇
  1. CRCjiaoyanma

    0下载:
  2. 编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。 -CRC to prepare a code of encoding and decoding process. (1) experimental framework: CRC coding- Transmissi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:223590
    • 提供者:liki
  1. pc

    0下载:
  2. 生产者消费者实现进程见通讯的代码,所需数据由data.txt文件提供-Producer consumers see the realization of the process of communication code, the required data from data.txt document
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:8856
    • 提供者:张喜和
  1. binarytoxml_and_xmltobinary.ZIP

    0下载:
  2. delphi程序 xml数据与bin 数据相互转换-delphi process xml data and data conversion bin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9778
    • 提供者:艾路
  1. 07050412

    0下载:
  2. 使用源码注意项: 1、Windows2000 Professional SP3、DELPHI 6.0、SQL Server2000的开发环境; 2、开发目录为:D:PieceRate,数据库备份存放于Data目录中,还原SQL Server后名为PieceRate; 3、目前客户3站点在使用,初次运行时服务器名、客户机名的设置大家应该会吧,不会就QQ吧。 4、里面有大量数量,数据日期为2003年1月份的,所以大家查看统计时要注意日期,如果统计全部人员的数据耗时会比较长一些; 5、统计大部分使用了
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:618728
    • 提供者:cheng
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com