-
一个用vc编写的猜数字游戏,简单易用,与文曲新中的那个一样,只是这个是用vc写的罢了...
一个用vc编写的猜数字游戏,简单易用,与文曲新中的那个一样,只是这个是用vc写的罢了-vc prepared with a viewing of the game, simple to use, with the venturi that the new, but it is just a write vc
- 2022-01-28 21:17:32下载
- 积分:1
-
行业标准,802.16的空中接口,非常详细
行业标准,802.16的空中接口,非常详细-industry standards, 802.16 air interface, very detailed
- 2022-02-26 09:43:14下载
- 积分:1
-
This is a Visual C++ with the preparation of the Sokoban game, deficiencies, wil...
这是一个用Visual C++编写的推箱子游戏,不足之处,见谅。-This is a Visual C++ with the preparation of the Sokoban game, deficiencies, will be forgiven.
- 2022-11-19 20:05:03下载
- 积分:1
-
avr mega128 射频控制板代码
这个代码是射频 1 兆赫控制板控制时间和功率射频波,包含 ui、 键盘控制、 零交叉、 射频发生器
- 2022-03-18 14:23:31下载
- 积分:1
-
白月门窗厂订单管理系统。
订单的常规管理和客户查询系统...
白月门窗厂订单管理系统。
订单的常规管理和客户查询系统-White on doors and windows factory order management system. Of conventional management and customer order inquiry system
- 2022-03-06 04:56:50下载
- 积分:1
-
linux下的USB和网络驱动程序代码,可以参考。
linux下的USB和网络驱动程序代码,可以参考。-under linux USB and network driver code for reference.
- 2022-07-03 05:27:20下载
- 积分:1
-
51-60example-c代码,是txt文本格式的,另有40例代码会陆续传上来。-51-60example-c code, txt text format. Another 40 cases will successively sent code onto.
- 2022-03-19 13:17:01下载
- 积分:1
-
漂亮的服装网站,大家一定要多多支持,希望大家多提宝贵意见。...
漂亮的服装网站,大家一定要多多支持,希望大家多提宝贵意见。-very very good.you are one
- 2022-03-24 11:58:06下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
内部排序算法比较
一、需求分析
1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。
2. 待排序表...
内部排序算法比较
一、需求分析
1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。
2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。
3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。
-internal sorting algorithm 1, a demand analysis. Experiment on the following six kinds of internal sorting algorithm measured comparison : foaming, direct insertion, simple choice, rapid, Hill, Heap Sort. 2. Sorting tables to the long table is not less than 100, which use the data generated pseudo-random number (RAND ()), be at least five sets of input data are provided for comparison. comparable indicators for the keyword in the number of keywords and the number of participants and the number of mobile keyword. 3. Finally, the results of a simple analysis, including data on the outcome of fluctuations in the size of explanation.
- 2023-01-14 13:35:03下载
- 积分:1