搜索资源列表
programcpzzd
- 是操作系统中关于生产者和消费者的进程模拟程序,有一定的参考价值-operating system is on the producers and consumers of process simulation program, which is the reference value
JavaScanner
- JAVA词法分析程序,程序不难,但是对于初学者来说具有一定参考价值-JAVA lexical analysis procedure is not difficult, but for a newcomer with a certain reference value
BP_sin(x)
- BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
BP_abs(sinX)
- BP算法拟合y=abs(sin(x))函数,样本数9对,目标值0.001-BP algorithm fitting y = abs (sin (x)) function, for nine samples right, the target value 0.001
2
- 用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i].weight和value加入tw和tv,否则col[i]设
书店处理程序
- 一个书店处理程序,构造了两个类面向三个对象。有参考价值!-a bookstore processing structure for the two categories of three targets. Reference value!
AVLTreeVc7
- 构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of
MTF
- 1.图像 CCD9-64-LINE3.raw的大小为8240*1024(宽度*高度),每个象素的灰度值为12bits编码。2.图像 CCD9-A-SHUI1.raw的大小为8240*96(宽度*高度),每个象素的灰度值为12bits编码。实现了对这两种图像的MTF计算。 -1 Image CCD9-64-LINE3.raw size of 8240* 1024 (width* height), each pixel gray value of 12bits encoding. 2 Imag
test1
- map映照容器的元素数据由一个键值和一个映照数据组成的,他也是采用红黑树实现,插入元素的键值不允许重复,默认从小到大排-Map of the container element data from the shine upon a key value and a mapping data of composition, he is also using red and black tree realization, the elements of the key value not allowe
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
picture
- Lily上课时使用字母数字图片教小朋友们学习英语单词,每次都需要把这些图片按照大小(ASCII码值从小到大)排列收好-Lily alphanumeric class pictures to teach children learning English words, each of these pictures arranged according to size (ASCII code value from small to large) away
1234
- 计算一串数学表达式的值, 计算一串数学表达式的值, -Calculation of the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string
Proba2
- Creating a simple function in c# with 2 parameters and return value
DateEdit
- 日期控件显示大小写 控件主要属性: ShowSize:值为bsBig/bsSmall 用于设置显示日期是大写还是小写 ShowType: 值为stYear/stMonth/stDay 用于设置控件显示的是日期的年/月/日 CanMove: 值为Boolean型: 用于设置控件是否可以在运行期移动 PrintSet: 值为psPrint/psNoPrint 用于设置打印与否标志位,现没有用到-Case-control control displays the
TrueColors_demo
- The effect you would like to display to the user, usually indicating what would happen if a drop occurred at this point with the selected data. Typically, this is the value returned by the most recent call to CView::OnDragEnter or CView::OnDragOver.
pixel
- it is C++ source code for get pixel value from image with openCV library.
Regesit
- 以前写过的注册表修改文件,可以读取注册表中的项目,进行值的修改-Previously written in the registry to modify the file, you can read the registry in the projects, the value changes
bintree
- 对一个二叉树进行各种运算,包括获取节点的子树节点数,节点层数,节点子树的最大值等等。-Various operations on a binary tree, including access to the sub-tree nodes in the node, the node number of layers, so the maximum value of the node subtree.
dijiesiktra
- 按路径长度递增次序产生最短路径算法: 把V分成两组: (1)S:已求出最短路径的顶点的集合 (2)V-S=T:尚未确定最短路径的顶点集合 将T中顶点按最短路径递增的次序加入到S中, 保证:(1)从源点V0到S中各顶点的最短路径长度都不大于 从V0到T中任何顶点的最短路径长度 (2)每个顶点对应一个距离值 S中顶点:从V0到此顶点的最短路径长度 T中顶点:从V0到此顶点的只包括S中顶点作中间 顶点的最短路径长度 -
ASCII-numeric-value
- This program creates a text file, copies the binary value of an input file and prints it to the text file as ASCII numeric value.
