代码搜索:重复学习
找到约 10,000 项符合「重复学习」的源代码
代码结果 10,000
www.eeworm.com/read/176987/9477948
h mass_storage.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
mass_storage.h
www.eeworm.com/read/371692/9541752
pas spcomm.pas
unit SPComm;
//--------------------------------------------------------------------------//
// 经过改造的Delphi环境下应用的串口控件SPComm(使用例程祥见SPCOMMDEMO.PAS) //
// (请勿做为商业用途,改造版仅供学习使用,版权归源程序设计人所有) /
www.eeworm.com/read/371124/9564905
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/365212/9875012
htm hello.htm
Static Call Graph - [D:\学习\Arm程序gui\Hello\Hello\Hello.axf]
Static Call Graph for im
www.eeworm.com/read/364658/9899041
htm hello.htm
Static Call Graph - [D:\学习\Arm程序gui\Hello\Hello\Hello.axf]
Static Call Graph for im
www.eeworm.com/read/363703/9939739
h led.h
/********************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/blog
www.eeworm.com/read/363703/9939750
h config.h
/********************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/blog
www.eeworm.com/read/164953/10080526
bak arm_00_os_main.bak
/**********************************************************************************************
本程序只供学习使用,不得用于其它任何用途,否则后果自负。
ARM_00_OS_main.c file
ADuC702x上的操作系统——ARM_00_OS
作者:Computer
www.eeworm.com/read/164953/10080624
c arm_00_os_main.c
/**********************************************************************************************
本程序只供学习使用,不得用于其它任何用途,否则后果自负。
ARM_00_OS_main.c file
ADuC702x上的操作系统——ARM_00_OS
作者:Computer
www.eeworm.com/read/280311/10340770
java abstracttest.java
/**
* 通过本程序的测试,主要学习抽象类及子类,抽象方法的实现
* 动态绑定,多态
*/
import java.text.NumberFormat;
public class AbstractTest
{
public static void main(String[] args)
{
Person[] p = new Person[2];
p