搜索资源列表
CEPaint
- wince下的画图程序,WINCE没有带这个小工作,为了让产品更象PC机,我写了这个程序,完全自主编写和代码实现,没有使用DLL或OCX等封装过的东西。功能和WIN32版本类似,因API缺少的原因无画曲线和截取任意图形的功能,其他功能完整。EVC4下编译通过
MCS51xiaochengxu
- 很多有用的单片机开发小程序,可以参考运用于其他程序
F24timer
- 这是我用汇编语言编写的计时器程序,通过计算机发命令开始倒计时,其中也有其他功能,但主要是倒计时,比较好用,这是个小程序,穿上来了表心意-This is the language I used compilation prepared by the timer procedures, through the computer started the countdown orders, which also has other functions, but the countdown is more
单片机主板监控程序
- 系统的最小板程序,可以作为其他开发的基础!可以通过键盘控制!-the smallest board procedures, can be used as the basis for other development! Keyboard control can!
FreeRTOSv2.6.0
- FreeRTOS,这个比 Real Time Linux 和 eCos 更小的实时操作系统,并且你也不用为这两个大的操作系统弄得头大了。FreeRTOS是一个非常小的实时操作系统,它包含有一个实时的内核及一个内核调制程序。它支持的单片机有 Philips ARM7, TI MSP430, Renesas (Hitachi) H8/S, Atmel AVR, Motorola/Freescale HCS12, Motorola/Freescale ColdFire, 及其他8051的单片机--Fr
HC595.rar
- 两个控制595的小程序。保证大家看后可以非常容易的学会使用它以及其他串进并出等器件,595 small two control procedures. To ensure that we can very easily look at the Institute of string to use it, as well as other devices, such as into and out of
udpdump
- linux c 编写的一个小抓包程序,本程序只抓获UDP包并对包信息进行记录,要获取其他包信息请自行扩展-linux c prepared a small packet capture program, the program only captured UDP packets and packets of information to record, to obtain additional information at your own extension packages
14114ARM
- μC/OS-II实验程序说明 软件版本:V1.0 日期:2005-05-25 多任务是指多个任务在操作系统的控制下同时运行,它的实现实际上是靠操作系统在 多个任务之间进行切换和调度。在多任务系统中,内核负责管理各个任务,即为每个任务 分配CPU时间,并且负责各任务之间的通讯。μC/OS-II操作系统最多可以支持64个任务。 每个任务的优先级不能相同,优先级数字越小,优先级越高。在μC/OS-II操作系统中, OSInit()创建了两个μC/OS-II的默认任务
soft
- 一个小键盘程序,有9个按键,通过422控制其他东西。这个设计难度主要是控制成本。-A small keyboard program, there are nine buttons, through the 422 control other things. This difficulty is mainly designed to control costs.
EWSAM8-EV-310A
- EWSAM8-EV-310A 及注册机,三星C开发环境IAR-C的安装方法 1.运行压缩包中的iarkg all,点击Get ID 将产生硬盘ID号,记着硬盘ID号0x要小些,其他要大写,接下来在[Product]栏目要选择[Embodded Workbench For Samsung SAM8 V3.10A],然后点击下面的生成按钮,即可生成在本机安装IAR-C注册用的License Numer和License Key 2.再运行EWSAM8-EV-310A.EXE安装程序,把得
16F877AcontrolGSMcode
- 16F877A控制GSM程序, 本系统特别适用于需频繁传送小流量数据的应用,以此为基础,可以开发出多种前景极其乐观的各类应用,如数据采集系统、GPS/GSM (SMS)移动车辆监控定位系统、移动POS机、移动收费系统、移动性数据和Internet接入、机房监控、远程维护系统和信息查询系统等。在下一步的工作中,可以考虑使用GPRS功能的模块并开发MMS多媒体短消息服务的应用。相信随着GPRS网络的完善,MMS多媒体短消息服务的开展和国际3G标准的施行,必将促使短消息在其他行业得到广泛应用-This
source
- 一个将输入的字符转变为类点阵字体,然后在屏幕上动态显示出来的小程序,能在MOTOROLA E8机型上运行,稍修改后可以在其他MOTO LINUX机型上面运行.-One will be entered into a class character dot-matrix font, and then dynamically displayed on the screen a small program that can run on the MOTOROLA E8 model, slightly m
Atmega8
- 机器人程序,Atmega8是前后传感器小板上的芯片的程序(前后都有,但用的是同一个程序),它将数据处理后通过异步串口(uart)传给主芯片。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和c
ledC
- 基于80C51的实现小灯依次循环发亮,很简单实用,可嵌入其他程序-80C51-based implementation of a small light shining in cycles, it is simple and practical, can be embedded in other programs
1
- 功能简介: 这是一个通过读取正弦波表产生正弦波的小程序。最简单的验证方法即为:可以将DAC OUT端子的2号脚连接一个5~15K的电阻到地,通过示波器即可观察到正弦波。当然也可以采用DAC0832数据手册中的电压输出型接法进行实验。 跳线设置: 将DAC端子用短路冒短接,并断开其他无关模块的短路冒。-Features: This is a sine wave generated by reading the sine wave form of small pr
HideTaskBar
- mobile下隐藏任务栏的小程序,其实就是为了调试,隐藏任务栏看其他调试工具的按钮-mobile hidden under the taskbar applet, in fact, to debug, hide the taskbar button to see other debugging tools
alu-4bit
- alu包含各种运算功能,有点事现对于其他的程序,面积较小-it has a smaller square compared with othe program.
0433959
- 使用电脑控制家电等电器,得用电脑组成家里控制中心,不错的(Using computer control home appliances such as electric appliances, computer control center of home, good)
dkmonstration
- 鼠标控制演示,提供了一个鼠标控制的类,包括移动,限制隐藏等功能(The mouse control, demonstration class provides a mouse control, including mobile, hide, and other functions)
c语言实践大全
- stm32按键控制led亮灭,另有其他小c语言程序,仅供参考(A prototype C language ALGOL 60 language. (Also known as the A language) In 1963, the University of Cambridge will be developed into ALGOL 60 language CPL (Combined Programming Language) language.)