-
amazon推荐:7月刚出版的Android Essentials 电子版
amazon推荐:7月刚出版的Android Essentials 电子版-amazon recommended: July has just published the electronic version of Android Essentials
- 2023-05-02 07:25:03下载
- 积分:1
-
amcap 源代码
资源转载自微软SDK,原始下载地址已经忘记。微软官方开源的 directshow sample code。需要放到windows SDK下面编译,否则需要 debug 和 release 的base库,具体使用方法可以百度。
- 2022-03-19 17:37:09下载
- 积分:1
-
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。...
描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。
功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。
设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。
实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。-Description: list queue model procedures for practice and understand the basic principles of the queue list and realization method. Functions: to achieve a leading node in the queue list to create, insert, delete, traverse, judge for the space, as well as the destruction of other functions. Set debug parameters output function can be used to track the major changes in single-step variables. Realize a custom command-line SHELL, receive an explanation and implementation of the operation command.
- 2022-03-17 09:51:00下载
- 积分:1
-
《面向对象程序设计》第十章的例子的源代码
《面向对象程序设计》第十章的例子的源代码- Object-Oriented Programming Chapter X of the example source code
- 2022-03-25 09:31:08下载
- 积分:1
-
语音识别孤立
孤立的孤立词语音识别的孤立词语音识别语音识别
- 2022-03-25 20:13:50下载
- 积分:1
-
一个小控件,在vc++6.0环境下编译测试通过
一个小控件,在vc++6.0环境下编译测试通过-a small component in vc 6.0 compiler environment through testing
- 2022-06-19 11:34:48下载
- 积分:1
-
vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文
vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文本区域 91 学校报表 92 银行平衡表 93 Java多线程小程序演示浏览 94 发送接收数据 95 信件处理 96 服务器监听 97 发送接收UDP数据 98 创建备用屏幕 99 SQL数据集 100 视频会话 101 绘图-vc inspiration programming model to create the source code 81 82 trees to create voice control button 83 broadcast version control 84 Clock dialog 85 88 87 Communication Control text created 89 regional units to change school text regional statements 92 91 silver Bank balance sheet of 93 small Java multithreading procedures demonstration here to receive this information 94 95 96 mail processing server monitoring Send to listen to 97 receive 98 UDP data to create standby screen 99 SQL data sets 100 Video Conversation 101 Mapping
- 2022-09-10 19:55:03下载
- 积分:1
-
2款用C++ 和 MFC 做的工具 一个通讯录和一个计算器
2款用C++ 和 MFC 做的工具 一个通讯录和一个计算器-2, with C++ and MFC do tools for an address book and a calculator
- 2022-04-27 02:03:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
网络编程已经成为一种时髦,以TCP/IP协议的网络更为流行.自己编一个服务器与客户机互相传送消息的程序,以便增加自己网络编程的经验.下面我就介绍一下我编的程序.
网络编程已经成为一种时髦,以TCP/IP协议的网络更为流行.自己编一个服务器与客户机互相传送消息的程序,以便增加自己网络编程的经验.下面我就介绍一下我编的程序.-network programming has become a fashionable in the TCP/IP protocol networks become more prevalent. Their series with a client-server messaging each other procedures, in order to increase their own network programming experience. Below I introduce my part of the process.
- 2022-06-26 07:20:39下载
- 积分:1