-
postdata
获取multipart/form-data形式上传文件的函数(Get multipart/form-data forms to upload files function)
- 2013-08-29 17:03:31下载
- 积分:1
-
SVMmulticlass: Multi
SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the simplest possible instance of SVMstruct and serves as a tutorial example of how to use the programming interface.
- 2022-05-28 03:23:16下载
- 积分:1
-
pic_tutorial
PIC Microcontroller Tutorial
- 2013-04-03 07:45:20下载
- 积分:1
-
Givens变换和householder变换
该程序是计算givens变换和householder变换的matlab程序(calculation of Givens transform)
- 2018-09-01 08:02:24下载
- 积分:1
-
BtnDownUp
button按下后,edit控件内容连续变化,button抬起后edit内容停止变化。自己做的例子,只以int数据为例。(button is pressed, edit control content changes continuously, button lift stops changing after edit content. Own example, an int data as an example only.)
- 2013-08-24 11:42:31下载
- 积分:1
-
多能互.rar
说明: 学习虚拟同步机,VSG的频率自适应控制。(Learn multi - energy complementary microgrid, VSG frequency adaptive control.)
- 2020-05-10 10:49:20下载
- 积分:1
-
sand_implicit_code_7
基于Li 2000年 Dilatancy for cohesionless soils的点积分程序(Point integration program based on Li 2000 Dilatancy for cohesionless soils)
- 2018-09-28 10:17:05下载
- 积分:1
-
CamanJS-4.1.1
说明: 图片处理,放大,缩小,截取等相关操作,非常值得一试(Picture processing, zooming, zooming, interception and other related operations are very worth trying.)
- 2020-06-16 19:40:01下载
- 积分:1
-
Delphi缩略图批量生成程序
Delphi编写实现的缩略图批量生成程序,可自定义缩略图生成规则,比如按比例生成、按高度生成或按图片宽度生成,也可定义成固定的高度或宽度生成,支持指定目录下的缩略图生成,提供5种缩略图尺寸供选择,生成指定图片缩略图,生成速度很快,而且本程序完全用Delphi自身控制开发而成,Delphi环境下可直接编译生成Exe。
- 2022-08-16 17:28:31下载
- 积分: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