-
外部中断
external interrupt function
- 2018-09-18 16:38:19下载
- 积分:1
-
仿射
仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码 仿射密码仿射密码
- 2022-03-25 15:06:50下载
- 积分:1
-
两个数比大小
#include
int main()
{
int m,n;
scanf("%d %d",&m,&n);
if(m>n)
return m;
else
return n;
}
- 2022-08-16 08:36:06下载
- 积分:1
-
卷积的计算
卷积运算是指从图像的左上角开始,开一个与模板同样大小的活动窗口,窗口图像与模板像元对应起来相乘再相加,并用计算结果代替窗口中心的像元亮度值。然后,活动窗口向右移动一列,并作同样的运算。以此类推,从左到右、从上到下,即可得到一幅新图像。
- 2022-07-25 09:08:27下载
- 积分:1
-
三维重建代码
``Reconstruction`` provides a utility to create a 3d reconstruction of an object. For now, it creates an approximate untextured mesh from captured data, that is good enough for grasping. The algorithm simply merges the depth imags from several views and smoothes them a bit. Nothing smarted is done.
- 2022-03-04 01:23:56下载
- 积分:1
-
EXCEL
有关生成和读取Excel文件的操作类,你一定用得着哦(On the formation and operation of reading Excel file type, you must need it, oh)
- 2008-07-06 21:57:05下载
- 积分:1
-
HADataSync
通过套接字实现WINDOWS双机热备和数据同步功能(socket datasync)
- 2020-07-02 01:00:01下载
- 积分:1
-
DES algorithm
说明: 1、掌握典型的分组密码算法(如DES、AES、IDEA、SERPENT等)加、解密原理;
2、能够编写程序实现算法的加、解密。(1. Master the encryption and decryption principles of typical block cipher algorithms (such as DES, AES, IDEA, SERPENT, etc.).
2. Encryption and decryption of algorithm can be realized by programming.)
- 2018-12-27 20:33:43下载
- 积分:1
-
_C32_L45J
freescale hc12_C32 例程(Freescale hc12_C32 routines)
- 2006-07-04 22:12:26下载
- 积分:1
-
bbc
开发工具vs2008 用opengl画的一个金字塔正四面体,左右旋转,上下放大缩小,f开关灯,t改变纹理,鼠标改变视距(Development tools vs2008 opengl draw a pyramid regular tetrahedron, the left and right rotation, zooming up and down, the the f light switch, t change the texture, the mouse to change the line-of-sight)
- 2012-09-10 22:31:01下载
- 积分:1