搜索资源列表

  1. brain

    0下载:
  2. 配对游戏,3*3的格子内找到2个一样的图形,最终配对成功-matching games, 3* 3, the lattice found two of the same graphics and ultimately successful pairing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:753664
    • 提供者:Eric Lee
  1. ibe-0.7.2

    0下载:
  2. The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few mo
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:98304
    • 提供者:高超
  1. NLButtons4

    0下载:
  2. 基于netlogo仿真平台的,运用java语言编写的模拟主体配对过程的程序。-Netlogo based simulation platform, using java language simulation main pairing procedure.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王刚
  1. Bth_Pair_Code

    0下载:
  2. 蓝牙配对搜索程序,初级入门适用。winCE系统-English Bluetooth pairing process, the application of the primary entry. winCE system
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:june
  1. SSP

    0下载:
  2. I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:209920
    • 提供者:LA
  1. hid_mouse

    0下载:
  2. 蓝牙鼠标程序,通过蓝牙来连接 配对具体操作里面有文档说明-Bluetooth mouse program to connect via Bluetooth pairing specific operations which are documented
  3. 所属分类:驱动编程

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:张金玺
  1. SuperMate

    0下载:
  2. J2ME手机版游戏——配对赛源代码,可以运行于S60手机,游戏本身和连连看有点类似,就是找出画面中两个相同的图片配对,配对正确后两个图片会消失,消失的越多等于接下来的游戏越容易过关。编译源代码需要相应手机包和资源文件,这里仅包含一些图片资源。-J2ME Mobile Game- Match game source code, you can run on S60 mobile phones, the game itself, and L
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:145408
    • 提供者:232
  1. qingniaoHotelManger

    0下载:
  2. 1. 有关客房标准的制定、标准信息的输入,包括标准编号、标准名称及单价等。 2. 订房信息的输入,包括顾客姓名、身份证号码、入住日期、折扣等。 3.订房信息的修改和查询,包括顾客姓名、身份证号码、入住日期、折扣等。 4.结算信息的输入,包括顾客姓名、入住日期、结算日期、折扣等。 5.结算信息的修改和查询,包括顾客姓名、身份证号码、入住日期、结日期、折扣等。 -1. The room stand
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1835008
    • 提供者:王文杰
  1. DancePartner

    0下载:
  2. 一个C++编写的舞伴配对系统,可以实现简单的配对过程,供课程设计参考。-A C++ written in partner matching system, allows a simple pairing process for curriculum design.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1563648
    • 提供者:windy
  1. hid_dongle

    0下载:
  2. The application by default is configured to support pairing with one keyboard and one mouse, both devices are expected to have a pin code of -The application by default is configured to support pairing with one keyboard
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:wangxi
  1. shuju

    0下载:
  2. 书中使用主流的程序设计语言C++作为具体的实现语言。 书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析 、算法设计、摊还分析、查找树算法、k-d树和配对堆等。 -Book using mainstream programming language C++ as a specific implementation language. The book includes tables, stac
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:113664
    • 提供者:任鹏富
  1. picpaixu

    0下载:
  2. 图片排序配对,图片可以随机出现,具有普遍适用性-Photo Sort pairing, images can be random, with universal applicability
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:mxy
  1. caculatorW

    0下载:
  2. 蓝牙打印源代码c# vs2005   做蓝牙通信模块开发,自然先要知道蓝牙通信是怎么一回事。在我看来,蓝牙通信应该和红外通信模块类似,当然我是从开发者的角度来讲,抽象化以后应该就是这样,当然蓝牙和红外通信也有很多不一样的地方,这在面向对象设计里面怎么讲,我想一定有很多人理解的比我透彻。好了,这就是我们的基本思路了。我曾经在网上查过关于蓝牙开发的文章,很多人在.net CF开发中把蓝牙通信当作一个串行通信来处理,这也是不错的,但是我不
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-19
    • 文件大小:283648
    • 提供者:cCb
  1. 201069220859

    0下载:
  2. 能计算星座,性格,星座配对等,原理很简单,公开源码,就是很墨迹啊! -Can calculate the sign, character, pairing and other constellations, the principle is very simple, open source, that is very ink ah!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:142336
    • 提供者:ziyu2011
  1. Pairingproblems

    0下载:
  2. 配对问题,在算法中设置一个栈,每读入一个括号,如果是右括号,则置于栈顶的最急迫的期待被消解,如果是左括号,则作为一个新的更急迫的期待压入栈中,使原有的在栈中的所有为消解期待的急迫性降低了一级,在算法开始和结束时,栈都为空。-Pairing problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:张一鹏
  1. cpair

    0下载:
  2. 经典的记忆配对游戏,在尽可能快的时间内将被遮挡的物品翻开并配对成功。-The classic memory matching game, in time as soon as possible items to be blocked will be opened and the pairing is successful.
  3. 所属分类:其他智力游戏

    • 发布日期:2024-05-19
    • 文件大小:210944
    • 提供者:lljyy
  1. app0304

    0下载:
  2. 实现舞会配对,队列的删除与排列,实现先来先找舞伴-Achieve ball pairing, delete the queue and order, to achieve the first to find someone to partner
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:35840
    • 提供者:sdjzlxl
  1. parser

    0下载:
  2. Pascal 语言中,复合语句是用begin„ „ end 表示,条件语句的格式是if „ „ then„ „ else„ „ 表示,其中,else 子句可以出现也可以不出现。编一函数,检查Pascal 源文件 中的begin 和end 是否配对,if、then、else 是否配对。 输入:从名为pascal.in的文件中读入数据,该文件中即包
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lijinping
  1. fast_user_pairing

    0下载:
  2. MU-MIMO中的快速用户配对算法的MATLAB程序。-fast user pairing algorithm in MU-MIMO
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:单思洋
  1. greedy_user_pairing

    0下载:
  2. MU-MIMO中的贪婪算法的MATLAB程序。-Greedy user pairing algorithm in MU-MIMO.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:单思洋
« 1 23 4 5 6 7 8 »

源码中国 www.ymcn.org