CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 打印

搜索资源列表

  1. xjh3.rar

    0下载:
  2. 扬辉三角的打印
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:859
    • 提供者:
  1. yuesefu.rar

    0下载:
  2. 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:867
    • 提供者:
  1. 打印.rar

    0下载:
  2. 用c++编的进程调度算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:8564
    • 提供者:
  1. bar-codeprintvb

    1下载:
  2. VB编写的条码打印控制程序,可使用在ZEBRAZ4M等型号打印机-VB prepared barcode printing control procedures, the use of models in ZEBRAZ4M printers
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:96066
    • 提供者:ljx
  1. (1)

    0下载:
  2. 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38460
    • 提供者:毅君
  1. MakeTwoBarCode

    0下载:
  2. 教你如何制作PDF417、QRCode二维条码,如何进行图像压缩,提供免费的DLL,有打印复制设置样本,是你制作与应用二维条码的必备案例-show you how to make pdf417,ORCode 2d bar code,how to compress image,provid free dll, it has print and copy setting sample,it is necessary for you to make and apply 2d bar code.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:128800
    • 提供者:何红军
  1. shuhuan

    0下载:
  2. 几个C的小程序,有汉诺塔,数环打印,链表的创建并自动排序 -several small programs, Tower of Hanoi, several Central Print, Chain automatically create and order
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4965
    • 提供者:石矗
  1. shiyan01

    1下载:
  2. 功能强大,包括:创建新十字链表、节点删除、节点插入、打印十字链表 、存盘、文件中恢复(读出)矩阵、检索指定矩阵元素(关键字是行列下标) 、检索一个指定矩阵元素(关键字是矩阵元素值)-powerful features, including : creating a new Cross List, delete nodes, the nodes to insert, print Cross Chain, archive, the paper recovery (read) matrix, retr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2813
    • 提供者:孙廷
  1. 传教士与野人问题

    1下载:
  2. 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34248
    • 提供者:罗鹏魁
  1. shuju1

    0下载:
  2. 利用顺序表模拟Joseph问题过程,按出列顺序打印各人编号。-use order forms Joseph problems process simulation, according to print out the order everyone out numbered.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10335
    • 提供者:tangyifang
  1. dct_p

    0下载:
  2. 这是用VHDL语言(硬件描述语言)写的一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT).全同步设计,低门数.可以用于多媒体及打印应用领域.-VHDL (hardware descr iption language) wrote a two-dimensional 8 * 8 discrete cosine transform (D CT) and the anti-transform (IDCT). fully synchronous design, low gate cou
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32990
    • 提供者:citybus
  1. erchatree

    0下载:
  2. 根据数据文件内的数据对二叉树进行操作。分别完成:二叉树节点数据的插入、删除、查找和打印输出等功能。-basis of the data within the data file to binary tree operate. Completed : binary tree node data insert, delete, search and print capabilities.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3786
    • 提供者:黄利辉
  1. yanhuisanjiao

    0下载:
  2. 打印杨辉三角前n行算法.-Print Pascal's Triangle n algorithm for the former.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1551
    • 提供者:LOCUST
  1. rk

    0下载:
  2. 用四阶古典RK方法解初值问题: 取h=1/8。每隔8步打印出数值解与真解的值(u(t)=(t^2)/2-t),画出它们的大致图像,并对产生的结果做出解释。 -with four bands classical RK method for initial value problems : from h = 1 / 8. Every eight-step numerical solution print and in the true value (u (t) = (t ^ 2) /
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:yuyu
  1. dayin

    1下载:
  2. 按凹入表形式横向打印二叉树结构,即二叉树的根在屏幕的最左边,二叉树的左子数在屏幕的下边,二叉树的右子数在屏幕的上边。-By indentations in the form of a horizontal print binary tree structure, that is the root of binary tree on the screen the most left, the left sub-tree the number of the screen below, the rig
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:63349
    • 提供者:易涛
  1. 实习5.2

    0下载:
  2. 哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:3628
    • 提供者:林一枝
  1. LPRN11

    0下载:
  2. EPSON MU110II打印头控制程序设计实例,不一定能直接使用,但核心内容全在可作参考。通过串口发送指令。-EPSON MU110II print head control program design example, may not be able to directly use, but the core content of all the available for reference. Sending commands through the serial port.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:8387
    • 提供者:liaotieyang
  1. fluent UDF帮助-适合打印整理版

    2下载:
  2. fluent UDF帮助-适合打印整理版 增加了目录 调整行距 增加页码 pdf适合打印(Fluent UDF help - for printing and finishing Added directory Adjust spacing Add page number Pdf is suitable for printing)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:1870848
    • 提供者:zyhncepu
  1. 简明Python教程(重新排版打印版)

    1下载:
  2. Python教程,重新排版,适用于打印。(python tutorial (print version))
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:435200
    • 提供者:星驰神往
  1. 模拟实现飞机票的买票和订票系统

    1下载:
  2. 模拟实现飞机票打印,打印池算法,数据结构与算法(Simulation of flight booking)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-09-02
    • 文件大小:1314816
    • 提供者:songhui
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com