代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/316944/13513989
m gasvm_initset.m
function GASVM_initset()
global pop_size % size of population
global numOfGen % number of generation
global Pc % probability of crossover
global Pm % probability of mutation
global lenOfInd % length
www.eeworm.com/read/315699/13537924
c sum_arr1.c
// sum_arr1.c -- sums the elements of an array
// use %u or %lu if %zd doesn't work
#include
#define SIZE 10
int sum(int ar[], int n);
int main(void)
{
int marbles[SIZE] = {20,10,
www.eeworm.com/read/315460/13542093
c gameloop.c
/*
* File: gameloop.c
* ----------------
* This program is used as an illustration of the
* StringEqual function.
*/
#include
#include "genlib.h"
#include "simpio.h"
#include "strlib.h
www.eeworm.com/read/314896/13556122
ini mechat.ini
# MeChat 5.50版配置文件
[Main]
#每个用户最大允许经过服务器中转的发送视频数据的人数。
#当一个用户连接另一个用户,试图建立语音视频连接,
#系统会智能的优先选择建立不经过服务器的数据链路来传输语音视频数据,
#如果不行,才通过服务器传输,这样保证最大限度的减少服务器的数据量,
#提高用户相互间的语音视频质量。
#MaxSendVideoViaServer 设 ...
www.eeworm.com/read/312241/13614585
c lpc21isp.c
/******************************************************************************
Project: Portable command line ISP for Philips LPC2000 family
and Analog Devices ADUC70xx
www.eeworm.com/read/310975/13638895
js delete.js
function del () //用于判断记录有没有选中的函数
{
var flag=true;
var temp="";
var tmp;
if((document.form1.answer.length+"")=="undefined") {tmp=1}else{tmp=document.form1.answer.length}
if (tmp==1){
if (docum
www.eeworm.com/read/310975/13638900
js select.js
function checkall(all)//用于判断全选记录的函数
{
var a = document.getElementsByName("answer");
for (var i=0; i
www.eeworm.com/read/310556/13649163
c log.c
/*#ident "@(#)cfront:lib/complex/log.c 1.4"*/
#include "complex.h"
#include "const.h"
#define LOGDANGER 1e18
#define PERIL(t) (t > LOGDANGER || (t < 1/LOGDANGER && t != 0) )
complex
log(complex z)