-
S13
《C++编程思想》(第二版)练习题答案 第十三章答案(The answer for the charpter 13 of Thinking in C++ )
- 2011-11-21 18:17:00下载
- 积分:1
-
Regular-expressions-simplifypattern-matching-code
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.(Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow-levelpattern-matching support, that support commonly leads to complex code. To help you write simplerpattern-matching code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.)
- 2007-05-10 19:54:00下载
- 积分:1
-
DevExpress控件使用大全
说明: C#开发插件DevExpress控件属性详细说明(Control property details)
- 2020-03-19 11:23:11下载
- 积分:1
-
kaoqinji
自己制作 考勤机程序 已经验证成功 并有电路图(Produce their own attendance machine program and a circuit has proved to be successful)
- 2010-05-20 13:49:32下载
- 积分:1
-
tickprocessor
A thin wrapper around shell s read function showing a file name on error.
- 2014-02-13 21:36:56下载
- 积分:1
-
通过网易云 qq音乐 下载歌曲
说明: 下载歌曲
通过网易云 qq音乐等
测试研究使用(for down music
Test research use)
- 2020-06-19 08:20:02下载
- 积分:1
-
串口调试助手
说明: 串口调试小程序,对初学者很有帮助,请放心下载。(Serial debugging program is very helpful for beginners, please feel free to download.)
- 2020-06-25 05:20:02下载
- 积分:1
-
6-1
Visual C++ 6.0 程序设计从入门到精通 实例6-1(The Visual C++ 6.0 programming from entry to the master instance 6-1)
- 2012-11-03 11:35:36下载
- 积分:1
-
mpu6050
说明: 基于51单片机陀螺仪参数在LCD1602显示三轴角速度和角加速度参数(Display triaxial angular velocity and angular acceleration parameters on LCD1602 based on 51 single chip microprocessor gyroscope parameters)
- 2021-04-20 16:08:50下载
- 积分:1
-
SetClassOperaterOverload
集合类(Set),用运算符重载实现并(+),差(—),交(×)等操作,并重载=
和-= ,实现Set S1,S2;…s1 = s2 和 S1-=S2;集合S1中去掉S2中的元素的操作
(Collections (Set), using operator overloading to achieve and (+), difference (-), cross (×) and other operations, and overloading = and-= to achieve Set S1, S2 ... s1 = s2 and S1-= S2 set S1 S2 removed in the operation of the elements)
- 2010-05-21 21:22:42下载
- 积分:1