NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop. So, isDownloadReady flag gets not needed - UART ch.1 can be selected for the console. Aug.20.2002:purnnamu: revision number change 0.2 -> R1.1 Sep.03.2002:purnnamu: To remove the power noise in the USB signal, the unused CLKOUT0,1 is disabled.
资源简介:NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isdownloadReady flag is added. Apr.1...
上传时间: 2016-05-12
上传用户:wff
资源简介:电池设计的充电器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig ...
上传时间: 2014-01-23
上传用户:ruixue198909
资源简介:C language fast function point sample code example
上传时间: 2016-01-10
上传用户:chenlong
资源简介:File name: main.c ** Last modified Date: 2006-09-26 ** Last Version: 1.0 ** Descriptions: The main() function example template ** **---------------------------------------------------------------------------------------------------...
上传时间: 2016-04-01
上传用户:R50974
资源简介:AudioRouting.cpp : Defines the entry point for the DLL application. Audio Routing Service
上传时间: 2017-03-18
上传用户:电子世界
资源简介:ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 at 6.4/8/11.8 kbit/s with DTX functionality (integration of Annexes B, D and E)
上传时间: 2017-04-10
上传用户:cccole0605
资源简介:here is the ebook Embedded C by Michael j.point. Tutorial on 8051 and Embdded C Programming
上传时间: 2013-12-04
上传用户:偷心的海盗
资源简介:数据结构C语言版台湾知城数位科技有限公司出版2002
上传时间: 2016-01-10
上传用户:haoxiyizhong
资源简介:// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; ...
上传时间: 2016-12-29
上传用户:767483511
资源简介:// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; ...
上传时间: 2016-12-29
上传用户:767483511
资源简介:高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the trad...
上传时间: 2022-02-19
上传用户:trh505
资源简介:Samsung S3C2440 bootloader。串口输出,支持USB下载内核镜像,主要分为硬件初始化的汇编代码init.s和C的内核引导代码u2440mon.c两部分
上传时间: 2016-03-31
上传用户:aappkkee
资源简介:#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score { float math; float english; float computer; }; struct student { int numb...
上传时间: 2019-06-08
上传用户:啊的撒旦
资源简介:#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score { float math; float english; float computer; }; struct student { int numb...
上传时间: 2019-06-09
上传用户:啊的撒旦
资源简介:木马源程序 /*实现了以下功能: 1.IP变换后自动发送Email通知 2.nt/window2000下绑定cmd,98下绑定command 3.sniffer整个无交换网络的telnet pop3密码功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小鱼巫师 20...
上传时间: 2014-11-01
上传用户:xymbian
资源简介:current version V0.2 功能:在LCD液晶屏上显示相关信息,可以从16个按键上接受信息。 代码改为在Bank0-RAM执行,免去做实验时的来回修改Boot1与Boot0的跳线, 修改之处:修改mem_b.scf(原为mem_bb.scf)中的81xx xxxx为 80xx xxxx, 修改连接ADS项目...
上传时间: 2014-01-02
上传用户:cc1015285075
资源简介:利用Atmel ATMega8 的定时器功能和PWM功能,制作频率发生器。 有LCD显示,并可实时调节ATMega8的各个相关的寄存器内容。 支持红外遥控器输入。 ..\频率发生器.prj ......主芯片项目文件 ..\频率发生器.c ......主芯片主程序 ..\频率发生器.asm .........
上传时间: 2013-12-12
上传用户:源弋弋
资源简介:原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protec...
上传时间: 2013-12-12
上传用户:dave520l
资源简介:原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protec...
上传时间: 2015-12-04
上传用户:wangdean1101
资源简介:shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会...
上传时间: 2013-12-21
上传用户:wfeel
资源简介:控件 CB6 COM通讯| ComPort Library version 3.10 | | for Delphi 3, 4, 5, 6, 7, 2005, 2006 | | and C++ Builder 3, 4, 5, 6 | | | | by Dejan Crnila 1998-2002 | | maintained by Lars Dybdahl and Paul Doland
上传时间: 2013-12-23
上传用户:钓鳌牧马
资源简介:Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to d...
上传时间: 2014-01-03
上传用户:huangld
资源简介:C++ is a programming language. It is a programming language of many different dialects, just like each language that is spoken has many dialects. In C though, they are not because the "speakers" live in the North, South, or grew up in so...
上传时间: 2014-01-17
上传用户:lz4v4
资源简介:FILE NAME: dc_motor.c CHIP TYPE: ATMEGA16 CLOCK FREQUENCY: 8MHZ IDE: VSMStudio COMPILER: AVR-GCC
上传时间: 2015-03-01
上传用户:abilibili
资源简介:电阻-电容-电感 Altium Designer AD原理图库元件库CSV text has been written to file : 0.1 - 电阻-电容-电感.csvLibrary Component Count : 35Name Description------------------------------------------------------------------...
上传时间: 2022-03-13
上传用户:
资源简介:郁金香2013网络授课从零开始学编程(C语言详解) [ 115课程全 ] -PDF教程 -C语言算法 -C语言程序设计 吉林大学 51课 6CD -C程序讲堂+VC软件6.0 -05、小甲鱼系列视频教程2.7GB ...
上传时间: 2022-06-14
上传用户:zhaiyawei
资源简介:matlab数学建模算法全收录 超清书签版
上传时间: 2013-05-15
上传用户:eeworm
资源简介:机械零件切削加工工艺与技术标准实用手册 35.1
上传时间: 2013-04-15
上传用户:eeworm
资源简介:In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function messa...
上传时间: 2013-12-17
上传用户:netwolf
资源简介:下面实例在C#中连接Oracle数据库(Name),从表(TableName)中读取数据,并写入Excel。
上传时间: 2013-12-23
上传用户:liglechongchong