-
tetris3
C++控制台俄罗斯方块带源代码,界面美观,Visual C++ 6.0编译。(Cpp Console Tetris)
- 2015-07-17 19:35:44下载
- 积分:1
-
Get_Day
说明: 输入年份,判断是该年的那一天,
实现判断输入的正误!(Enter the year, is to determine the day of the year)
- 2009-07-31 20:12:05下载
- 积分:1
-
STL
c++ 标准模板库,用于c++标准模板库的学习和使用(this is a c++ stl, you can do many things with it)
- 2018-11-27 19:38:46下载
- 积分:1
-
source2
sample for programming use main
- 2017-08-15 15:57:20下载
- 积分: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
-
Game
这是一本关于游戏服务器打包方法的介绍,在通信传输中,总也离不开打包、解包操作(This is a book about the game server packing method is introduced, in the communication transmission, also always cannot leave packing, unpacking operation
)
- 2012-09-18 11:07:49下载
- 积分:1
-
car4Ssale
用c++做的汽车4s店销售系统(mfc)
录入查询库存预定等功能模块
头文件中定义 class CAutomobile4SshopDlg : public CDialog
头文件中定义class sale : public CDialog
class service : public CDialog
class storage : public CDialog
class guanli : public CDialog
分别作销售,服务,库存,管理功能模块函数体调用
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_AUTOMOBILE4SSHOP_DIALOG 102
.....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc)
Input query inventory reserve and other functional modules
Header file defines class CAutomobile4SshopDlg: public CDialog
Header file defines class sale: public CDialog
class service: public CDialog
class storage: public CDialog
class guanli: public CDialog
Respectively, for sales, service, inventory management function module calls the function body
# define IDM_ABOUTBOX 0x0010
# define IDD_ABOUTBOX 100
# define IDS_ABOUTBOX 101
# define IDD_AUTOMOBILE4SSHOP_DIALOG 102
Defined as a function of the body ..... macro call)
- 2013-10-24 17:52:29下载
- 积分:1
-
my-robot-program-stm32
stm32实现智能小车实现探测攻击和红外避障功能。(stm32 achieve intelligent car attack detection and infrared obstacle avoidance function.)
- 2020-11-27 22:29:30下载
- 积分:1
-
nunyui-V1.7
基于互功率谱的时延估计,包括广义互相关函数GCC时延估计,已调制信号计算其普相关密度。( Based on the time delay estimation of power spectrum, Including the generalized cross-correlation function GCC time delay estimation, Modulated signals to calculate its density Pu-related.)
- 2017-05-07 23:28:30下载
- 积分:1
-
VB算法计算器
说明: 一款加解密计算,字符顺序改变,mod5加密,的软件。(A encryption and decryption calculation, character order change, mod5 encryption, software.)
- 2020-06-16 13:00:01下载
- 积分:1