代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/394046/8250595
m mutation.m
function [newpop]=mutation(pop,pm)
global popsize N length;
for i=1:popsize
if(rand
www.eeworm.com/read/370616/9591699
m atken.m
function f = Atken(x,y,x0)
syms t;
if(length(x) == length(y))
n = length(x);
else
disp('x和y的维数不相等!');
return;
end %检错
y1(1:n) = t;
www.eeworm.com/read/174062/9610046
c ch6_6.c
/*ch6_6*/
/*找出100~200之间的能被7整除的数并输出*/
#include
main()
{
int n;
for(n=100;n
www.eeworm.com/read/370135/9616053
h const.h
#ifndef __CConsttinterfaceyhh
#define __CConsttinterfaceyhh
#include "Pnt.h"
#include "Node.h"
#include "Path.h"
#define mindouble 0.001//两数差值绝对值小于此值即认为相等
#define pi 3.1415926
#define PI 3.14
www.eeworm.com/read/369221/9659104
m mutation.m
function [newpop]=mutation(pop,pm)
global popsize N length;
for i=1:popsize
if(rand
www.eeworm.com/read/367177/9767838
java testingthecatcher.java
package PKU.DP;
import java.util.*;
/**
* ID:1887
* 动态规划,result[i]是以i结尾(必须包括i)的前面的数中最长的长度
* @author yhm
*
*/
public class TestingtheCATCHER {
/**
* @param args
*/
public sta
www.eeworm.com/read/269397/11099340
h yssemaphore.h
#ifndef YSSEMAPHORE_H
#define YSSEMAPHORE_H
#include "ysheader.h"
///////////////////////////////信号量常量////////////////////////////////////////
////本系统预留使用5个信号量用于进程级锁
#define SM_SENDCTRL 0 //发送数
www.eeworm.com/read/268268/11146505
txt des.txt
Option Explicit
'处理明文要用到的变量
Dim FileGroup() As Integer '明文按64位分组后被存入其中
Dim xxx, yyy As Integer '分别表示FileGroup()或ChangeSmallGroup中的行列数
Dim ChangeSmallGroup() As
www.eeworm.com/read/268075/11155329
asm frequen.asm
;------------------------------------------------------------
;频率计的程序
;包含:外部中断设置,中断服务程序,定时程序,定时服务程序
;以及数据处理,显示,包括 三位十进制数转化为四位BCD码,
;
;------------------------------------------------------------