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

搜索资源列表

  1. rw

    1下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the cor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1507
    • 提供者:DP
  1. shuzijisuan

    0下载:
  2. //编写程序:要求能够通过控制台窗口接收一个整数n,然后在文件"data.txt"中写入所有比n小的素数 //,最后通过控制台窗口分别显示每个数字(0——9)在这些素数中出现的次数。P218-//Write process: requirements through the console window to receive an integer n, then in the file " data.txt" writes all the prime numbers sma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:763
    • 提供者:飞龙在天
  1. downloader

    0下载:
  2. 无极下载者源码,原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。驱动的功能就是替换指定的系统文件-Promise those who download the source code, the
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1560372
    • 提供者:卡本
  1. huffman_src

    0下载:
  2. 哈夫曼编码是数据传输压缩的重要算法,在数据传输的过程中举足轻重。-Huffman coding is an important data compression algorithm, in the important process of data transmission.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:20974
    • 提供者:Cico Young
  1. wireless

    0下载:
  2. 无线通信芯片2401系列在通信过程中中收发数据的编程实例。-Wireless communication chip 2401 series in the communication process of sending and receiving data in programming examples.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:414621
    • 提供者:Cico Young
  1. ASCIIfun

    0下载:
  2. 这是本人根据某个项目写的数据转换辅助函数:包括ASCII转CString\char或反过程,以及数的求模等-This is why I write under a project data conversion support functions include: ASCII transfer CString \ char or anti-process, and seek the number of molds for
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1938345
    • 提供者:谢仙圣
  1. ExamSystem

    0下载:
  2. 根据学生考试的特点和学校的实际情况,该系统应以考试流程为基础,从专业角度出发,提供科学有效的考试模式。考试时采用系统自动从数据表中选题的方式,评卷时通过核对考生答案与正确答案得出考生的分数,出题方面采取表单加数据的方式使后台管理者能够直观、方便的管理试题信息。学生管理可实现老师对学生的成绩进行查询,按分数归类。数据库管理提供对数据库进行备份,还原及初始化操作,减轻用户的工作量。-Students according to test characteristics and the actual s
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-18
    • 文件大小:4770372
    • 提供者:BILLSUN
  1. AB

    0下载:
  2. PROGRAM TO RECEIVE AND PROCESS DATA FROM COM PORT
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3045
    • 提供者:P123
  1. HashTable

    0下载:
  2. 一个简单的数据结构哈希表的设计程序,虽然简单,但是实用-A simple hash table data structure design process, though simple, but practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1424
    • 提供者:肖卫镇
  1. sar_data_and_process

    1下载:
  2. 包含一个2048*1024点的SAR数据,以及参考函数与成像的程序-contain sar-data and it s process program.
  3. 所属分类:其他小程序

    • 发布日期:2013-06-29
    • 文件大小:918198
    • 提供者:luo shen
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. hanming

    0下载:
  2. (7,4)汉明码的编码程序,实现4位信息位后加三位监督位,组成(7,4) 汉明码,外加第三位附加位,组成8比特数据-(7,4) Hamming code encoding process, after the realization of four information bits plus three supervisory position, composition (7,4) Hamming code, plus the third additional bits, composed of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:270808
    • 提供者:刘雨
  1. 2XV1.5

    0下载:
  2. 此文件中描述了一个控制柜中的数据转换卡件程序-This document describes a control cabinet in the data conversion process card cases
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:5271
    • 提供者:蔡林勇
  1. MyNetLimiter_src

    0下载:
  2. C++ LSP 流量控制代码,通过LSP层来分析对应的数据包,并对数据包作对应的加密处理过程 -C++ LSP traffic control code, through the LSP layer to analyze the corresponding data packets, and packet encryption process for the corresponding
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:198497
    • 提供者:xinxi
  1. VC-date-check

    0下载:
  2. 数据校验:文件在传送的过程中,难免有点小错误,特别是对要求很严格的数据,为此要进行数据校验-Data validation: file transfer process, inevitably a bit of small errors, in particular, Is a very strict data, validation data for this to be
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:48454
    • 提供者:金余结
  1. juleichengxu

    0下载:
  2. 这个聚类程序可以支持三种数据源:标准数字聚类、手画图形聚类和位图文件分析聚类-This clustering process can support three kinds of data sources: a standard digital cluster, hand-painted graphics and bitmap file analysis clustering clustering
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:200406
    • 提供者:sunjianhai
  1. wagemanage

    0下载:
  2. 1.用类的形式改写程序,将程序中工资数据用链表的形式存放,定义一个链表类,封装主要的操作函数。 2.显示、修改、删除数据项时大小写通用。 3.工资数据按工资值的大小进行排序存放。 4.修改、删除数据前增加提示信息,用户确认后才能进一步操作,否则操作取消。 5.增加程序的文件输入输出功能,在执行程序中首先将工资数据从文件中读出再进行管理,在程序结束时能将工资数据保存在原文件中。 -1. With the class in the form of rewriting proced
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:133799
    • 提供者:cfan
  1. Print_MSHFlexGrid_test

    2下载:
  2. 用vb6.0中的MSHFlexGrid控件,进行数据查询,和打印的程序,有一个打印控件,可以进行打印预览.-Using vb6.0 in MSHFlexGrid control, data query, and printing process, there is a print control can be carried out Print Preview.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:63003
    • 提供者:wang
  1. mailslot

    0下载:
  2. 在邮槽建立的简单的客户机/服务器设计体系中,数据只能从客户机传到服务器,数据通信是单向进行的。服务器进程的职责是创建一个邮槽,而且是能从邮槽读取数据的唯一一个进程。邮槽客户机进程则负责打开邮槽的"实例",该进程是能够向其中写入数据的唯一一种进程。 -In the mail slot to establish a simple client/server design system, the data can only be transmitted from the client server
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2689
    • 提供者:李洋
  1. monitor

    0下载:
  2. 实现仪器的自动监测过程,省去人工监测的任务,并对后期的监测数据自动记录便于处理。-Automatic monitoring of the process of realization of the instrument, eliminating the need for manual monitoring tasks, and automatically record the latter part of the monitoring data to facilitate processing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5734345
    • 提供者:lily
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 50 »
搜珍网 www.dssz.com