-
光盘的例子
VC黑皮书的例子光盘附在书中,内容清晰实用
- 2022-04-08 10:09:09下载
- 积分:1
-
online HTML editor
在线HTML编辑器-online HTML editor
- 2022-06-21 00:03:13下载
- 积分:1
-
4×4的小键盘扫描程序
希望能看到更好的扫描算法
大家共学习之...
4×4的小键盘扫描程序
希望能看到更好的扫描算法
大家共学习之-4 × 4 small keyboard scanner would like to see a better scan algorithm
- 2022-05-30 00:57:53下载
- 积分:1
-
以深度为k的满二叉树(n=2k
以深度为k的满二叉树(n=2k-1)为例,假设表中每个记录的查找概率相等,即 pi=1/n(1≤i≤n),而树的第i层上有2i-1个结点,因此,折半查找的平均查找长度为:
所以,折半查找的平均时间复杂度为O(log2n)。
-To a depth of k over the binary tree (n = 2k-1) as an example, suppose the table to find the probability of each record the same, that is, pi = 1/n (1 ≤ i ≤ n), and the tree layer of the first i There are 2i-1 nodes, therefore, to find half the average length of search as follows: Therefore, to find half the average time complexity is O (log2n).
- 2023-08-09 03:30:03下载
- 积分:1
-
这是一个intelligent学习的算法,常用于pattern recognition。
这是一个intelligent学习的算法,常用于pattern recognition。-This is an intelligent learning algorithm commonly used in pattern recognition.
- 2022-03-26 12:39:37下载
- 积分:1
-
利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计...
利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计-利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计
- 2022-02-01 12:18:40下载
- 积分:1
-
I testing procedures, a little bit, please guidance
我的测试程序,有点问题,请大家指点-I testing procedures, a little bit, please guidance
- 2023-01-25 09:40:03下载
- 积分:1
-
ISO8583c#实现方式
应用背景
金融行业通信标准。ISO8583 128位域解析传输。
SOCKET传输。
C#实现方式
WEB示例代码
关键技术
//智能组包
Iso8583Package sendPackage = new Iso8583Package("fullSchema.xml");
sendPackage.SmartBitmap = true;
sendPackage.MessageType = "0210";
sendPackage.SetString(2, "8888888888888888888");
sendPackage.SetString(3, "171111");
sendPackage.SetMoney(4, 12.34M);
sendPackage.SetDateTime(7, DateTime.Now);
sendPackage.SetNumber(11, 111);
sendPackage.SetDateTime(12, DateTime.Now);
sendPackage.SetDateTime(13, DateTime.Now);
sendPackage.SetString(25, "20");
sendPackage.SetNumber(28, 123);
sendPackage.S
- 2023-06-13 06:35:04下载
- 积分:1
-
通过模拟按键winIO接口的信息,其中有驱动的使用…
模拟按键 信息通过winio接口实现,里面有驱动源码 和 使用例子-Information through the analog button winio interface, which has driven the use of source and example
- 2022-03-20 16:12:40下载
- 积分:1
-
Excel中GammaDist,GammaInv,NormSInv,NormInv等统计函数的vb源码,这些函数水文水资源专业用得较多。
代码在excel文...
Excel中GammaDist,GammaInv,NormSInv,NormInv等统计函数的vb源码,这些函数水文水资源专业用得较多。
代码在excel文件的vba工程里。-Excel in GammaDist, GammaInv, NormSInv, NormInv statistical functions, such as the vb source code, the function of hydrology and water resources are used more professional. Code in the excel file in vba project.
- 2022-10-22 03:15:02下载
- 积分:1