-
建立词法分析过程,实现一个固定词法的算符优先分析
建立词法分析过程,实现一个固定词法的算符优先分析-The establishment of the process of lexical analysis, the realization of the operator a fixed priority analysis of lexical
- 2022-08-26 10:48:37下载
- 积分:1
-
android 赛程球队管理系统
基于android平台,可以实现对赛程的安排,对球队的管理,以及参赛人员的添加删除修改等操作
- 2022-11-12 17:20:17下载
- 积分:1
-
VB库存管理SYSTEM
VB库存管理SYSTEM-VB inventory management SYSTEM
- 2022-12-15 07:45:04下载
- 积分:1
-
vc下xml文档的解析
vc下xml文档的解析-vc under xml document analysis
- 2022-07-20 19:56:27下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
这是一个关于粒子群算法的程序源码,已经在C++6.0运行过了,真的是不错的一个程序...
这是一个关于粒子群算法的程序源码,已经在C++6.0运行过了,真的是不错的一个程序-This is a process on the particle swarm algorithm source code, has been run over C++6.0, and really is a good a program
- 2022-06-17 13:57:14下载
- 积分:1
-
VC++编程,简单的加密文件,然后读取程序,并和用户的输入相比较...
VC++编程,简单的加密文件,然后读取程序,并和用户的输入相比较-VC++ Programming, a simple encrypted file, and then read the procedures and and user input compared to
- 2022-07-16 18:46:26下载
- 积分:1
-
程序说明一个用C语言编写制作的菜单程序
程序说明一个用C语言编写制作的菜单程序 -C language description of the procedures to compile and make available a menu of programs
- 2022-03-18 06:46:21下载
- 积分:1
-
利用相片的拍照时间查找冗余相片 C#
输入要查找相片的目录 改名 可以将所有相片名称改为拍照时间查找可以找出相同相片生成结果 存在 c:重复相片.TXT主要代码在form1.cs 中
- 2022-01-26 07:51:42下载
- 积分:1
-
BunnyLod网格简化代码,vs2012编译通过
A Simple,Fast and Effective Polygon Reduction Algorithm by Stan Melax,用的是最熟悉的兔子模型
- 2022-01-25 23:25:18下载
- 积分:1