代码搜索结果
找到约 10,000 项符合
3 的代码
3_3.cpp
//3_3.cpp
#include
using namespace std;
void main()
{
double a,b;
double arctan(double x) ;
a=16.0*arctan(1/5.0) ;
b=4.0*arctan(1/239.0) ;
//注意:因为整数相除结果取整,如果参数写1/5,
3-3.cpp
// prochandle项目
#include
#include
// 确定自己的优先权的简单应用程序
void main()
{
// 从当前过程中提取句柄
HANDLE hProcessThis=::GetCurrentProcess();
// 请求内核提供该过程所属的优先权类
DWORD dwPriorit
3-3.c
#include "stdio.h"
#define MAX_TERMS 101
typedef struct {
int col;
int row;
int value;
} term;
term a[MAX_TERMS];
int COMPARE(int coef1,int coef2)
{
if(coef1
vtb3_3
function vtb3_3(N)
%VTB3_3 Fourier Series approximation to a triangle wave.
% VTB3_3(N) displays the N term Fourier approximation to a
% triangular input. The approximation is plotted versus time
3-3.txt
/* 范例:3-3 执行前请确定my_Include.h存放在同一个目录 */
#include "my_Include.h" /* 自编的include文件位置与文件名,C会将其展开 */
void main(void)
{
show_big_or_small (2,1,3); /* 调用定义在自编include文件内的函数 */
/* stdio.h已由my_inc
3_3.cpp
#include
void main()
{
double a,b;
double arctan(double x) ;
a=16.0*arctan(1/5.0) ;
b=4.0*arctan(1/239.0) ;
//注意:因为整数相除结果取整,如果参数写1/5,1/239,结果就都是0
cout
3-3.txt
/* 范例:3-3 执行前请确定my_Include.h存放在同一个目录 */
#include "my_Include.h" /* 自编的include文件位置与文件名,C会将其展开 */
void main(void)
{
show_big_or_small (2,1,3); /* 调用定义在自编include文件内的函数 */
/* stdio.h已由my_inc