代码搜索:重复学习
找到约 10,000 项符合「重复学习」的源代码
代码结果 10,000
www.eeworm.com/read/287114/8720298
c uart.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
UART.C file
www.eeworm.com/read/287114/8720305
h key.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
KEY.H file
www.eeworm.com/read/287114/8720308
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
KEY.C file
www.eeworm.com/read/287114/8720326
h usb.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
USB.H file
www.eeworm.com/read/428512/8862323
map tbdml.map
PROGRAM "E:\学习\S12教学资料070712\MT-HCS12ProgramV200706\S12程序20071123\CW环境\DG128\DG128C\C17_MSCAN12SelfTest\bin\TBDML.abs"
****************************************************************************
www.eeworm.com/read/384373/8874750
pas spcomm.pas
unit SPComm;
//--------------------------------------------------------------------------//
// 经过改造的Delphi环境下应用的串口控件SPComm(使用例程祥见SPCOMMDEMO.PAS) //
// (请勿做为商业用途,改造版仅供学习使用,版权归源程序设计人所有) /
www.eeworm.com/read/382712/9004521
c nand_flash.c
/*
www.another-prj.com
author: caiyuqing
本代码只属于交流学习,不得用于商业开发
*/
#include "s3c2410.h"
#include "nand_flash.h"
static unsigned char seBuf[16]={0xff};
//---------------------------------
www.eeworm.com/read/282688/9074029
h config.h
/********************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/blog
www.eeworm.com/read/282678/9074536
txt 说明.txt
研砉程序园 2003年2月18日新上传,点击install即可安装~
愿朋友们好好学习C,我也从现在开始正式下苦功学C!!
200302180610 Nihg
www.eeworm.com/read/179854/9334673
~dpr project1.~dpr
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'BP_1学习算法';
Application.CreateForm(TForm1, Form1);