代码搜索:study
找到约 4,321 项符合「study」的源代码
代码结果 4,321
www.eeworm.com/read/448203/7538272
lis os_cpu_c.lis
.module os_cpu_c.c
.area text(rom, con, rel)
0000 .dbfile E:\study\ucos_ii\ucos2_iccavr\iccavr\ucos2_with_cpu\os_cpu_c.c
0000
www.eeworm.com/read/436490/7769239
txt core_fft64_readme.txt
The following files were generated for 'core_fft64' in directory
E:\FPGA\FPGA_Prog\study_FFTcore:
core_fft64.asy:
Graphical symbol information file. Used by the ISE tools and some
third p
www.eeworm.com/read/198177/7948556
m unc_nn_sin1.m
function [fval]=unc_nn_sin1(x)
%reference:
%note that you can get the formulation of unc_nn_sin1 from some
%aritcles,such as
%(1)JS Chun, HK Jung, SY Hahn A study on comparison of optimization
%p
www.eeworm.com/read/396338/8114953
cpp gongyou.cpp
#include
struct study
{
float mid;
float end;
float average;
}math;
void main()
{
scanf("%f%f",&math.mid,&math.end);
math.average=(math.end+math.mid)/2;
www.eeworm.com/read/328838/12999027
m formy.m
function Y=FormY(bus, line)
% form admittance matrix for AC load flow study
glo_var
global nline;
nbus=length(bus(:,1));
nline=length(line(:,1));
Y=zeros(nbus, nbus);
for k=1:nline
f
www.eeworm.com/read/482435/6624740
sdf lisa1.sdf
ISIS SCHEMATIC DESCRIPTION FORMAT 6.1
=====================================
Design: E:\Study\proteus\8051单片机\DS1302时钟\DS1302.DSN
Doc. no.:
Revision:
Author:
Created: 05
www.eeworm.com/read/263094/11375806
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="E:\study\DSP\SEED-DEC2812v2.0\03. Examples of Program\01. DSP\ad\"
P
www.eeworm.com/read/402196/11541143
c fork.c
#include
#include
#include
int main(void)
{
pid_t pid;
printf("Process Creation Study\n");
pid = fork();
switch(pid) {
case 0:
printf("Ch
www.eeworm.com/read/402196/11541164
c fork2.c
#include
#include
#include
int main(void)
{
pid_t pid;
char * msg;
int k;
printf("Process Creation Study\n");
pid = fork();
switch(pid