-
This book is meant to help the reader learn how to program in C. It contains a t...
This book is meant to help the reader learn how to program in C. It contains a tutorial
introduction to get new users started as soon as possible, separate chapters on each major
feature, and a reference manual. Most of the treatment is based on reading, writing and
revising examples, rather than on mere statements of rules. For the most part, the examples
are complete, real programs rather than isolated fragments. All examples have been tested
directly from the text, which is in machine-readable form. Besides showing how to make
effective use of the language, we have also tried where possible to illustrate useful algorithms
and principles of good style and sound design.
- 2022-01-28 21:40:08下载
- 积分:1
-
俄罗斯方块源码java版本
俄罗斯方块源码java版本-Tetris source java version
- 2022-07-27 20:22:37下载
- 积分:1
-
王爽汇编程序设计
学习时写的一些程序
欢迎下载
王爽汇编程序设计
学习时写的一些程序
欢迎下载-Wang Shuang assembler designed study welcome to write some of the procedures to download
- 2022-10-20 09:45:03下载
- 积分:1
-
C#音乐播放器
1.自定义写了一个歌曲列表 实现了显示全部歌曲列表的功能 有鼠标移动特效2.自定义歌曲列表里 每页显示5首歌曲 可以进行上页 下页翻页功能 3.支持双击列表歌名播放该歌曲 4.显示所有歌曲数量 当前歌曲页数 总页数 5.即使刷新功能 每次添加歌曲 列表进行刷新6.解决很多歌曲列表的BUG 暂时没有发现还有什么BUG7.增加了软件启动的渐入特效和退出的特效 软件边框加上阴影效果
- 2022-06-02 22:46:56下载
- 积分:1
-
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每...
题目要求:读入两个小于100的正整数A和B,计算A+B。
需要注意的是:A和B的每一位数字由对应的英文单词给出。
输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。
输出格式:对每个测试用例输出1行,即A+B的值。
输入样例:
one + two =
three four + five six =
zero seven + eight nine =
zero + zero =
输出样例:
3
90
96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
- 2022-05-18 03:32:14下载
- 积分:1
-
这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度...
这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度-This is a transparent window for the realization of a transparent window may be based on the user
- 2022-08-17 22:37:36下载
- 积分:1
-
two hours to complete coverage, interface can also achieve. Only reference
java 完成二分覆盖问题,界面实现还可以。仅供参考-two hours to complete coverage, interface can also achieve. Only reference
- 2022-02-03 14:13:05下载
- 积分:1
-
wince下用evc写的一个串口通讯的程序
wince下用evc写的一个串口通讯的程序-evc programme of serial port communication under wince
- 2022-06-26 20:06:05下载
- 积分:1
-
ping的功能的实现的类,根据微软代码改造而成。便于实现对多个IP地址的PING,...
ping的功能的实现的类,根据微软代码改造而成。便于实现对多个IP地址的PING,-ping function of the realization of the category, in accordance with modified code from Microsoft. Facilitate the achievement of a number of IP addresses on the PING,
- 2022-03-24 21:04:50下载
- 积分:1
-
求圆周率的C#原代码
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序...
求圆周率的C#原代码
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve any degree of accuracy the circumference of the rate calculation procedures
- 2022-04-07 00:08:33下载
- 积分:1