-
ch5
《c 和指针》课后习题第五章答案源代码,包含多个习题的答案和说明。(the sourcecode of C&pointers chapter 3)
- 2012-02-22 15:57:40下载
- 积分:1
-
学生记录系统
学生记录系统实现基本功能的数据结构是添加,删除,更新,计数,等等。这个项目只需要提取和你准备编译它。
- 2022-02-24 12:46:24下载
- 积分:1
-
MSP430F5438的定时器例程
定时器time_A的设置实验 观察开发板上的LED灯被点亮 用示波器观察LED灯输出引脚的波形为 500Hz 方波
- 2022-05-13 04:25:01下载
- 积分:1
-
gpslangugeprograming
说明: 本篇文章主要介绍了关于GPS c 语言编写程序( this article introduce a global positioning system c Language program)
- 2010-04-20 16:36:02下载
- 积分:1
-
tm
说明: protocol implementation for viewing TELEMECHANIC DATA
- 2015-01-16 03:49:18下载
- 积分:1
-
MY-Project
俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)
- 2013-09-09 09:51:59下载
- 积分:1
-
3 utra-程序
STM8L 的串口程序(STM8L serial program)
- 2017-11-01 16:05:01下载
- 积分:1
-
C# 截屏代码
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Windows.Forms;
namespace Screencap
{
public class Capture
{
public enum CaptureTarget
{
Window,
Screen
}
public static Bitmap CaptureImage(CaptureTarget target, IntPtr windowHandle)
{
if (target == CaptureTarget.Window && windowHandle != IntPtr.Zero)
{
Rectangle rect = GetWindowRect(windowHandle);
- 2022-01-21 23:03:40下载
- 积分:1
-
work03
说明: 按键显示Key Value is:(num)
S1 S2 S3 S4
S5 S6 S7 S8
S9 S10S11S12
S13S14S15S16(Key Value is:(num)
S1 S2 S3 S4
S5 S6 S7 S8
S9 S10S11S12
S13S14S15S16)
- 2020-06-25 14:20:01下载
- 积分:1
-
C#中如何使用信息提示控件,VS2005平台
C#中如何使用信息提示控件,VS2005平台-C# How to control the use of information prompted, VS2005 Platform
- 2022-02-14 11:57:45下载
- 积分:1