-
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料...
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料-Han Wei, the research results in recent years is a very good reference for data mining researchers
- 2022-07-25 13:36:14下载
- 积分:1
-
this program is continuation of 1laser
this program is continuation of 1laser - can fire 2 lasers rangefinders from MDL simultaneusly and then registers measured distance to file - very useful for photogrametry-this program is continuation of 1laser- can fire 2 lasers rangefinders from MDL simultaneusly and then registers measured distance to file- very useful for photogrametry
- 2022-03-25 19:09:06下载
- 积分:1
-
Description for caculate Gamma function
Description for caculate Gamma function
- 2023-08-31 00:15:03下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
BLDC 风机程序和原理图
xc836芯片控制带霍尔传感器直流无刷电机驱动程序,能够实现直流无刷电机的启动停止换向及pid调速等功能,对于直流无刷电机的研究入门人员有很大的帮助
- 2023-06-09 15:35:03下载
- 积分:1
-
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试...
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试-a large integer calculation procedures for the small, the large numbers can be calculated in the number of test-
- 2023-04-18 13:35:03下载
- 积分:1
-
二
二维的FDTD仿真程序,仿真图像很漂亮哦,呵呵。-Two-dimensional FDTD simulation procedures, simulation images very beautiful, oh, huh, huh.
- 2023-02-22 14:10:04下载
- 积分:1
-
位置隐私测量工具代码
位置隐私测量工具代码,简称LPPM,是用来测试用户的位置隐私程度的一个测量器,主要使用的技术是匿名化处理以及模糊处理。
- 2023-05-16 08:20:02下载
- 积分:1
-
NS2多径DSR
这是代码来实现多径 dsr.this 使用 DSR protocol.there 是使用 multipath.we 使用 3 多径基于的纸张的路由协议实现的方法。
- 2022-04-07 08:32:04下载
- 积分:1
-
基于FPGA的I2S实现
应用背景采用FPGA实现 的I2S接口。I2S(Inter—IC Sound)总线, 又称 集成电路内置音频总线,是飞利浦公司为数字音频设备之间的音频数据传输而制定的一种总线标准.关键技术采用FPGA实现 的I2S接口,用于传输音频数字到DAC芯片中。所采用的语言为verilog
- 2022-01-26 08:27:42下载
- 积分:1