搜索结果
找到约 774 项符合
start-out 的查询结果
VC书籍 If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"
If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you!
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary ge ...
汇编编程 16进制转十进制
DATAS SEGMENT
w dw 0
keybuf db 255
     db 0
     db 255 dup(0)      ;定义键盘输入需要的缓冲区
DATAS ENDS
STACKS SEGMENT
db 200 dup(?)
STACKS ENDS
CODES SEGMENT
ASSUME CS:CODES,DS:DATAS,SS:STACKS
START:
MOV AX,DATAS
MOV DS,AX
mov dx,offset keybuf   ...
单片机编程 msp430测信号频率代码
msp430代码,精确测量信号频率
程序描述:利用Timer_A捕获脉冲宽度 
利用MSP430单片机定时器A和捕获/比较功能模块结合使用,实现脉冲宽度的测量 程序用到了定时器A的CCI1A端口(MSP430F14X的P1.2引脚)作捕获外部输入 的脉冲电平跳变,start,end,两个个变量来计算脉冲宽度
...
嵌入式综合 samba服务器实验指导
第一节、samba是干什么的?它有什么用?
Samba(SMB是其缩写)
是一个网络服务器,它是Linux作为本地服务器最重要的一个服务,用于Linux和Windows共享文件之用;Samba可以用于Windows和 Linux之间的共享文件,也一样用于Linux和Linux之间的共享文件;不过对于Linux和Linux之间共享文件有更好的网络文件系统 NFS,NFS也 ...
单片机编程 stm32小量iap
1.此代码基于红牛开发板,请根据自己的板子进行修改。
2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入,
但是这个在实际应用中没多大用,所以修改为一次写入128个字节。
3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置
Option窗口->Target页->IROM1,st ...
汇编编程 判断奇数或偶数
判断奇偶数的汇编程序CODE     SEGMENT
         ASSUME   CS: CODE
START:   MOV      AH,  01H         ; 调用 DOS中断的1号子功能(键入一个字符),
  ...
单片机编程 红外解码程序
/*
 * _168ZHONGDUAN2.c
 *
 * Created: 2014/11/2 15:12:45
 *  Author: lenovo
 */ 
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...
C/C++语言编程 pppdump
pppdump - print out the contents of a record file generated by
pppd in readable form
软件 RVDS2.2破解工具
RealView Developer Suite v2.2 破解 (2009-12-11)
&nbsp;使用RealView Developer Suite v2.2,传说中的RVDS 2.2,破解也有问题,经过我琢磨。
&nbsp;
破解步骤修改如下:
1)用generate产生license file (注意自己的系统时间 &nbsp; 最好是真实的当前时间,如果时间比较旧的话,产生的license file 将不能注册。license ...