搜索资源列表

  1. OpenCV角点检测代码

    0下载:
  2. OpenCV角点检测代码,利用intel图形处理库opencv对彩色图像中物体的角和边进行检测,可以用在车辆的检测中-OpenCV corner detection code, the use of graphics processing for Intel OpenCV right color images of objects in the angle and edge detection, can be used in the d
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:陈其星
  1. 罚函数内点法程序

    0下载:
  2. 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C++ compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:
  1. 新24点实现

    0下载:
  2. 学习路上第一个应用程序24点,使用了较使用的算法,以及比较怪异的实现方式,呵呵,希望大家看看哈-learning a road section 24 applications, compared with the use of the algorithm, as well as the realization of more strange way, what we want to see Kazakhstan
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:43008
    • 提供者:李志
  1. 实现web页面中链接的点击效果  .ZIP

    0下载:
  2. 实现web页面中链接的点击效果,一个小代码那来给大家分享-achieve web page click on the link results, a small code it for everyone to share
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:ykch
  1. 牌类小游戏—24点游戏软件

    0下载:
  2. 本程序使用vc开发工具编写了一个牌类小游戏——24点游戏。所设计的界面较紧凑。-procedures for the use of the development tools vc prepared a small game license category-- 24 points game. The interface design more compact.
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-11
    • 文件大小:181248
    • 提供者:yini
  1. 点对点聊天

    0下载:
  2. 利用套接字编程实现点对点聊天,但由于端口固化而使应用局限-socket programming using peer-to-peer chat, but curing port so limited application
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-11
    • 文件大小:56320
    • 提供者:王煦
  1. 算24点问题求解

    0下载:
  2. 算24点游戏的解法!还可以算其它任何点数。和传统方法不一样的,可以支持负数和小数解算任意点的问题-count 24 points of the game Solution! Also can calculate any other points. Traditional methods are not the same, and can support a negative decimal Solving the problem of
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-11
    • 文件大小:1486848
    • 提供者:张俊
  1. 实例116 多点曲线光滑拟和

    0下载:
  2. 基于离散多点的曲线拟合 把多个离散点拟合成曲线-based on discrete multiple points of curve fitting from multiple discrete points to the composite curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:谌叶龙
  1. 24点

    0下载:
  2. 24点 用c++编写的一个速算24点的游戏 只要进入就可以迅速得到答案-24 points c prepared with a quick calculation of 24 points entering the game as long as it can quickly get an answer
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:
  1. 判断点集在多边形内部

    0下载:
  2. 此程序基于二分法的判断点集中的m个点是否在n边形内部.-dichotomy of this procedure based on the judgment of the focus points of m n whether the shape of the internal.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:贾德
  1. 快速图像角点匹配过程演示

    0下载:
  2. 快速图像角点匹配的过程演示的flash文件-Fast Image Matching corner of the flash demo document
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:786432
    • 提供者:穆雅
  1. 21点手机网络游戏源码1[1].0

    0下载:
  2. 21点游戏手机版,使用SQL数据库连接,自己根据程序写出数据库,修改程序中控制连接的文件的IP地址及可是哟内规律-21:00 gaming phone version, the use of SQL database connections, according to the procedures to write their own database, revised procedures to control the documen
  3. 所属分类:J2ME

    • 发布日期:2024-05-11
    • 文件大小:329728
    • 提供者:
  1. 最接近点对问题

    0下载:
  2. 最接近点对问题的源码。使用dephi编写而成。-closest point to the source. Dephi use prepared.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:181248
    • 提供者:陈琳
  1. 与计算机玩24点游戏

    0下载:
  2. 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing w
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:81920
    • 提供者:文风
  1. 点与多边形包含

    0下载:
  2. 点与多边形 包 含的算法。文本文档,算法可靠新颖,非常好用,非常实用,完全用c语言实现,真是非常的好,可以用来教学(正是我要找的东西,哈哈..站长)-points and polygons included in the algorithm. Text documents novel algorithm reliable, very good, very practical, complete with c language, is r
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:王大
  1. Traikovic8角点检测源码 Opencv

    0下载:
  2. 基于opencv的角点检测方法实现,vc6.0 Traikovic8角点检测 源码来自于opencvchina!!仅供学习参考!!
  3. 所属分类:图形图象

    • 发布日期:2013-04-19
    • 文件大小:18326
    • 提供者:kingcau
  1. [muchong.com]最大功率点跟踪

    0下载:
  2. 基于MATLAB的光伏单元最大功率点跟踪,使用了MPPT算法(MATLAB based photovoltaic unit maximum power point tracking, using the MPPT algorithm)
  3. 所属分类:其他小程序

  1. 光速鼠标连点器

    0下载:
  2. 能重复点击屏幕,避免因点击鼠标带来的硬件损坏和疲劳(You can repeatedly click on the screen to avoid the hardware damage and fatigue caused by clicking on the mouse)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:47104
    • 提供者:o小茗同学
  1. LoRa点对点系统源代码

    1下载:
  2. lora 点对点系统代码 stm8 sx1278(Lora point to point system code)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-11
    • 文件大小:1266688
    • 提供者:suifeng
  1. 最近点对

    0下载:
  2. 已知平面上有n个点,点为二维数组,求平面上的最近点对。(Find the nearest point pair on the plane)
  3. 所属分类:JSP源码/Java

« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org