代码搜索:乘法运算
找到约 9,367 项符合「乘法运算」的源代码
代码结果 9,367
www.eeworm.com/read/434529/7861568
dsp 乘法模拟器.dsp
# Microsoft Developer Studio Project File - Name="乘法模拟器" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/434529/7861579
ncb 乘法模拟器.ncb
www.eeworm.com/read/434529/7861590
dsw 乘法模拟器.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/434529/7861600
clw 乘法模拟器.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "乘法模拟器.h"
www.eeworm.com/read/434529/7861604
plg 乘法模拟器.plg
Build Log
--------------------Configuration: 乘法模拟器 - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo
www.eeworm.com/read/434529/7861606
opt 乘法模拟器.opt
www.eeworm.com/read/298817/7933377
c 矩阵乘法动态规划.c
/*
* File: multi.c
* Description: 矩阵乘法动态规划
* Created: 10:20 2001-12-3
* Author: Justin Hou [mailto:justin_hou@hotmail.com]
*
*/
#include
#define N 7
int midd
www.eeworm.com/read/197861/7965538
txt 多项式乘法.txt
(多项式乘法)编写计算两个多项式相乘P(x)Q(x)=R(x)的函数:
void muity(float a[],int m,float b[],int n,float c[],int *k);
其中数组a[],b[],c[]分别存放三个多项式的系数,m,n,k分别是多项式P(x)、Q(x)、R(x)的次数,通过形参与实参的结合返回c[],k的值。
(全部排列)给定n个
www.eeworm.com/read/333459/12681338
doc 汇编乘法程序源码.doc
www.eeworm.com/read/332124/12777459
c 矩阵乘法动态规划.c
/*
* File: multi.c
* Description: 矩阵乘法动态规划
* Created: 10:20 2001-12-3
* Author: Justin Hou [mailto:justin_hou@hotmail.com]
*
*/
#include
#define N 7
int midd