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

搜索资源列表

  1. freq

    1下载:
  2. 智能频率计 1. 频率测量范围为1Hz~1MHz 2. 当频率在1KHz以下时采用测周方法 其它情     况采用测频方法.二者之间自动转换 3. 测量结果显示在数码管上,单位可以是Hz(H)、    KHz(AH)或MHz(BH)。 4. 测量过程不显示数据,待测量结果结束后,直接显示结果。 -Intelligent frequency meter 1. Frequency measurement range of 1Hz ~ 1MHz 2. When th
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-11-09
    • 文件大小:238680
    • 提供者:谭超
  1. ASP-SHOP

    1下载:
  2. 电子购物商城系统 本程序开发一个架构清晰的电子商务实例----电子购物商城系统(eshop),其主要提供针对消费者的商品宣传和在线购物的功能。使用Microsoft公司以C#为核心语言的ASP.NET开发工具,利用微软提供的IIS 5.0建立运行环境,再结合Microsoft SQL Server 2000建立数据连接关系,利用其提供的各种组件,建立数据库、设计页面。 -Electronic shopping mall system in this process to develop
  3. 所属分类:.net

    • 发布日期:2017-03-25
    • 文件大小:879181
    • 提供者:liangye
  1. 20076209143527517

    0下载:
  2. 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻译成 c#代码 5.模仿 google工具
  3. 所属分类:Browser Client

    • 发布日期:2017-04-05
    • 文件大小:16842
    • 提供者:无伤客
  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. CO2

    0下载:
  2. 处理激光雷达数据,计算二氧化碳的程序。学大气学和激光雷达的人明白。-Processing of laser radar data to calculate the carbon dioxide process. Study atmospheric science and laser radar understand.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:42846
    • 提供者:李明
  1. O3lidar

    0下载:
  2. 处理激光雷达数据,计算臭氧的程序。学大气学和激光雷达的人明白。-Processing of laser radar data to calculate the ozone process. Study atmospheric science and laser radar understand.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:45291
    • 提供者:李明
  1. CO2lidar

    0下载:
  2. 处理激光雷达数据,计算二氧化碳的程序。学大气学和激光雷达的人明白。-Processing of laser radar data to calculate the carbon dioxide process. Study atmospheric science and laser radar understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:43046
    • 提供者:李明
  1. TEMlidar

    0下载:
  2. 处理激光雷达数据,计算温度的程序。学大气学和激光雷达的人明白。-Processing of laser radar data to calculate the temperature of the process. Study atmospheric science and laser radar understand.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:67981
    • 提供者:李明
  1. Waterlidar

    0下载:
  2. 处理激光雷达数据,计算水汽的程序。学大气学和激光雷达的人明白。-Processing of laser radar data to calculate the water vapor process. Study atmospheric science and laser radar understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:48594
    • 提供者:李明
  1. I2C

    1下载:
  2. 单片机I2C总线设计 程序功能:利用I2C总线写或读E2PROM 向E2PROM写n个数据, 从E2PROM读n个数据, 我们都知道读写E2PROM的控制信号很重要 这里教你如何编写,有详细的解释源码-Single-chip design process I2C bus function: the use of I2C bus to write or read E2PROM write n to E2PROM data from E2PROM reading of n dat
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:17633
    • 提供者:何强
  1. algorithm-demo

    0下载:
  2. 一个帮助理解数据结构中算法过程的demo.-A data structure to help understand the process of algorithm demo.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2495078
    • 提供者:elisa
  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. rs232_rec5

    0下载:
  2. VHDL语言实现的穿行通讯,可实现闭环操作,通讯过程中每个bit位采样3次,保证数据准确。-VHDL language achieved through communication, can realize the closed-loop operation, communication process each bit digital sampling 3 times to ensure accurate data.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:542308
    • 提供者:
  1. dd

    0下载:
  2. 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1898
    • 提供者:wayne
  1. vfp1

    1下载:
  2. vfp加密与解密数据表,程序设计过程中保证安全-VFP data encryption and decryption table, the program design process to ensure security
  3. 所属分类:其他数据库

    • 发布日期:2013-04-29
    • 文件大小:57912
    • 提供者:tianjp
  1. codes_for_OS_experiment_3

    1下载:
  2. 2008年操作系统实验3存储管理的代码。 主存的分配与回收。不同的存储管理方式下,实现主存空间的分配与回收。动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程。-2008 experiment 3 storage management operating system code. Main memory allocation and recovery. Different storage management mode, the realization of main
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2357
    • 提供者:风临机
  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. GooglePageRankQuery

    0下载:
  2. 查询Google PageRank 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻
  3. 所属分类:Search Engine

    • 发布日期:2017-03-27
    • 文件大小:18273
    • 提供者:yechen
  1. ProcessesCommunication

    0下载:
  2. 程序模拟操作系统课程中的进程间通信,方便起见,各个进程只有编号信息。所用数据结构为大小为10的队列。运行情况为:用户输入进程总数以及各个进程的编号,此后程序模拟进程对队列提出请求,若队列不空,则插入,队列满则不予插入。程序利用rnd这个随机变量是奇数还是偶数决定是入队还是出队。-Procedures for operating systems courses in the simulation process communication, convenience, only the number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1375
    • 提供者:
  1. IEEEchangeBCDfloat

    0下载:
  2. 标准的四字节IEEE浮点型数据转换为BCD码源代码,通过这个转换程序可以把数据送到数码管上显示数据了,很实用的哦对用汇编语言包来写的同胞-Standard four-byte IEEE floating-point type data into a BCD code source code, through the conversion process can control data sent to the digital display data, it is practical to us
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:2038
    • 提供者:谢苏岚
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com