虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

pre-review

  • 主要操作过程: 建立一般的二叉链表

    主要操作过程: 建立一般的二叉链表,通过遍历进行线化,设p为当前处理结点,pre为p的前驱填标志: 若p无左:p->ltag=1;若p无右:p—>rtag=1;填线索:若p->ltag==1: p->lchild=pre 若pre->rtag== pre->rchild=p

    标签: 操作 过程

    上传时间: 2017-08-09

    上传用户:我们的船长

  • 指纹仪URU4000B

    Biokey200/URU4000B指纹仪驱动与SDK 升级到4000B注意事项 原使用Biokey SDK的客户,需要升级SDK开发包并安装4000B的驱动。 注意:安装4000B驱动前需卸载4000的驱动。 其步骤如下: 1、备份注册表:在开始菜单中的‘运行’中运行‘Regedit’,打开注册表,然后选中注册表中的 [HKEY_LOCAL_MACHINE\SOFTWARE\DigitalPersona]项,单击菜单上的注册表->导出注册表文件,将该项导出到文件中。 2、卸载4000的驱动程序(Biokey200/URU4000驱动)。 卸载步骤如下: 1)运行控制面板中的“添加/删除'程序”,卸载指纹采集设备的驱动程序; 2)在开始菜单中的‘运行’中运行‘Regedit’,查看 HKEY_LOCAL_MACHINE\Software\DigitalPersona键值,如果有则删除; 3)查看系统安装目录下system32 目录(win98为windows\system)下的DP*.dll ,如果有则全部删除; 4)察看Program files\zksoftware\biokey200目录,如果有则整个删除。 3、重新启动计算机,安装4000B驱动程序, 4、将Biokey SDK升级,用新的Biokey.ocx替换旧的控件,一般情况下,VB程序可以直接使用,Delphi程序则需要重新编译。 5、用4000B的驱动,必须使用新的控件,目前只完成了1:N的控件升级,1:1的控件,暂时使用原来3.5版本的控件。 6、测试原来登记的指纹模板,看是否能正常比对,如果不能,双击原来备份的注册表文件,添加到注册表中,就可以了。 原来使用U.R.U SDK的客户,需要更新驱动程序,同时由于U.R.U的模板有一些变化,所以需要一些改动,我们提供一份升级须知,请查看ReleaseNotes.txt.升级过程前三个步骤同上,只是需要注意,卸载的时候,查看Program files\DigitalPersona目录,如果有则整个删除。

    标签: 指纹仪URU4000B

    上传时间: 2015-03-30

    上传用户:12212

  • toj 4022源代码

    #include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ long long n; cin>>n; if(n%2==1) cout<<(n*n-1)/4<<endl; else if (n%4==0) cout <<(n*n)/4-1<<endl; else{ if(n==2) cout<<1<<endl; else{ long long k=n/2-1; cout <<k*k+2*k-3<<endl; } } } return 0; }

    标签: 天津大学acm4022 代码

    上传时间: 2015-04-20

    上传用户:nr607

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。

    标签: Boost C++ Libraries

    上传时间: 2015-05-15

    上传用户:fangfeng

  • 做DSP之前我们该弄明白哪些基本问题

    以数字信号处理器(DSP)为核心的实时数字信号处理技术正在迅猛发展,各种类型的DSP分别适应了不同领域的应用要求。本书提供了初学者的入门指导

    标签: DSP 入门 指导 基本问题

    上传时间: 2015-06-01

    上传用户:Miracles

  • dsp教程

    DSP(digital singnal processor)是一种独特的微处理器,是以数字信号来处理大量信息的器件。其工作原理是接收模拟信号,转换为0或1的数字信号,再对数字信号进行修改、删除、强化,并在其他系统芯片中把数字数据解译回模拟数据或实际环境格式。它不仅具有可编程性,而且其实时运行速度可达每秒数以千万条复杂指令程序,源源超过通用微处理器,是数字化电子世界中日益重要的电脑芯片。它的强大数据处理能力和高运行速度,是最值得称道的两大特色。

    标签: 视频教程

    上传时间: 2015-06-21

    上传用户:plancking

  • dsp教程

     作为一个案例研究,我们来考虑数字领域里最通常的功能:滤波。简单地说,滤波就是对信号进行处理,以改善其特性。例如,滤波可以从信号里清除噪声或静电干扰,从而改善其信噪比。

    标签: 原理应用开发及

    上传时间: 2015-06-24

    上传用户:plancking

  • C++builder教程

    C++Builder实用教程,C++Builder是有borland公司开发的基于C++的编程软件。

    标签: C++

    上传时间: 2015-07-19

    上传用户:逍15ye

  • distmesh

    matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.

    标签: matlab有限元网格划分程序

    上传时间: 2015-08-12

    上传用户:凛风拂衣袖

  • 夏宇闻数字逻辑设计

    国内最早推广VERILOG设计方法,有丰富工程实践经验,曾获得包括国家发明二等奖在内的多项国家级奖励,是业界公认的大师。 夏宇闻老师为VERILOG设计方法在中国的推广和应用做了大量工作,曾编写和翻译的著作有《Verilog 数字系统设计教程》、《Verilog HDL 数字设计与综合》、《SystemVerilog 验证方法学》和《数字逻辑基础与Verilog设计》等,为VERILOG设计方法在中国的推广和发展作出了卓越的贡献。夏老师严谨负责,离休后仍贡献余热,担任北京至芯FPGA培训中心顾问。

    标签: 夏宇闻 verilog 逻辑设计

    上传时间: 2015-10-22

    上传用户:xlrenxuanwei