搜索资源列表
updatetool
- 本程序能够把ST20操作系统(该系统为ST公司所开发)生成的.HEX文件转换为可以烧机的.BIN文件(二进制代码文件).对开发ST系列机顶盒产品的用户会有用的.-this procedure can ST20 operating system (the system developed by ST) generated. HEX file can be converted to burn the plane. BIN files (binary). ST series on the develo
20060421
- 爱圣LovePet3.0源代码,带有好多小功能,如自动关机,闹钟等,需要请下灾参考。-Caritas St. LovePet3.0 source code, with a lot of small features such as automatic shutdown, alarm clock, the need to ask the disaster under reference.
stars
- 程序源码。通过编译,运行成功。原题:Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the level of a star be an amount of the stars that are not higher and not to the right of the given st
cics
- CICS简单入门例程 CICS环境构架 1 安装服务器 1) 建立用户CICSTEST(要用超户权) 2)用CICSTEST用户登录 3)安装DB2指定CICSTEST为管理用户 4)安装CICS部件(CICS服务器软件内的SETUP) 安装CICS server->CICS Server Developmnet Ssystem 5)安装Encian部件(CICS服务器软件内的SETUP) 安装Encian Clinet/Server-&g
pngimage1.56
- This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
TASM2MSG
- EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the asse
FileSearcher
- 文件搜索系统 智能排序 可以按文件内容或文件名搜索,并且可以按文件名,修改日期... ...排序 当初学校java实训的项目 那时侯不知道有LinkedList竟然自己花了3天时间自己写了的LinkList 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -document search system for smart scheduling according to the contents of the docum
time0-99s
- ST套件上0-99秒计时,比较准的!(由网友wonderfulsf提供) ST套件上0-99秒计时,比较准的! 这是我学习PIC完成的第一个程序烧在了ST套件上不错,0-99秒计时 如果用MPLAB模拟,用stopwach计时非常准 ST套件上0-99秒表程序,根据原0-99键控程序上改写的,初学练习
1753
- ST开发的代码程序 ST开发的代码程序 ST开发的代码程序
Micrium-ST-uCOS-II-LCD-STM32-SK
- STM32为ST公司最新推出的基于CORTEX内核的32位MCU,基丰富的外设,全新的设计可以充分释放你的想象.此程序为UCOS-II操做系统在上面的移植.编译软境为IAR
St
- 控制台进度条类 控制台进度条类
贪吃蛇 源码
- 一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg she和st 分别放苹果 蛇身和蛇头的图片所有image的长 宽 都为255一个shape 名为 sh 长宽为4590源码如下 (本人要读书,不太完善)-a game built 18 image control group called sn (0) sn (1) ... sn (17) a timer1 points to a thr
170054yufa 1234234234
- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
cxstm8 编译器,STM8编译器
- cxstm8 编译器,STM8编译器,去除了16k限制,适合意法半导体官方工具ST Visual Develop中stm8的编译,cxstm8 compiler, STM8 compiler, in addition to the 16k limit for the official tool for STMicroelectronics ST Visual Develop in stm8 compiler
Micrium-ST-uCOS-II-LCD-STM32.r
- ucos-II在STM32上的移植源码,想学习嵌入式实时操作系统的可以看看,ucos-II in the transplant STM32 source, I would like to learn from real-time embedded operating system can look at
STM8_STVD_cn
- STVD IDE包含代码编辑、汇编编译器、代码调试功能,不含C编译器。同时IDE还自带ST Visual Programer编程软件,支持主流8bit-STVD IDE
ST-C
- 用ST单片机做的逆变器控制板程序,用ST单片机做的逆变器控制板程序-ST microcontroller inverter control panel program, ST microcontroller inverter control panel program
ST--STM8-TOUCH-LIB-
- ST STM8-TOUCH-LIB STM8 touch sensing library触摸的数据手册,很好用的,快点下啊-ST STM8-TOUCH-LIB STM8 touch sensing library manual touch, good use quickly under ah
sbh11-pbpc-d13-st-bk
- SBH11-PBPC-D13-ST-BK Header 13x2 2.56mm pitch allegro pcb footprint
ST稀疏表
- ST 稀疏表的实现 ST(Sparse Table,稀疏表)算法是求解 RMQ 问题的经典在线算法,以 O (nlogn) 时间预处理,然后在 O (1) 时间内回答每个查询。ST 算法本质上是动态规划算法,定义了一个二维辅助数组 st [n][n],st [i][j] 表示原数组 a 中从下标 i 开始,长度为 2^j 的子数组中的最值(以最小值为例)。 预处理:要求解 st [i][j] 时,即求下标 i 开始,长度为 2^j 的子数组的最小值时,可以把这段子数组再划分成两半,每半的长度
