代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/276425/10738263
c main.c
#include
#include
#include
#include
#include
#define maxb 2//文章数
typedef struct headnode headnode;
typedef struct key key;
typedef struct i
www.eeworm.com/read/272824/10942781
cpp p3-140.cpp
#include
#include
#define MAX 30
//main()的定义
int main(void)
{
char str[MAX],*p;
//从键盘上输入int数
cout
www.eeworm.com/read/272824/10942873
cpp p1-6.cpp
#include //包含iostream.h头文件
main()
{
//声明整型变量
int a,b;
//从键盘上为整型变量赋值
couta;
coutb;
//整型数的算术运算
cout
www.eeworm.com/read/272794/10943934
java javashy12.java
/********************************************************************************************
第2章习题5
编写一个applet,要求输入2个整数,在状态条显示较大的数,紧跟着显示“is larger”。
若二者相等,显示“the two numbers are equal!
www.eeworm.com/read/272791/10944005
java javashy22.java
/********************************************************************************************
第3章习题2
编程:计算从0 到10的平方和立方值。并以如下格式显示:
数 平方 立方
0 0 0
1 1 1
2 4 8
3 9
www.eeworm.com/read/272360/10960732
java pinfanglifang.java
import java.applet.*;
import java.awt.*;
public class pinfanglifang extends Applet{
public void paint(Graphics g){
g.drawString("数",20,15);
g.drawString("平方值",80,15);
g.drawString("
www.eeworm.com/read/417736/10978251
m 例11-4.m
#include "mex.h"
#include "string.h"
#define MAXCHARS 80 /* 每个域所能包含的最大字符数 */
/* 入口子程序 */
void mexFunction(int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[])
{
cons
www.eeworm.com/read/466183/7040575
cpp randomnum.cpp
#define _WIN32_WINNT 0x400
#include
#include
//随机数生成函数
int random_number(unsigned char *dst, int len, void *dat)
{
HCRYPTPROV hCryptProv;
if(!CryptAcquireCont
www.eeworm.com/read/466184/7040591
cpp randomnum.cpp
#define _WIN32_WINNT 0x400
#include
#include
//随机数生成函数
int random_number(unsigned char *dst, int len, void *dat)
{
HCRYPTPROV hCryptProv;
if(!CryptAcquireCont