搜索资源列表
C51单片机 入门好教程1
- 这是一本关于 Intel 80C51 以及广大的 51 系列单片机的书 这本书介绍给读者一些 新的技术 使你的 8051 工程和开发过程变得简单 请注意 这本书的目的可不是教你各种 8051 嵌入式系统的解决方法 为使问题讨论更加清晰 在适当的地方给出了程序代码 我们以讨论项目的方法来说 明每章碰到的问题 所有的代码都可在附带的光盘上找到 你必须熟系 C 和 8051 汇编 因 为本书不是一本 C和汇编的指导书 你可以买到不少关于 ANSI
VS2008简明教程
- 写在前面:..............................................................................................................................1 第一章:启动软件............................................................................................................
PIDC
- PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
VCping
- 用C++写的一个程序实现简单的ping功能-Written in C++, a program that implements a simple function of the ping
Win32_Debug
- C语言程序 是一个大学一年级C语言的一个简单编程题目 欢迎下载-debug
VCPP-MSCOMM-entry
- 用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣。-Own quite crappy C++ of write a simple serial interface of the PC program, share and experience the fun of the SCM and PC communications.
cSharp-basic-P2P-Programming-Manual
- C# 语言基础的P2P开发教程,简单,适合有点经验的程序猿,大神别来批斗了!-C# language based P2P development tutorial, simple program ape suit a little experience, do not come to God denounced!
Verilog-HDL
- verilog HDL程序入门,很好学,基本和C语言一样,几天就可以简单的编程-verilog HDL program entry, very good school, Basic and C language, a few days can be a simple programming
zuoyediaodu
- 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
003
- 本文简要的概括了目前正在流行的P2P技术及其实际运用, 防火墙的基本概念及工作方式, 以及P2P技术穿透防火墙的几种简单实现, 并且利用一个简单的C++程序, 来阐述如何通过穿透防火墙, 以实现点对点的对等连接-This paper briefly summarizes the currently popular P2P technology and its practical application, the firewall' s basic concepts and working
c程序100例
- 适合初学者的一个c程序简单的例子集锦。好东西,你值得拥有。
parameter--adjustment_C
- 间接平差,C语言,结合书上的原理,实现的程序,简单易懂,对于初学者来说,很有帮助-Indirect adjustment, C language,Combined with the principles of the book, the realization of the program, easy to understand。 Combined with the principles of the book, the realization of the program, easy to
C-program-practice
- 实用经典的C++软件测试练习程序,适合于初学者,上手简单易懂。-Classic C++ practical software testing practice procedures, suitable for beginners to get started is simple and easy to understand.
TCP-CS
- 这里只是一个简单的客户端和服务端通过TCP/IP通信的小程序, 支持多客户端并行发送, 服务器收到数据并返回给相应的客户端。-This is simple C/S applications via TCP/IP protocol. Support for multiple clients in parallel transmission.
c++概述
- 对c++程序进行了特点,用途等做了简单的入门介绍,并做了简单演示。