-
C++ primer plus第7章课后的编程练习,所有代码都通过编译,学习C++的同学可以参考一下。...
C++ primer plus第7章课后的编程练习,所有代码都通过编译,学习C++的同学可以参考一下。-C++ Primer plus Chapter 7 after-school programming exercises, all code through the compiler, learning C++ Students for reference.
- 2022-04-13 14:13:44下载
- 积分:1
-
1.具有低温上电和高温断电功能;
2.能够进行温度上限和温度下限设置,并且实时显示温度;
程序内以给出详细注释....
1.具有低温上电和高温断电功能;
2.能够进行温度上限和温度下限设置,并且实时显示温度;
程序内以给出详细注释.-1. With a low temperature and high temperature power-off function 2. To carry out the minimum temperature and maximum temperature settings, and real-time display of temperature process to give detailed comments.
- 2022-08-16 13:06:37下载
- 积分:1
-
Through the program can detect the hard disk each partition the total capacity,...
通过该程序可以检测硬盘的各个分区的总容量、剩余容量-Through the program can detect the hard disk each partition the total capacity, remaining capacity
- 2022-01-21 03:32:09下载
- 积分:1
-
derectional input and output of console application program
控制台应用程序定向输入和输出-derectional input and output of console application program
- 2022-03-12 12:46:40下载
- 积分:1
-
shablon for universla server wich can work with DB, wtite log file, and work wit...
shablon for universla server wich can work with DB, wtite log file, and work with multiple clients.
- 2023-02-11 10:40:05下载
- 积分:1
-
C++编写的控制台上的电话簿管理系统
C++编写的控制台上的电话簿管理系统-telephone note management in console by c++
- 2022-05-14 09:21:53下载
- 积分:1
-
awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
awk by Cao Siqin, 2007.7.17
awk
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be executed:
notepad C:WINDOWSa.log
notepad C:WINDOWS.txt
- 2022-07-01 19:45:10下载
- 积分:1
-
用C语言设计贪吃蛇的游戏
本项目主要使用编程的基本概念……C设计让用户玩贪吃蛇游戏交互.....所有注册列表和播放用户随着他们的分数是存储在一个文件名为“记录”…它还使用了文件处理的概念…
- 2022-01-26 08:22:11下载
- 积分:1
-
C和汇编混合屏幕开发,使用C和ASM交叉
C和ASM混合屏幕开发,使用C和ASM交叉编译环境。可实现字符输入、游标控制、颜色控制等功能。-C and ASM hybrid screen development, use C and ASM cross-compiler environment. Characters can achieve input, cursor control, color control capabilities.
- 2022-01-26 08:16:07下载
- 积分:1
-
该程序可用于计算1000以内的数的阶层
用数组处理,采用10进制进位,如果要加快速度可考虑1000进制或更高...
该程序可用于计算1000以内的数的阶层
用数组处理,采用10进制进位,如果要加快速度可考虑1000进制或更高-The program can be used to calculate the number of 1000 within the class with an array of treatment, using 10 binary notation, if the speed could be considered hexadecimal 1000 or higher
- 2022-03-23 06:05:06下载
- 积分:1