搜索资源列表

  1. b030717-心得三

    0下载:
  2. 心得三——按下鼠标哪个键 1.实验目的 (1)首先打开VC++6.0打开File菜单,New命令建立一个Win32 Application类型的工程,注意,在建立工程时在第2步选择\"A simple Win32 application.\".利用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口. (2)在此基础上实现如下功能:鼠标键按下时,弹出消息框通知用户是按下了鼠标的哪个键 -e
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37952
    • 提供者:小钟
  1. xor

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:
  1. 经典rsa

    0下载:
  2. 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3766
    • 提供者:
  1. fouriertransmation

    0下载:
  2. 图像处理 证明二维夫里叶变换等价于两步一位傅里叶变换的程序-image processing proved two Weaver Fourier Transform equivalent to a two-step procedure Fourier Transform
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:窦秋盈
  1. dingdianchengfaqisheji

    0下载:
  2. 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:382707
    • 提供者:少华
  1. baioding-Tsai

    0下载:
  2. 此程序主要是用于二步法的摄像机标定,可以通过他得出内外参数-this procedure is used mainly to the two-step calibration can be reached through his internal and external parameters
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:4288
    • 提供者:让他
  1. RAC-Tsai

    0下载:
  2. 这是个径向约束的二步法摄像机标定源程序,对于许多搞机器视觉的同志应该很有帮助的,欢迎参考-this is a radial bound two-step calibration source. For many engage in machine vision comrades should be helpful, please reference
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:185851
    • 提供者:嘉靖
  1. showbitmap

    0下载:
  2. 位图装入、显示的c++类。 使用方法: 1 构造类的一个实例对象: 空实例 CDIB bmp() 用资源号构造 CDIB bmp(nResID) 用文件构造 CDIB bmp(\"PATH//Filename.bmp\") 2 若1步构造的是空实例对象,则须装入位图: 从文件装入 BOOL bmp.LoadFromFile(\"PATH//Filename.bmp\") 从资源装入 BO
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11183
    • 提供者:linus
  1. tsaiNEW

    0下载:
  2. 这是一个tsai两步法标定的源程序,它是以改进算法,对作摄像机标定的朋友会很有帮助-Tiberius This is a two-step calibration source, it is based on improved algorithm right for the camera calibration friends will be helpful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:164934
    • 提供者:王占涛
  1. knight

    0下载:
  2. 骑士遍历问题,在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。-Knight, in an n * n box at the international chess board, Ma (Knight) from the arbitrary designation box and, in accordance with a fu
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1357
    • 提供者:张三
  1. Apriori

    0下载:
  2. Apriori算法是一种找频繁项目集的基本算法。其基本原理是逐层搜索的迭代,直到不能找到维度更高的频繁项集为止。这种方法依赖连接和剪枝这两步来实现。-Apriori algorithm is a frequent itemsets to find the basic algorithm. The basic principle is that the iterative search step by step, until a high
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:19456
    • 提供者:
  1. EMfor_neural_networks

    0下载:
  2. In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and W
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:197632
    • 提供者:晨间
  1. step

    0下载:
  2. 单片机采用两相励磁的方式驱动四相步进电机-Single-chip using two-phase excitation mode four-phase stepper motor driver
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:王彦
  1. ImageProcessing-CircleDetection-RenatoSalas_final

    0下载:
  2. The present report outlines the design, implementation and performance of the application of Hough Transform (HT) to detect circles in arbitrary pictures. Detecting circles in arbitrary pictures involves a two step p
  3. 所属分类:软件工程

    • 发布日期:2024-06-10
    • 文件大小:1107968
    • 提供者:donna
  1. opt

    0下载:
  2. 实现单纯形法求解最优化问题的步骤,两步法实现,可自由输入参数-Simplex method to achieve optimization step, two-step implementation of free input parameters
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:shenji
  1. two-step-encryption-and-decryption

    0下载:
  2. 实现了两步相移的基于随机相位掩码的图像加密和解密-To achieve a two-step phase shift mask image based on random phase encryption and decryption
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:刘辉龙
  1. Multi-step-prediction-of-chaotic

    0下载:
  2. Multi-step-prediction of chaotic time series based on co-evolutionary recurrent neural network 协同进化递归神经网络的多步混沌时间序列预测-This paper proposes a co-evolutionary recurrent neural network (CERNN) for the multi-step-predictio
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:152576
    • 提供者:
  1. two-stepQRmethod

    0下载:
  2. 对于一个10乘10矩阵,先拟上三角化,再用带双步位移的QR方法求矩阵的特征值(包括复数特征值),再用列主元高斯消去法求矩阵的特征向量。-For a 10 by 10 matrix, first proposed on the triangulation, and then with a two-step displacement of the QR method, to calculate the eigenvalues ​
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-10
    • 文件大小:482304
    • 提供者:朱付涛
  1. two-step-iterative-shinkage

    0下载:
  2. 图像复原中的two-step iterative shinkage方法-two-step iterative shinkage
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:7168
    • 提供者:
  1. Twostep_spotlight

    0下载:
  2. 聚束模式的两步成像算法MATLAB程序,可以直接运行(Spotlight mode of the two step imaging algorithm MATLAB program, you can run directly)
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:6144
    • 提供者:摩羯
« 12 3 4 5 6 7 8 9 10 ... 35 »

源码中国 www.ymcn.org