-
PI
说明: 本程序是模拟常数PI的计算,可以精确到小数点后很多位!(This procedure is a simulation of constant PI calculation can be accurate to a lot of places after the decimal point!)
- 2008-12-14 20:35:09下载
- 积分: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
-
Programming.Pearls.pdf
[计算机科学经典着作].Programming.Pearls.pdf.zip
编程珠玑(Programming.Pearls PDF)
- 2009-12-03 21:41:25下载
- 积分:1
-
aToI
这是一个工程,包括了所有组成aToI 应用的文件。可以直接在编译器里运行。(This file contains a summary of what you will find in each of the files that
make up your aToI application.)
- 2011-05-20 08:06:56下载
- 积分:1
-
LUAC解密工具
说明: luac解密工具 方便快捷的解密luac文件(Luac decryption tool to decrypt luac files conveniently and quickly)
- 2021-04-04 12:39:04下载
- 积分:1
-
MahjongGame
说明: 本章实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。
(This chapter implements a complete network of four mahjong game, the assembly server and client-side functionality and integration. This chapter focuses on the non-reciprocal function of the establishment of network services, transmission of information sequences, building a virtual three-dimensional space, drawing graphics and display bitmaps, create a bitmap in memory and drawing graphics.)
- 2010-03-29 22:58:03下载
- 积分:1
-
我的测控软件
本软件自行编写,可对摩擦制动试验数据进行分析。主要用在摩擦材料的摩擦系数、制动温度数据分析方面,可批量读取数据,并组合分析输出实验报告。(The software is written by ourselves, and the friction braking test data can be analyzed. Mainly used in friction material friction coefficient, braking temperature data analysis, batch reading data, and combined analysis output test report.)
- 2018-09-18 10:36:18下载
- 积分:1
-
自主视力
通过使用stm32,自主研发的自助视力检测仪器压缩包为stm32的程序(Through the use of STM32, self developed self-help vision testing instrument compresses the package of STM32.)
- 2018-01-08 15:10:09下载
- 积分:1
-
tiaoyitiao
微信跳一跳stm32程序,带键盘,得用尺子量,里面有介绍(Intelligent rc522 water card, with PC end software, MCU used is stm32)
- 2018-01-17 18:49:03下载
- 积分:1
-
criticalpath
这是一个求取关键路径的c语言程序设计源代码(This is a strike the critical path of c language programming source code)
- 2012-06-14 09:35:54下载
- 积分:1