代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/162692/10282235
dfm zero.dfm
object Frmzero: TFrmzero
Left = 2
Top = 135
Width = 783
Height = 403
Caption = '查询库存数为0的药品'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.He
www.eeworm.com/read/353993/10400259
cpp ga.cpp
//copyright by zhangpeng ,May 5,2007
#include
#include
#include
#include
//-------------------------------------------
//产生(0,1)均匀分布的随机数
double rand
www.eeworm.com/read/161098/10451508
m ex0219.m
%用函数得出矩阵的大小
a=[1 2;3 4;5 6]
ndims(a) %得出维数
size(a) %得出各维的大小
size(a,2) %得出列的大小
length(a) %得出最大维的大小
www.eeworm.com/read/352940/10491570
_c uart._c
#include
#include "Uart.h"
#include "Crc.h"
//============================================================
//函 数:void Uart_PutChar(unsigned char Data)
//功 能:发送一个字符
//入口参数:
www.eeworm.com/read/352940/10491630
c uart.c
#include
#include "Uart.h"
#include "Crc.h"
//============================================================
//函 数:void Uart_PutChar(unsigned char Data)
//功 能:发送一个字符
//入口参数:
www.eeworm.com/read/350026/10775924
java prop.java
import java.util.Random;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
public class prop //道具类
{
Random Rd=new Random();//产生随机数
Image propImg=null;
int pro
www.eeworm.com/read/272338/10962346
java compiler.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.lang.*;
import java.util.*;
public class Compiler extends Frame implements ActionListener{
int row = 1;//数排列,横坐标
in
www.eeworm.com/read/417378/10992212
c maths.c
#include "include.h"
/**********************************************
函数名: unsigned int Sqrt(unsigned long M)
输入参数:
unsigned long M--被开方数,长整型
输出参数: 无
返回值:
unsigned int--开方结果,整形
www.eeworm.com/read/271489/10992228
cpp haidao.cpp
#include
#include
#include"Linlist.h"
void main()
{
Linlist mylist;
int n,m,temp;
coutn;
coutm;
for(
www.eeworm.com/read/153707/7107236
dfm zero.dfm
object Frmzero: TFrmzero
Left = 2
Top = 135
Width = 783
Height = 403
Caption = '查询库存数为0的药品'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.He