代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/232725/14184245
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/130466/14192674
readme
Watermarking source
version 0.4
* bug fixes
- wm_xia_{e|d}.c variable level uninitialized
- wm_zhu_{e|d}.c variable level uninitialized
- issue with random() vs. rand() and RAND_M
www.eeworm.com/read/130301/14198459
cpp hello.cpp
#include
#include "quad.h"
void PrintResults(quadratic &gook);
void Intersection(quadratic &mutha, quadratic &phuqa);
int main( void )
{
A: char choice;
double a, b, c, d, e, f;
www.eeworm.com/read/232076/14209073
m 自适应遗传算法2.m
figure(1);
fplot('abs(sin(30*variable)).*(1-variable/2)',[0,1]); %画出函数曲线
%定义遗传算法参数
NIND=100; %个体数目(Number of individuals)
MAXGEN=500; %最大遗传代数(Maximum number of generations)
PRECI=32
www.eeworm.com/read/129922/14217381
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/129864/14221579
java objectinspectortest.java
/**
* @version 1.00 1999-07-17
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.lang.reflect.*;
import java.util.*;
import javax.swing.*;
import javax.s
www.eeworm.com/read/231595/14226741
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/231438/14234130
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/231199/14247915
plg simplenorm.plg
Build Log
--------------------Configuration: SimpleNorm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\xd
www.eeworm.com/read/129337/14250518
tk buttons.tk
#!/usr/bin/wish -f
# After the script header and two global variables, we create a check button to control
# the selection of a favorite programming language.
set lang tcl
set state 1
checkbutton .