搜索资源列表
经典汉诺塔问题c语言版
- 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
func_ptr
- 一个函数指针的例子,C++语言,我在初学C++时写的,可以参考一下-a function pointer example, C language, I was learning C, can take a look
creatlinklist
- 用C语言实现从表头/表尾插入来创建链表,并判断循环。可以供初学数据结构的人学习。 -C language from the first table / end table inserted to create List, and a judgment cycle. Can data structure for beginners learning from the people.
dateclassOO
- 这个程序是一个日期(包括年月日)类的具体实现有各种功能下载后即可研究,它包括了C++面向对象的几乎所有内容,对初学面向对象的学生十分有帮助.-the procedure is a date (including the date) class is a concrete realization of the various functions can be downloaded, It includes the object-oriented C in almost all the elemen
doublelist
- 这是我们实习时编的,实现了基本的功能,如插入,删除,查找等。初学 C++的同志们可以参考:)-This is our attachments series to achieve the basic functions, such as inserting, deleting, and searching. Novice C comrades can reference :)
DataStructure-Graph
- 纯C写的图操作的一些程序,对于初学数据结构的朋友了解图的一些性质有很大帮助.程序很简洁明了,文本选择界面,无图形界面.-write pure C plans to operate some of the procedures, data structure for the novice friends to understand the nature of the map will be of great help. procedures are clear and concise text s
c_program_shiyan10
- 初学C程序设计者的最好方法就是编程实验,从简单的开始,这里提供了几个小实验,非常经典啊.也许考试还会碰到!-novice designers C program is the best way to programming experiment, a simple, here for a few small experiments, the very classic ah. Perhaps examination will encounter!
QueenShow
- 八皇后演示程序,VC6.0开发环境 初学c++ 望指正-eight Queen's Demonstration Program, VC6.0 development environment novice c hope correction
Matrix.operation
- 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学C++写的,简单易懂。-user input two-dimensional matrix of elements and a few select modified by the three operators a way, Operational procedures will show results. Dynamic array allocation of space. Novic
zhishupanduan
- 计算机专业同学初学C++,质数的判断,算法实现是必须完成的课题
C++课件
- 上海交通大学上C++课的课件..对初学C++的朋友一定要看看...其中提到了不少容易忽略的环节-Shanghai Jiaotong University on C + + class courseware. . For beginners in C + + to see friends. . . Many of them referred to the easily overlooked aspect
BP_XOR
- 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
RTSPxieyi
- rtsp协议学习笔记,可供研究RTSP的人初学使用。-rtsp protocol to study notes, study for people learning to use RTSP.
C-and-technique
- C语言运算符的“优先级口决”希望对初学C语言语言的同志有所帮助;当然,应用这个口诀的前提是你必须认识所有的C语言的运算符。-C operators "priority I decided" I hope that beginners in C language on the help of comrades of course, the application of the formulas on the premise that you have to know all of the C l
c-language-
- 对于初学数据结构的初学者是很好的查考资料-Data structures for beginners is a good beginners traced data
C-program
- C语言编写的小程序(适合新手初学时的练手)- C program
C-avoid-duty
- C语言在数学建模计算中的小应用。供初学C语言者的一个参考。-C language in mathematical modeling in the calculation of the small application
c-code
- 清华大学 数据结构那本书的代码的实现,对于初学数据结构的人来说,用处还可以-Tsinghua University, the data structure of the code to achieve that book for the beginner data structure for people who can use
BP.c
- 用C语言实现的BP算法,对初学神经网络的人有帮助-BP algorithm using C language for beginners neural network to help people
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正