代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/285951/8799735
bmp num_yy.bmp
www.eeworm.com/read/428992/8825850
cpp num_int.cpp
//Numerical Integration(Trapezoidal Rule,Simpson's 1/3 Rule,Simpson's 3/8 Rule)
#include
#include
void main()
{
float a,b,x[20],y[20],s=0,h;
int i,w,n;
printf("\n\t\t
www.eeworm.com/read/428991/8825854
cpp num_diff.cpp
//Numerical Differentiation using Newton's forward formula
#include
#include
main()
{
int n,i,j,f,k;
float y[20],x[20][20],d,u,h,x1,v,w;
printf("How many values do u
www.eeworm.com/read/187002/8884753
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/186068/8963154
cpp name_num.cpp
#include
#include
string name[50], num[50];
int n;
void input_data()
{
for (int idi = 0; idi < n; idi++)
{
cout
www.eeworm.com/read/426899/8992626
asm rand_num.asm
www.eeworm.com/read/382584/9019094
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/382395/9031354
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n
www.eeworm.com/read/184524/9097262
txt trl_num.txt
0.001 15 1 1
0.00105 16 1 1
0.0013 17 1 1
0.00135 18 1 1
0.0014 19 1 1
0.00165 5 1 1
0.0017 6 1 1
0.00175 7 1 1
0.0018 8 1 1
0.00185 9 1 1
0.0019 10 1 1
0.0023 17 1 2
0.00235
www.eeworm.com/read/282361/9098509
cpp num_test.cpp
// num_test.cpp -- use numeric test in for loop
#include
int main()
{
using namespace std;
cout > limit;