-
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的...
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的-Make setup program by VC++, it bind all the resources in the exe file,and extract the resources to the disk when the app running. It is usful for small program.
- 2022-08-21 16:52:12下载
- 积分:1
-
旅游业管理系统
此源代码是关于旅游管理体制,引导游客为旅游景点的网站。
- 2022-09-24 04:35:03下载
- 积分:1
-
迪杰斯特拉算法,希望对于一些刚学c语言编程的有帮助
迪杰斯特拉算法,希望对于一些刚学c语言编程的有帮助-dijiesitela
- 2022-07-09 23:18:21下载
- 积分:1
-
很简单的计算器哦~!~! 本人的小作业!
很简单的计算器哦~!~! 本人的小作业!-very simple calculator oh ~! ~! My small operation!
- 2022-01-25 18:42:15下载
- 积分: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
-
孙鑫教程源码
孙鑫视频 教程第5课源码
孙鑫教程源码
孙鑫视频 教程第5课源码-failed to translate
- 2023-05-11 10:55:03下载
- 积分:1
-
<Shell Studio>
--作品所有源代码(100%能运行)和开发文档
贝壳工作室---发票管理系统其中包括:
1.租凭业发票
2.建筑业发票
3.固定资产发票
4.服务行业发票
5.无形资产发票
这是于2004年编写,前面已经发布过两套类似发票管理系统源代码
这个是最新版,我将完全公布其所有源代码和程序。如果遇到什么
问题请与我联系:贝壳工作室网址:http://www.bkwork.cn-- works all the source code (100 to run) and the development of shellfish Studios--- invoice document management system including: 1. Lease industry invoice 2. Construction invoices 3. Fixed asset invoices 4. Service industry invoice 5. intangible invoices that are prepared in 2004, have already issued two sets of Invoice Management System similar to source code this is the latest version, I will be fully released all of its source code and procedures. If you have any questions, please contact me: Shell Studios website: http://www.bkwork.cn
- 2023-05-01 22:40:06下载
- 积分:1
-
汽车销售管理系统的程序代码以及数据库文件
汽车销售管理系统的程序代码以及数据库文件-Car Sell
- 2022-12-12 00:15:03下载
- 积分:1
-
VC下实现正则表达式的基本功能,可以根据定义的reg expressions解析日志,提取相应提取项,本人在MFC下测试通过....
VC下实现正则表达式的基本功能,可以根据定义的reg expressions解析日志,提取相应提取项,本人在MFC下测试通过.-under VC expression is the basic functions under the definition of analytic expressions reg logs extracted from the corresponding item, I MFC test.
- 2022-07-01 02:48:49下载
- 积分:1
-
泰森多边形(垂直平分法)插值算法,降雨空间插值常用的方法...
泰森多边形(垂直平分法)插值算法,降雨空间插值常用的方法-Thiessen polygons (perpendicular bisector method) interpolation algorithm commonly used method of spatial interpolation of rainfall
- 2023-03-23 20:55:04下载
- 积分:1