-
iostream1
编写程序,通过设置ios::scientific和ios::fixed标志以定点和科学记数法显示浮点类型数据。(Programming, by setting the ios:: scientific and ios:: fixed flag with fixed-point and scientific notation floating-point data types.)
- 2010-05-17 17:14:54下载
- 积分:1
-
STM8L15x
STM8L15系列的I2C通信实例程序,有三种模式的范例,分别是master,slaver ,poll(STM8L15 series I2C communication procedures example, there are three modes of examples, namely master, slaver, poll)
- 2013-06-05 11:04:18下载
- 积分:1
-
Ogre_sjms
OGRE 3D引擎所含设计模式之分析
OGRE 3D引擎所含设计模式之分析(not)
- 2009-05-10 18:27:59下载
- 积分:1
-
ScreenSvr_ExplodingFlower
Screen Saver source code in vb. An exploding flower saver.
- 2013-07-15 12:44:24下载
- 积分:1
-
SourceCode-0.1.1
just some source of cheat engine
- 2012-09-09 21:58:51下载
- 积分:1
-
HidCom
another new src code
- 2018-02-14 15:08:13下载
- 积分:1
-
TETRIS
此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
- 2013-10-23 21:46:26下载
- 积分:1
-
socket_send2plc
说明: 数据用socket写入到三菱系列PLC中,读取或写入数据。(send data to mitishubishi PLC with socket)
- 2020-06-25 06:00:02下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
例题13.1 一元二次方程及出错信息
一元二次方程及出错信息,在程序中输入一元二次方程,获得解析解(A quadratic equation and error information. Enter a quadratic equation in the program, access to analytic solution)
- 2018-03-03 12:37:09下载
- 积分:1