-
myRpgGame
这是我毕业设计所写的小程序,程序中的界面类似于魔塔,用vc6.0 mfc开发,个人测试没有什么问题(This is my small program written by graduation, the program s interface is similar to devil s tower, with vc6.0 mfc development, individual test without any problems)
- 2011-05-23 10:51:04下载
- 积分:1
-
Sarsa
基于强化学习算法Sarsa实现的小案例。(A small case based on the enhanced learning algorithm Sarsa.)
- 2020-11-30 10:59:29下载
- 积分:1
-
DIVE_INTO_PYTHON-chinese
Dive into Python的中文版,对应Python2.7版(Dive into Python' s Chinese version, the corresponding Python2.7 version)
- 2014-11-18 22:44:00下载
- 积分:1
-
jQuery实现超酷的菜单提示效果
jQuery实现超酷的菜单提示效果,也可用于链接提示,因为导航菜单本身是带有链接的,本款菜单可适时显示鼠标悬停时的菜单项的文字提示内容,且提示框样式漂亮,还有渐变动态效果,
- 2023-03-21 00:45:05下载
- 积分:1
-
TFM-master
说明: 根据采集的全矩阵数据进行TFM成像,可以有效提高超声相控阵的成像精度(TFM imaging based on the collected full matrix data)
- 2021-01-11 21:18:49下载
- 积分:1
-
XE内存工具
功能类似CE的一款强大内存修改工具,纯中文可视化简单易懂(A powerful memory modification tool similar to CE, which is simple and easy to understand in Chinese.)
- 2020-06-28 13:20:02下载
- 积分:1
-
《Python Cookbook》第三版中文v1.0.2
说明: 书名:《PythonCookbook》 3rd Edition
作者:David Beazley, Brian K. Jones
译者:熊能(PythonCookbook, 3rd Edition)
- 2020-07-05 14:27:28下载
- 积分:1
-
image denoising
图像去噪修复的典型算法代码包,包含基于稀疏表示的KSVD图像去噪,BM3D彩色图像去噪代码,TV图像修复代码,MCA图像修复代码。(Typical image denoising algorithm code package, including sparse representation based on KSVD image denoising, BM3D color image denoising code, TV image restoration code, MCA image restoration code.)
- 2017-08-10 10:29:44下载
- 积分:1
-
LS_MASTER_K10S1
This is LS PLC software and is used for programming
- 2020-06-17 04:20:02下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1