代码搜索:study
找到约 4,321 项符合「study」的源代码
代码结果 4,321
www.eeworm.com/read/291888/8389899
plg bashuma.plg
Build Log
--------------------Configuration: Bashuma - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/390366/8468925
url 第一成功网-全球华人的在线自助学习平台 培训视频_下载_在线讲座.url
[DEFAULT]
BASEURL=http://study.yoao.com/index.html
[InternetShortcut]
URL=http://study.yoao.com/index.html
Modified=6049FDC5C9CDC701C9
IconFile=http://study.yoao.com/favicon.ico
IconIndex=1
www.eeworm.com/read/189042/8495363
lkf debug.lkf
-z -q -c -m"./Debug/qdmatest.map" -o"./Debug/qdmatest.out" -w -x -i"d:/ti/c6000/bios/lib" -i"d:/ti/c6000/rtdx/lib" -i"d:/ti/c6000/xdais/lib" -i"d:/ti/c6000/cgtools/lib"
"E:\DM642Study\qdmatest\Debug\
www.eeworm.com/read/189042/8495380
lkv debug.lkv
-z -q -c -m"./Debug/qdmatest.map" -o"./Debug/qdmatest.out" -w -x -i"d:/ti/c6000/bios/lib" -i"d:/ti/c6000/rtdx/lib" -i"d:/ti/c6000/xdais/lib" -i"d:/ti/c6000/cgtools/lib"
"E:\DM642Study\qdmatest\Debug\
www.eeworm.com/read/189042/8495386
pjt qdmatest.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\DM642Study\qdmatest\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler
www.eeworm.com/read/389715/8506834
cpp mybp.cpp
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 2 //学习样本个数
#define IN 3 //输入层神经元数目
#define
www.eeworm.com/read/188924/8508422
txt readme.txt
MORE THAN DOODLES CASE STUDY
Author: Simon Collison
Case Study for the CSS MASTERY BOOK by Andy Budd
Main files:
index.html (the main page)
gallery.html (the gallery page)
contact.html (the conta
www.eeworm.com/read/388614/8597038
plg ex1.plg
Build Log
--------------------Configuration: ex1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ok\LOCALS
www.eeworm.com/read/430859/8722323
txt bp.txt
#include
#include
#include
#include
#include
#define N 8 /*学习样本个数(测试样本个数)*/
#define IN 3 /*输入层神经元数目*/
#define HN 2 /*隐层神经元数目*/
#define ON 1 /
www.eeworm.com/read/386649/8733765
java testconstructor.java
public class TestConstructor{
public static void main(String[] args){
/*
Student s=new Student("zhang3",30);
System.out.println(s.name);
System.out.println(s.age);
s.study();
*/