资源列表
cmbn
- A RUBY class for generating n-element combinatatorials of any m elements (indexed by [0,1,...m-1]): C(m, n) To test, first uncomment the test block. Then run: >ruby cmbn.rb 7 4 ==> C(7, 4) or >ruby cmbn.rb 7 ==> {C(7,0), C(7,1)
B04_2841_EX10
- Exercise 10: Pointers 1. Write a program that reads 5 integers into an array, and then uses four different methods of accessing the members of an array to print them out in reverse order. 2. Write a program that reads 8 floats into an array
database
- 本代码虽然简单,但是其为学生管理系统的数据库操作,可以实现建库等其他操作。-Although the code is simple, but its student management system, database operations, other operations such as building a database.
i2c_2
- this is ov7725 i2c communicate-this is ov7725 i2c communicate..
8x8
- dot matrix jam digital 8x8 at89c51
Interface-callback
- C#当中的接口回调的程序范例,适合于初学者学习-Interface which C# the callback sample program, suitable for beginners to learn
yiyuan
- 一元多项式的运算,加、减、乘的基本操作。中国科大数据结构实验1-One yuan polynomial arithmetic, add, subtract, multiply the basic operation
Subdomain
- 加权余量法--子域法求解一维扩散方程。参考书《Computational Techniques for Fluid Dynamics》-The weighted residual Law- sub-domain method for solving one-dimensional diffusion equation. Reference book " Computational Techniques for Fluid Dynamics"
hfjh
- 摄影测量空间后方交会,求解外方位元素,读取txt文件-Photogrammetry space resection, solving the exterior orientation elements, read txt file
wavemodel2
- 各项同性介质声波方程伪谱法正演程序,适合地球物理学生自学用。-p wave modeling in isotropy medium
qwe
- 用C++编写的小程序,帮助模拟理解二叉树遍历的过程-Use small programs written in C++, to help understand the binary tree traversal process simulation using small programs written in C++, to help simulate understand
PYTHON-TRAVERSE-THE-FLODER
- python遍历目录文件名字输出到一个文本文档 python2.7列出文件夹的所有名字到一个文本文件 ptyhon列出文件夹下的所有文件名字- python traverses the folder and output the files name
