-
address book source code
address book source code
- 2022-02-13 12:17:09下载
- 积分:1
-
Programming Role Playing Games with DirectX 2nd edition第一章的shell修正版
游戏界的天才少年Jim Adams的《Programming Role Playing Games with DirectX (2nd edition)》第一章的框架程序(shell)的修正版,
能够适用各种字符集。
- 2022-05-21 06:44:47下载
- 积分:1
-
一个计算器 用VB写的 用的是和XP一样的界面
一个计算器 用VB写的 用的是和XP一样的界面-a calculator with VB write and use the same interface XP
- 2022-04-20 22:29:59下载
- 积分:1
-
网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!...
网络编程的入门程序,对初学者很有帮助! 程序分客户端和服务器端,能通信!-The introduction program leading to network programming.It could make a good help to the beginners! The program include Client-end and Server-end,and can communicate between the two.
- 2022-08-09 21:35:18下载
- 积分:1
-
vc++ in curriculum design, to do a simple hotel management system
vc++的课程设计,做的简单的酒店管理系统-vc++ in curriculum design, to do a simple hotel management system
- 2022-01-26 00:03:04下载
- 积分: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
-
事务管理系统
unigui开发的一个ACCESS的事务管理系统 ,学过DELPHI的一个都知道,我学了两天就写出了这个程序,大家可以下载看看,如觉得这个不是你想要的 可以直接跳过;
- 2022-04-13 03:43:57下载
- 积分:1
-
DAT to VCD format files converted to MPG format gadget is simple and practical
把VCD格式的DAT文件转换成MPG格式的小工具 简单实用-DAT to VCD format files converted to MPG format gadget is simple and practical
- 2022-07-26 23:03:25下载
- 积分:1
-
弯曲与开发的小日志,希望对大家有用…
一个用flex开发的小小的日志,希望能对大家有用,有一些不足-Flex with the development of a small log, hoping to be useful for all of us, there are a number of shortcomings
- 2022-04-07 02:44:34下载
- 积分:1
-
Spring Mvc框架,包含登录页面
Spring Mvc完整框架,最近互联网公司用的最多的框架。持久层框架用的是mybatis 。
配置完整,包含登录窗口,扩展性强。
- 2022-07-15 20:05:15下载
- 积分:1