-
"A Programmer s Introduction to C# 2.0, Third Edition" is a critical update to t...
"A Programmer s Introduction to C# 2.0, Third Edition" is a critical update to the highly successful second edition. It is written by a member of the original C# language-design team and a C# program manager, so you can be certain this book contains the expertise you re looking for.
This third edition covers the new elements of C# 2005 that you ll soon embrace. This comprehensive tutorial explains features like generics, iterators, anonymous types, and partial classes. It is sure to be a key resource for all you C# programmers!
- 2022-07-12 18:01:26下载
- 积分:1
-
《DirectShow开发指南》源码
本书以DirectX SDK 9.0版为蓝本,内容几乎涵盖了在Windows平台上使用DirectShow进行C++编程的方方面面。全书共分4个部分。第1部分详细介绍了DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow应用程序的开发,包括目前非常流行的音视频采集、数码摄像机的支持、非线性编辑等应用。第3部分深入分析了DirectShow SDK提供的部分典型源代码。第4部分结合作者个人的一些开发实践,通过案例和开放源代码分析,进一步介绍DirectShow的实务应用。
- 2022-07-17 07:02:45下载
- 积分:1
-
scheme, r5rs标准,scheme的国际标准文档
中文,不知道有没有人喜欢英文的...
scheme, r5rs标准,scheme的国际标准文档
中文,不知道有没有人喜欢英文的-scheme, r5rs standards, international standards scheme documentation in Chinese, do not know whether there are people like the English
- 2022-02-02 14:33:53下载
- 积分:1
-
windows
windows驱动开发的电子书,CHM格式,简体中文版。-windows-driven development of the e-book, CHM format, simplified Chinese version.
- 2022-08-08 22:28:08下载
- 积分:1
-
《C语言大全》把国际著名C语言专家赫伯特希尔特(Herbert Schildt)的新作“C:The Complete Reference,Fourth Edit...
《C语言大全》把国际著名C语言专家赫伯特希尔特(Herbert Schildt)的新作“C:The Complete Reference,Fourth Edition”介绍给广大读者!-err
- 2023-03-14 15:25:06下载
- 积分:1
-
一个局域网的斗地主游戏,可以让几个人一起玩的
一个局域网的斗地主游戏,可以让几个人一起玩的-A LAN斗地主games, few people can play together
- 2022-11-01 22:15:03下载
- 积分:1
-
OFDM系列之一:OFDM_demodulation
OFDM系统实现的C语言实现。绝对好程序,包括调制解调,星座映射等内容。...
OFDM系列之一:OFDM_demodulation
OFDM系统实现的C语言实现。绝对好程序,包括调制解调,星座映射等内容。-OFDM one of the series: OFDM_demodulation OFDM system of the C language. Definitely a good program, including the modulation and demodulation, constellation mapping and so on.
- 2022-03-18 19:04:22下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
实现HC12功能的有效讲解,对初学者极有好处
实现HC12功能的有效讲解,对初学者极有好处-realize the basic function of HC12
- 2022-03-14 22:31:57下载
- 积分:1
-
C++编程思想,如何学好C++C++编程思想,如何学好C
C++编程思想,如何学好C++C++编程思想,如何学好C-C programming ideas, learn how C C programming ideas, learn how C
- 2022-07-25 21:54:13下载
- 积分:1