搜索资源列表
homeWork
- 一个本人的刚开始学C#的小程序,虽然功能不强大,但还算可以吧。
Homework_191007
- 平台:VS2005 描述:这是华东师大模式识别课程的第三个Homework。用C#实现的人脸识别小程序,算法采用K阶近邻法,人脸图片来自Yale Database。上传的压缩文件里面有我的report和工程文件夹的打包。
erchashuc
- c++实现的数据结构中的二叉树 是数据结构课的作业 用于交流学习-c++ binary tree in the data structure is the homework assignment of data structures for the exchange of learning
WindowsFormsApplication1
- A*算法的c#实现,一个课程作业可以帮你学习经典算法-A* algorithm implementation c#, a curriculum homework
Tetris
- C#期末作业,俄罗斯方块,代码写的比较菜,但是用到了最基本的数据库操作和xml文件操作。-C#program,homework for c# class.
answer
- 《C#入门经典》第四版课后习题标准答案,供学习参考之用-" C# Getting Started classic" fourth Homework standard answers for the study reference
WebSite2
- C#的作业,包括首页,日记和照片三个页面,首页有时钟,日记是拖拉 的效果,照片是滑动的(带文字说明)-a homework of C#,including three pages—index,diary,and photo.
index-to-index
- 指向指针的指针变量实现学生成绩的录入和输出 C课程作业 实用-index to index the homework for c learning
c1
- 指向指针的指针变量的c程序 实现字符串的排序 c课程作业-index to index for c homework
c2
- 写一个函数,使输入的一个字符串按反序存放,在主函数中输入和输出字符串 - for c homework
zuoye_SingleClass
- C++课后习题 单件类作业 查找程序里是否有该类 没有的话创建-Such C++ Homework single piece job finder not create
homework.zip
- 简单的基于C#+ArcGIS Engine的插件编程,建立系统框架,实现GIS基本功能,Simple C#+ArcGIS Engine plug-in programming, establish a system framework to achieve the basic functions of GIS
The-fourth-chapter
- C++面向对象程序设计,第四章课后习题答案编程-C++ object-oriented programming, Chapter Homework answer programming
Insertion-sort
- C++面向对象程序设计课后习题插入排序代码-C++ object-oriented program design Homework insertion sort code
Performance-rating-program
- C++面向对象程序设计课后习题成绩评分程序代码-C++ object-oriented program design Homework GRADE code
HOMEWORK
- 计算、打印、日历、格式控制、万年历等常见的c++源码和作业-Computing, printing, calendar, format control, calendar and other common c++ source and jobs
homework
- 将两个分别从小到大排列的有序数组a和b复制合并到第3个有序数组c中。m和 n分别是数组a和b的元素个数,结果c的元素个数为k。例如,a和b数组分别为{1,2, 2,3,8}和{3,4,7,8},则结果数组c的值是:{1,2,2,3,3,4,7,8,8)。算法是:将a、b两个数组看成两个队列,比较队首的两个元素,将较小者放入c队列尾部,如果队首的两个元素相等,则先选择a队列首部元素加入c队列尾部。循环执行以上过程,直到a或b队列之一为空,然后将另一个非空队列拷贝到c队列尾部。注意:不允许使用其它算
综合程序:学生成绩管理系统(四种写法)
- 1、可打印学生的信息; 2、可计算每个学生的M门功课的总成绩和平均成绩; 3、选择法按总成绩由高到低排序; 4、顺序查找法按学号查找; 5、可按姓名和学号分别查找; 6、有菜单功能;(1. Print student information; 2, calculate the total score and average grade of each student's M homework; 3, the selection method, according to the to
Calculator
- 一个简单的四则运算计算器。可以作为课程实践作业,毕业设计汇报等等。(A simple four arithmetic calculator. Can be used as curriculum practice homework, graduation project report and so on.)
第九章
- 折半查找 栈的实现 等 C++作业mooc(Bisearch, stack implementation, etc. C++ homework)