-
双龙电子增补库文件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
-
1. 使用没多长时间, 发现这个版本有限制, 具体不很清楚, 可能是对大文件有限制
2. 有一个程序可以将就用 另一个程序较大, 编译烧录后功能不全...
1. 使用没多长时间, 发现这个版本有限制, 具体不很清楚, 可能是对大文件有限制
2. 有一个程序可以将就用 另一个程序较大, 编译烧录后功能不全
-1. The use of no more than a long time and found that this version is limited, concrete is not very clear, large files may be restricted 2. There is a program can use another program on a larger, compiler writers dysfunction after
- 2022-03-11 19:51:35下载
- 积分:1
-
人事管理系统,我的毕业设计啊,相当详细的,初学啊别笑话...
人事管理系统,我的毕业设计啊,相当详细的,初学啊别笑话-Personnel Management System, my graduation project, ah, very detailed, do not joke ah beginner. . .
- 2022-02-04 14:51:05下载
- 积分:1
-
图书馆的一个简单的系统,基本上都会,我用的C语言编的
图书馆的一个简单的系统,基本上都会,我用的C语言编的-a simple library system will basically, I used the C language series
- 2023-02-04 07:50:03下载
- 积分:1
-
编辑器的雏形
编辑器的雏形 - 演示在CView里绘制文本,水平标尺和垂直标尺的绘制,行号列号的显示,插入符定位,视窗滚动等。完全支持中文,不会出现半个汉字或插入符落在汉字中间的情况 还有许多功能没有实现,如果您想从头做编辑器而不知道怎么开始的话,也许有一点参考作用。-editor of embryonic-demonstration in CView Lane drawing text, the level of standard and vertical scale mapping, line number out of the show, insert website positioning, scrolling window. Full support for the Chinese and would not have half of Chinese or Chinese characters fell into intermediate website of the many functions not realize that if you want to do from scratch editor does not know how the beginning, then there may be some references.
- 2022-10-26 00:25:03下载
- 积分:1
-
AJAX编程实现功能等 AJAX编程实现功能等
AJAX编程实现功能等 AJAX编程实现功能等-Features such as AJAX programming AJAX programming functions AJAX programming functions
- 2022-05-22 03:19:47下载
- 积分:1
-
ODCOMBO.ZIP is a VC++ 6.0 dialog
ODCOMBO.ZIP is a VC++ 6.0 dialog-based project that contians an onwer-drawn combo box.
- 2022-06-30 05:58:22下载
- 积分:1
-
vc achieved with a simple personal income tax calculator
用vc++实现的简单个人所得税计算器-vc achieved with a simple personal income tax calculator
- 2023-06-21 09:45:03下载
- 积分:1
-
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
- 2022-01-26 05:36:44下载
- 积分:1
-
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。...
设Internet上有N个站点,通常从一个站点发送消息给其他N-1个站点,需依次发送N-1次。
这样从一个站点发布消息传遍N个站点时,可能要较长时间。
设从每一个站点都可以向其他N-1个站点同时发送消息.
当一个站点发布消息给若干个站点后, 设为k个, 已获得消息的这1+k个站点就可以同时发布消息给另外若干个站点, 设为t个, 此后就有 1+k+t 个站点可以同时发布消息,这种发布消息方法应该会缩短消息传遍N个站点的时间。
请您编一个程序, 编程求出从第一个站点开始发布消息传遍N个站点的最短时间。
- 2022-01-27 09:55:19下载
- 积分:1