资源列表
ClassTree
- c#树型控件类库-tree Control Class
main
- code for traning harr with opencv
7
- 这事一个简单的C++应用程序,适合初学者使用,非常简单-This is something a simple C++ applications, suitable for beginners to use, very simple, but useful
vtkAnimation
- vtk实现动画,VC6下用vtkPointWidget实现点的动画,讲解详细-vtk animation
cam
- 这是用VB编写的摄像头功能代码,为软件编写了自动识别驱动,可用作管理系统的一部分使用-his is a camera with VB code to write the software automatically recognize drive can be used as part of the management system
xianxingbiao
- 线性表完整程序。实现线性表的创建、插入、删除功能。-The linear table complete program. Linear table creation, insert, and delete functions.
nx122087
- 用易编写的小例子,效果:置托盘菜单图标.zip易语言存在误报请谨慎下载-Easy to use to write a small example, effect: the tray menu icon. Zip easy language in the presence of false positives carefully please download
GPC
- 典型的单输入单输出最小相位系统的广义预测控制跟踪给定值的仿真程序-Generalized Predictive Control of a typical single-input single-output minimum phase system simulation program tracking setpoint
Library-managementCPP
- 图书馆图书管理系统,添加书籍,显示书籍,借书,还书,借书现状。(写入TXT) C++编写-Library management. Menu :Add books,show menu,borrow books,return books,borrow situation.
BCB-program2
- Upload 2 BCB program include add Gaussian noise and cut background
0base-agrithm(1)
- 零基础C++算法编程1,包括完数、水仙花数、最大公约数、最小公倍数等简单算法的代码-Zero-based C++ programming algorithm 1, including the complete number, narcissistic number, the greatest common divisor, least common multiple other simple algorithm code
c语言练习题
- Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po