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

搜索资源列表

  1. 1

    0下载:
  2. 已知学生三门课程基本信息如下。请使用结构体编程,计算学生三门课程成绩后,列表输出 学生的姓名、数学、英语、计算机、平均分信息,并按平均分排序。-The following basic information known to students three courses. List output structure programming, computing students three course grade the student' s name, mathematics, E
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:536
    • 提供者:yc
  1. m2w

    0下载:
  2. 1.编写一个程序,读取一句英语短语,并将其编制成莫尔斯码 莫尔斯码是世界上最著名的编码机制,是1832年由Samuel Morse创立的,用于电报系统使用。莫尔斯码编码规则如下:①字母、数字和一些特殊符号(如圆点、逗号、分号)用一系列指定的点和线表示;②单词之间用三个空格分开,没有点和线;③编码字母之间用一个空格。 -1 write a program to read a word, English phrases, and programmed into the Morse code
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:18207
    • 提供者:高孙豪
  1. Singlton

    0下载:
  2. 单实例类的实现,一个类只能创建一个对象,创建第二个对象的指针指向的也是第一个对象-请键入文字或网站地址,或者上传文档。 取消 Dān shílì lèi de shíxiàn, yīgè lèi zhǐ néng chuàngjiàn yīgè duìxiàng, chuàngjiàn dì èr gè duìxiàng de zhǐzhēn zhǐxiàng de yěshì dì yī gè duìxiàng “”的用法示例:由 Google 自动翻译英语中文(简体)日语The
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:1140626
    • 提供者:萝卜
  1. camshift

    0下载:
  2. 基于camshift的目标跟踪源代码,了能更好地解决在动态模型为非线性且噪声为非高斯的条件下对机动目标的。- 英语 中文(简体) 日语 Based on the target tracking camshift source code, has been able to better address the dynamic model of nonlinear non-Gaussian and t
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3610
    • 提供者:李正福
  1. cPP1

    0下载:
  2. 定义一个Score类,用以表示学生的各科成绩,其中的属性包括 学号、高等数学成绩、英语成绩、程序设计成绩、平均成绩; 行为包括计算平均成绩;取得平均成绩和取得学号等功能。 要求: 1.为该类定义适当的构造函数、析构函数。构造函数用以初始化学生的各项成绩信息,析构函数用于清除各项信息。 2.给出该类的各个成员函数的实现。 3.在主函数中通过输入某班n个学生的学号和各科成绩实例化出n个Score对象用以表示n个学生的成绩信息(n由用户输入),依次求出各个学生的平均成绩。最后依
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:27397
    • 提供者:大头
  1. test

    0下载:
  2. 2013.04.26 成都华为实习生招聘上级笔试,包括题目与答案- 英语中文(简体)日语 2013.04.26 Chengdu Huawei intern recruitment of higher-level written test, including the questions and answers
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:722253
    • 提供者:gt
  1. aspshili

    0下载:
  2. 1. 调试IIS 2. 提交表单example.htm的制作 3. list.asp文件原理 4. 数据库的制作 5. 重新设计数据的接收页 add.asp 6. 从数据库读取信息 7. 掌握分页技术 8. 删除数据库信息 - 中文英语德语检测语言翻译文字或网页 1. 调试IIS 2. 提交表单example.htm的制作 3. list.asp文件原理 4. 数据库的制作 5. 重新设计数据的接收页 add.asp 6. 从数据库
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-05
    • 文件大小:393155
    • 提供者:zxh
  1. Beating-the-characters

    0下载:
  2. 26个英语字母排成一行,每个字母依次往上跳动10个单位且变为红色,当最后一个字母完成跳动后,再实现字母倒序的跳动。下面一行的26个字母实现不停的同时跳动并发生颜色变换。-26 letters in a row, each letter in turn beat up 10 units and turns red when the last letter of the completion of the beating, and then descending beating. The follo
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:936162
    • 提供者:水中月
  1. The-dual-infrared

    0下载:
  2. 红外壁障通过两路红外发射顺序接受,检测手法功能是否正常,用于这点对应的发射管- 英语 中文(简体) 日语 Infrared barrier accepted by the order of the two-way infrared emission, detection techniques is normal for this point corresponds to the launch tube
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:1658
    • 提供者:
  1. deck-of-cards

    6下载:
  2. 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:2048
    • 提供者:张国
  1. smile

    0下载:
  2. 文件读入英语文章,并统计英语文章各个单词出现的词频。并用生成新的文件进行存储。-The file is read into English articles, and word frequency statistics of each word of the English article. And generate a new file is stored.
  3. 所属分类:File Operate

    • 发布日期:2017-11-19
    • 文件大小:715
    • 提供者:小周
  1. ANDFind

    0下载:
  2. C#利用AND进行查询,查询英语成绩或数学成绩都大于90的学生信息,挺实用的数据库基础应用示例-C# using AND query, the the English query results or math are more than 90 students, very useful database infrastructure application examples
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:315093
    • 提供者:zpudn62
  1. ORFind

    0下载:
  2. 一个C# SQL语句查询实例:利用OR语句进行数据库查询,例如用来查询数学成绩或英语成绩大于95分的学生信息,在平时的数据库编程开发中,使用相当广泛,特别是初接触C#数据库编程的初学者,更应该下载本源码学习-A C# SQL statement query instance: database query with OR statement, for example, used to query mathematics achievement or English scores greater
  3. 所属分类:C#编程

    • 发布日期:2017-11-12
    • 文件大小:314934
    • 提供者:zpudn67
  1. a

    0下载:
  2. 规范发生的few富商大贾回归热 高额个体来对付科技馆hiso既感慨道翻天怪偶尔- 翻译 源语言: 中文 目标语言: 英语 中文 英语 德语
  3. 所属分类:ComboBox

    • 发布日期:2017-11-18
    • 文件大小:83981
    • 提供者:qqcgqh
  1. BDC

    0下载:
  2. 使用金山词霸做界面编写的背单词,利用上班时间修炼英语,以防老板查觉。-Kingsoft do interface written word back work hours to practice English, in case the boss perceptible.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-17
    • 文件大小:60454
    • 提供者:shqin
  1. BabyDict

    0下载:
  2. 翻译单词和几种语言。获取剪贴板和翻译,英语,阿拉伯语,中文,中文(S)、荷兰语、英语、世界语,法语、德语、希腊语、希伯来语、意大利语、日语、韩语、葡萄牙语、俄语、西班牙、泰国、土耳其和更多。免费从Babylon.com访问所有字典-Translate words and in several languages. Get the clipboard and translation, English, Arabic, Chinese, Chinese (S), Dutch, English, Es
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-20
    • 文件大小:23843
    • 提供者:青海的爱
  1. checker

    0下载:
  2. 英国国际跳棋(英国英语)或跳棋(美国英语、加拿大英语),又称美国跳棋或直棋,是一种棋盘游戏棋。它是在一个8×8方板(共六十四平方)每侧有十二块。棋子的移动和捕获对角。他们可能只前进直到他们到达的板的另一端,当他们加冕,然后可以移动和捕获的向后和向前的。-English draughts (British English) or checkers (American English and Canadian English), also called American checkers or St
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-06
    • 文件大小:5243
    • 提供者:albert
  1. English-Dictionary

    0下载:
  2. 这是一个英语电子词典,实现了单词的模糊搜索和批量管理-This is an English electronic dictionary, the word fuzzy search and batch management
  3. 所属分类:Education soft system

    • 发布日期:2017-11-08
    • 文件大小:1754895
    • 提供者:汤鑫
  1. Hotel-Management

    0下载:
  2. 酒店经理的基本功能演变。程序不需要任何外部dll或其他文件。插入你的语言在文件夹的语言。创建xml文件与语言名字和翻译从英语xml-The evolution of the basic functions of the hotel manager. The program does not require any external dll or other document. Insert your language in the language folder. Xml file is cre
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:340198
    • 提供者:墨墨
  1. PT486F-H-en1

    0下载:
  2. 对于学习英语很好用的 ,专业资料 打印机资料-For learning English is very good, professional information printer information
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-05
    • 文件大小:488849
    • 提供者: yout tei
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com