-
双龙电子增补库文件libslavr.a、slavr.h
libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib...
双龙电子增补库文件libslavr.a、slavr.h
libslavr.a是库文件,需要将其和ICC标准库文件放到一起,正常情况为:C:icclib。
slavr.h是头文件,要使用库函数需要包含此头文件。-Added to the library file Shuanglong electronic libslavr.a, slavr.hlibslavr.a is a library file, and the ICC needs to be put together with the standard library file, the normal situation: C: icclib. slavr.h is the header file, it is necessary to use the library functions need to include this header file.
- 2022-02-24 16:30:34下载
- 积分:1
-
库存系统
库存管理系统是所有计算排序的详细信息和产品详细信息、 销售详细信息的过程,在此系统中保存的股票的详情。
- 2022-05-30 06:12:49下载
- 积分:1
-
http://www.programmersheaven.com/zone6/cat700/16060.htm一个小巧的BASIC解释器…
http://www.programmersheaven.com/zone6/cat700/16060.htm A tiny BASIC interpreter with C++ sourcecode
- 2022-03-31 01:23:20下载
- 积分:1
-
计算机图形学中文!
计算机图形学中文!-computer graphics Chinese!
- 2022-04-01 08:36:36下载
- 积分: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
-
iSpring试用版本,使用它你可以很方便的将ppt转换成flash,这是一种基于COM的技术,所以你可以使用人和你喜欢的语言,当然这里给出的是适用于c++的...
iSpring试用版本,使用它你可以很方便的将ppt转换成flash,这是一种基于COM的技术,所以你可以使用人和你喜欢的语言,当然这里给出的是适用于c++的-With iSpring,You can Convert PowerPonit File To Flash File。It is
Based on COM Technology...........................................................................................................
- 2023-04-24 12:05:03下载
- 积分:1
-
左面小精灵源程序,自己做来给老婆玩的,贡献出来大家开心
左面小精灵源程序,自己做来给老婆玩的,贡献出来大家开心-source elves left their wives to do to play, you have contributed happy
- 2022-09-19 09:25:04下载
- 积分:1
-
GetLastError输入错误数字,显示中文错误原因
应用背景该代码实现了windows编程下,错误代码的查询,当你使用GetLastError时收集到的数字,经数字输入到该exe中便可以显示出错误原因,中文版的,这样以便于对错误进行处理,使用十分方便。关键技术在使用MFC下,导入了netmsg动态库,是通过学习《windows内核编程》进行第一次开发,对内核编程有了初步的学习,想对内核编程进行进一步的学习,需要先对此代码比较熟练,继而进行下一步的学习。
- 2022-03-24 15:52:10下载
- 积分:1
-
Foxmail 新版中有一个《邮件特快专递》的功能。起先搞不懂如何用,后来知道要在“工具...
Foxmail 新版中有一个《邮件特快专递》的功能。起先搞不懂如何用,后来知道要在“工具->系统选项”那边设置“本地 DNS 服务器的IP地址”。 觉得这个新功能蛮好用的。不需要通过SMTP代理,可以直接通过本地往邮箱所在的邮件交换器发送邮件。在暑假一开始想在 VC++ 中实现这个功能。用 IRIS 截包后,发现程序中有 mx8.263.net 发送邮箱,不知道这个是什么东西,所以作罢。后来才想到这个就是 263.net 的MX记录主机,原来特快专递的原理就是往这个主机上发送数据就行。-Foxmail is a new version of "Speedpost mail" function. Initially do not understand how to use, we later learned to "tool-gt; System Options "side set up" local DNS server IP addresses. " Think of this new feature very good use. Going through SMTP agents, through direct mail to the local where the mail exchange mail. Beginning in the summer to a VC in achieving this function. With IRIS cut package and found out the mx8.263.net send mail, I do not know what this is, give up. Later 263.net think this is the MX records mainframe, the original Speedpost this principle is to send data on the mainframe on the trip.
- 2022-03-20 15:14:35下载
- 积分:1
-
进程调度的试验,有时间片算法和优先级算法,图形化界面显示...
进程调度的试验,有时间片算法和优先级算法,图形化界面显示-The process of scheduling the test algorithm has time slice and priority algorithms, graphical user interface display
- 2022-04-30 10:59:23下载
- 积分:1