-
Firstcon
制作个人资料登记Address Book(produced personal registration information Address Book)
- 2006-11-19 23:47:20下载
- 积分:1
-
BcbChess
C++Builder程序设计范例:中国象棋 / 胡达著 出版发行 北京 : 清华大学出版社, 2002
的附带光盘,用c++Builder实现一个简单的象棋程序
(C++ Builder Program Design Example: Chinese Chess/Huda published a Beijing: Tsinghua University Press, 2002 spin-off CD-ROM, with c++ Builder realize a simple chess program)
- 2008-04-07 23:05:11下载
- 积分:1
-
ds1302
ds1302例程,本例程来源网络,本人验证通过,特此上传供大家学习交流(ds1302 routine, the routine source network, I verify hereby uploaded for everyone to learn exchange)
- 2012-09-14 18:34:51下载
- 积分:1
-
ssapahotsuppose
一个比较价值的File system Filter Driver(A more valuable File system Filter Drive)
- 2018-07-28 05:50:58下载
- 积分:1
-
code
栈的顺序表示和实现
(1)初始化顺序栈。
(2)插入元素。
(3)删除栈顶元素。
(4)取栈顶元素。
(5)遍历顺序栈。
(6)置空顺序栈。
栈的链式表示和实现
编写一个程序实现链栈的各种基本运算,并在此基础上设计一个主程序,完成如下功能:
(1)初始化链栈。
(2)链栈置空。
(3)入栈。
(4)出栈。
(5)取栈顶元素。
(6)遍历链栈。
队列的顺序表示和实现
(1)初始化队列。
(2)建立顺序队列。
(3)入队。
(4)出队。
(5)判断队列是否为空。
(6)取队头元素。
(7)遍历队列。
队列的链式表示和实现
(1)初始化并建立链队列。
(2)入链队列。
(3)出链队列。
(4)遍历链队列。(Sequential Representation and Implementation of Stacks
Chain Representation and Implementation of Stack
Sequential Representation and Implementation of Queues
Chain Representation and Implementation of Queues)
- 2019-07-01 11:05:32下载
- 积分:1
-
AFXINET.H
MFC所需要的头文件
- 2022-10-16 17:00:03下载
- 积分:1
-
PersonalFinanceAssistant
个人财务助理,计算五险一金,比例手动可调(Personal finance assistant, a calculation of the five insurance payments, the proportion of manual adjustable)
- 2009-04-17 12:21:45下载
- 积分:1
-
Vanilla_Behavior_Pack_Beta_1.13.0.4
说明: 该材质包为Minecraft维基上的官方材质包模板,可自行修改和发送(This material package is the official material package template on the Minecraft wiki, which can be modified and sent by itself.)
- 2020-06-19 22:00:01下载
- 积分:1
-
c#调用Media Player播放器Demo
应用背景
//打开
private void toolStripButton1_Click(object sender, EventArgs e)
{
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.Multiselect = true;
openFileDialog.Filter = "MP4文件|*.mp4|MP3文件|*.mp3|Wav文件|*.wav|所有文件|*.*";
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
axWindowsMediaPlayer1.currentPlaylist = axWindowsMediaPlayer1.newPlaylist("列表", "");
&n
- 2022-03-11 11:21:14下载
- 积分:1
-
conv_hex
解析51单片机HEX文件的程序,生成二进制的内存文件。Craftor原创(A C program that can analysis HEX file and
convert it into a binary file.
By Craftor)
- 2010-09-28 10:56:06下载
- 积分:1