CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 题

搜索资源列表

  1. 4.rar

    0下载:
  2. 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
  3. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:19kb
    • 提供者:
  1. acmzju

    0下载:
  2. Acm zju 试题1113题对参加ACM的人会有所帮助-Acm zju questions right to participate in 1113 that the ACM would help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27.58kb
    • 提供者:王天
  1. acmzju2

    0下载:
  2. 浙江大学程序设计大赛源代码ACM2481题-Zhejiang University Design Competition source code that ACM2481
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28.96kb
    • 提供者:王天
  1. vbshangji

    0下载:
  2. 一套VB二级考试的上机题,含大量实例讲解和操作-a VB two examinations on the machine that contains a large number of examples to explain and operation
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:914.96kb
    • 提供者:GGG
  1. 1000道Java题

    0下载:
  2. 1000道JAVA题,可能对面试时候有用哦,都是基础题来的。-1000 JAVA that, it may be useful when the interview Oh, that is the basis.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:104.95kb
    • 提供者:五专
  1. 三数比大小

    0下载:
  2. 汇编语言上机第一题:三个无符号数比大小,此程序相当于C语言中的SWAP语句-assembly language on the first plane that : three unsigned than size, this procedure is equivalent to the C language statement SWAP
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:徐杰
  1. 二分查找法

    0下载:
  2. 汇编语言上机第三题:二分查找法,算法是等同于C语言数据结构中的算法.-assembly language on the plane Q3 : two searching method, the algorithm is equivalent to the C language data structure of the algorithm.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:徐杰
  1. 波松瓦酒的分酒趣题

    0下载:
  2. 法国著名数学家波瓦松在表年时代研究过一个有趣的数学问 题:某人有12品脱的啤酒一瓶,想从中倒出6品脱,但他没有6品 脱的容器,仅有一个8品脱和5品脱的容器,怎样倒才能将啤酒分 为两个6品脱呢?-famous French mathematician Beiwasong times in the table, examined an interesting mathematical problem : a person is 12 pints of beer bott
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:姚紫欣
  1. 抢 30

    0下载:
  2. 这是中国民间的一个游戏。两人从1开始轮流报数,每人每次 可报一个数或两个连续的数,谁先报到30,谁就为胜方。 *问题分析与算法设计 本题与上题类似,算法也类似,所不同的是,本谁先走第一 步是可选的。若计算机走第一步,那么计算机一定是赢家。若人 先走一步,那么计算机只好等待人犯错误,如果人先走第一步且 不犯错误,那么人就会取胜;否则计算机会抓住人的一次错误使 自己成为胜利者。-This a popular Chinese game. Th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:姚紫欣
  1. 将阿拉伯数字转换为罗马数字

    0下载:
  2. 题目中给出了阿拉伯数字与罗马数字的对应关系,题中的数 字转换实际上就是查表翻译。即将整数的百、十、个位依次从整 数中分解出来,查找表中相应的行后输出对应的字符。 *程序与程序设计-title given Roman numerals and Arabic counterparts, and that the figure was actually Lookup conversion translation. The upcoming round of the 100, 1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:姚紫欣
  1. 语音识别程序

    1下载:
  2. 完成语音的输入,采集,处理和识别,以实现对小车的控制。具体可参见《声控小车结题报告》,在语音识别程序文件夹内-complete voice input, the collection, handling and identification, in order to achieve the control of the car. See specific "voice-activated car guitar that report," Speech Recognition
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:453.26kb
    • 提供者:丁学明
  1. 5班8号周前平第2题

    0下载:
  2. 单源最短路径问题。从文件中读入一个图,求一个顶点到其它所有顶点的最短路径。-single source shortest path problem. Reading from the document into a plan and seek a culmination of all the other vertices in the shortest path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:周子藤
  1. 稀疏矩阵的运算器

    1下载:
  2. 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with informati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.83kb
    • 提供者:snow
  1. 编译原理上机题

    0下载:
  2. 这是我们的一个上机题,做词法分析和语法的,希望对大家的学习有所帮助 -This is a plane that, do lexical analysis and syntax, we hope to help the learning
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:876.75kb
    • 提供者:真希
  1. 汇编语言课后题答案

    1下载:
  2. 汇编语言课后题答案 完整版
  3. 所属分类:汇编语言

    • 发布日期:2009-04-01
    • 文件大小:84.53kb
    • 提供者:byf.19870614
  1. MyOnLineExam

    1下载:
  2. 一个功能比较全的Asp.net在线考试系统源码,可以实现单选题、多选题维护、填空题、判断题的在线维护和管理,添加生成试卷后可以自动从题库进行调用试题,考试完成后自动打分,后台可以进行统计。 -A function quite full of Asp.net line test system source code, can achieve single answer, multiple choice maintenance, fill-in, check-line maintenance a
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:369.11kb
    • 提供者:zhang0314
  1. USACO

    0下载:
  2. 美国USACO题库源程序, 美国USACO题库源程序,美国USACO题库源程序-USACO solutions
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1.21mb
    • 提供者:leokan
  1. testOnline

    0下载:
  2. 在线考试系统源码 测试帐号:学生ID:012003021314,PWD:123(由于只有英语题库有题目,如果已经考试过可以换个ID或者删除成绩) 教师ID:zy PWD:123 -Online examination systems source test accounts: Student ID: 012003021314, PWD: 123 (as only English language question bank are subject, if you have anothe
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:480.21kb
    • 提供者:know
  1. 20080612lizi

    0下载:
  2. Delphi《数据库在线考试》题库系统源代码-Delphi " database online exam" question bank system source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:159.83kb
    • 提供者:田新峰
  1. 考试训练题练习系统

    0下载:
  2. 考试训练题练习系统,应用程序编程源码,很好的参考资料。 -Practice exam questions training systems, applications, programming source code, a good reference.
  3. 所属分类:易语言编程

    • 发布日期:2017-04-27
    • 文件大小:186.54kb
    • 提供者:manrpox
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com