-
C语言生成的代码在执行效率上比其它高级语言都高.现在让我们来看看C语言生成的代码具体是什么样子的.当你看完本文对于C语言的了解一定会更深一步了....
C语言生成的代码在执行效率上比其它高级语言都高.现在让我们来看看C语言生成的代码具体是什么样子的.当你看完本文对于C语言的了解一定会更深一步了.-the runtime efficiency of c codes are higher than any other high level languages. Now let s see how the codes produced by c language are like. After finishing reading this article your understanding of c language will be deeper
- 2022-03-20 22:52:55下载
- 积分:1
-
一种矩阵具有相对较少的非零(或“有趣的” )的项目。 It may be represented in much less than n × m space.它...
一种矩阵具有相对较少的非零(或“有趣的” )的项目。 It may be represented in much less than n × m space.它可派代表参加远远低于ñ ×米的空间。 -A matrix that has relatively few non-zero (or "interesting") entries. It may be represented in much less than n × m space.
- 2023-06-06 09:45:04下载
- 积分:1
-
这是一个扑克游戏,玩家可取出手上的一张或者多张牌,来捡“桌面”上任意一张或者“对家捡牌区”最上面的那张牌。捡到的纸牌将放在“玩家捡牌区”。当然能够捡到牌要满足一...
这是一个扑克游戏,玩家可取出手上的一张或者多张牌,来捡“桌面”上任意一张或者“对家捡牌区”最上面的那张牌。捡到的纸牌将放在“玩家捡牌区”。当然能够捡到牌要满足一个条件,即玩家所取的牌的点数与要捡的那张牌的点数之和必须是14。计算机最后根据玩家和对家捡牌的分数总和以判定游戏输赢。-This is a poker game, players can take out the hands of one or more cards to pick " Desktop" on any one or " pick up a license for home-zone" goes on the top card. The cards will be picked up on the " Players pick up cards Zone." Of course, be able to pick up a license to satisfy a condition that the player card by taking the points you want to pick up the license points of affiliation and must be is 14. Finally, according to the player and the computer at home picking up a license in order to determine the sum of the scores the game winning or losing.
- 2022-03-18 15:59:30下载
- 积分:1
-
一个小巧的磁盘整理工具 方便的实现磁盘整理 方便 实用
一个小巧的磁盘整理工具 方便的实现磁盘整理 方便 实用-a compact disk tool needed to facilitate the realization of practical convenience disk collate
- 2022-11-02 01:30:04下载
- 积分:1
-
对输入的10个数据点进行直线拟合
对输入的10个数据点进行直线拟合-the importation of 10 data points for linear fitting
- 2022-08-04 11:55:34下载
- 积分:1
-
vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。...
vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。
-vc 6.0 development, through this dynamic link library sent to the serial order information. Serial procedures for the development, very useful.
- 2022-12-09 07:20:03下载
- 积分:1
-
码数字图像处理。
Codes digital image processing.
- 2022-03-26 09:13:49下载
- 积分:1
-
基于C++串口通信
应用背景主要用于串口通信中,不使用通信控件实现的串口通信代码关键技术serialPort类的定义与实现,修正了原类中的小bug,解决了退出死机情况。
- 2023-03-31 19:55:03下载
- 积分:1
-
The Safest Smart Pointer of the East
The Safest Smart Pointer of the East
- 2022-01-21 03:26:56下载
- 积分:1
-
开发DLL文件和调用DLL文件的最精炼源码
用C++开发动态链接库(DLL文件),也是LIB文件。这是最简单的例子程序,写了一个myDLL.dll文件和一个callDLL.exe文件。实现了从exe里传一个参数给DLL中的函数,并由DLL中的函数进行处理后返回值给exe程序。编译环境测试过:C-Free、VS2010、VC++6.0,各个编译环境有所不同,代码也要稍作调整,源码中有备注。
- 2022-04-19 20:18:59下载
- 积分:1