-
VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes...
VBA小程序。
有时从网页上复制粘贴的表格是由很多文本框拼成的,要手动变成表格会很累的。使用这段程序可以自动变成表格。-VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes from the spell, it is necessary to manually form will become tired of. The use of this procedure can be automatically turned into the form.
- 2022-04-19 18:52:46下载
- 积分:1
-
文件分割器源码,将各种大文件方便的分割成1.4M大小的小文件,以便分盘携带。复制到目标机器后,再用它将多个小文件合并既可使用,
文件分割器源码,将各种大文件方便的分割成1.4M大小的小文件,以便分盘携带。复制到目标机器后,再用它将多个小文件合并既可使用,- Document division source code, each kind of big document
convenience division 1.4M size small document, in order to a minute
plate carries. After duplicates the goal machine, then will use it
many small documents merge already to be possible to use,
- 2022-01-26 14:50:15下载
- 积分:1
-
帕默由四图矿工遐,gSpan,FFSM和加斯东。每一个..
ParMol consists of the four graph miners MoFa, gSpan, FFSM and Gaston. Each of them has its own package.
- 2022-08-14 12:40:57下载
- 积分:1
-
人脸检测 c + +
人脸检测 c + +。使用 opencv 库。在 visual studio 2008 上运行
- 2022-01-24 14:21:00下载
- 积分:1
-
Forrest Shull
Guide to advanced empirical software engineering
2008
Forrest Shull
Guide to advanced empirical software engineering
2008
- 2022-03-31 03:30:04下载
- 积分:1
-
abaqus 二次开发子程序之塑性大变形代码
abaqus 二次开发子程序之塑性大变形代码-UMAT for plane strain and axial symmetry
for elastic, linear strain hardening plastic behaviour
using explicit integration with continuum Jacobian,
using ABAQUS stress and strain quantities.
Suitable for large deformations
- 2022-04-11 08:53:06下载
- 积分:1
-
阐述了在VC++中操作滚动条的要点,并给出示例
阐述了在VC++中操作滚动条的要点,并给出示例-expounds the VC operation of the rolling elements and gives examples
- 2022-03-10 07:55:54下载
- 积分:1
-
基于Gabor特征提取和神经网络的人脸检测的matlab程序
基于Gabor特征提取和神经网络的人脸检测的matlab程序,用于MATLAB的彩色图像色彩空间转换的MEX文件! 程序用于在RGB、LUV,XYZ以及LAB色彩空间之间进行转换。 将文件解压,会有六个MEX文件,将它们放在MATLAB的搜索路径之中,使用时可直接使用! 例如: Y=rgb2lab(X); 其中X为要转换的图像,其色彩空间为RGB;Y为输出图像,其色彩空间为LAB。
- 2022-01-21 19:35:38下载
- 积分:1
-
大名鼎鼎的瑞士军刀NC 源代码,最终版,自己编译一下看看,应该没问题...
大名鼎鼎的瑞士军刀NC 源代码,最终版,自己编译一下看看,应该没问题-netcat source code ,the latest version
- 2022-03-11 21:16:38下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1