代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/448795/1684886
java cbankcountid.java
package com.webtier.clientBankAction;
import org.apache.struts.action.*;
import javax.servlet.http.*;
import com.service.CbankFacade;
import com.service.CbankFacadeImpl;
//#--以数据库中的记录数,查找出多少记
www.eeworm.com/read/443266/1751209
res list.res
user_list=会员列表|user_name=用户名|home_page=个人首页|qq=QQ|sms=短信息|reg_time=注册时间|topics=发贴数|level=等级|send_sms=发送短信
www.eeworm.com/read/442451/1761660
m ante.m
clear;
SNR = [-5:2:10];
NumAntenna =4; %天线阵元数
Tlen = 1000; %训练序列长度
Dlen = 20000; %数据长度
step = 0.0001; %步长
alfa = pi/3; %波达方向
theta = pi/2;
for nEN = 1:length(SNR)
nu
www.eeworm.com/read/430990/1913653
c d12ci.c
#include /* special function register declarations */
#include "mainloop.h"
#include "d12ci.h"
#include "absacc.h"
#include "epphal.h"
#define D12_DATA 0xfb02 //定义数
www.eeworm.com/read/430990/1913677
c d12ci.c
#include /* special function register declarations */
#include "mainloop.h"
#include "d12ci.h"
#include "absacc.h"
#include "epphal.h"
#define D12_DATA 0xfb02 //定义数
www.eeworm.com/read/424910/2011804
java charslibrary_3.java
package cn.sda.pinyin;
public class CharsLibrary_3 {
private CharsLibrary_3(){
}
public static final char[] SHU = {
'书','树','数','熟','输','梳','叔','属','束','术','述','蜀','黍','鼠','淑','赎','孰','蔬','疏
www.eeworm.com/read/424379/2017763
java pagehelper.java
package com.news.page;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
/**
* 数据分页辅助类
* 定义每页显示记录数,并生成HTML格式的分页条
* @author Yinzhi Geng
*/
public c
www.eeworm.com/read/389693/2539835
java countdownlatchtest.java
package book.j2se5.thread;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* CountDownLatch是个计数器,它有一个初始数,