Location:
Search - d12.d
Search list
Description: philip PDIUSBD12 动态连接库,共应用程序调用,可以轻松实现USB通信-dynamic link library, called a total applications can be easily USB Communication
Platform: |
Size: 17408 |
Author: 柯 三 |
Hits:
Description: phlip D12 usb转RS232源代码-phlip D12 usb RS232 source code switch
Platform: |
Size: 176128 |
Author: gary |
Hits:
Description: 不错的入门例子,在avr上搞到的,真的不做,自己试做了一下,-Started good example, in the avr
Platform: |
Size: 235520 |
Author: 黄锦辉 |
Hits:
Description: USB驱动程序软件包简要说明及应用例子
D12驱动 PDIUSBD12 PC机驱动程序-USB driver software and application examples of a brief description of D12 driver PDIUSBD12 PC driver
Platform: |
Size: 7171072 |
Author: aileen |
Hits:
Description: avr与PC的USB通讯源码及原理图,是一个pc与avr通过D12进行USB通讯的简单实例,功能就是控制PORTC口。-avr connecot to PC through USB(philips D12) souce code
Platform: |
Size: 6572032 |
Author: wangqiang |
Hits:
Description: 俄罗斯方块
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
#include <iostream>
#include <stdlib.h>
#include <windows.h>
#include <time.h>
#include <conio.h>
using namespace std
#define A1 0//A代表长条型,B为方块,C为L型,D为闪电型(实在无法描述那个形状)
#define A2 1
#define B 2
#define C11 3
#define C12 4
#define C13 5
#define C14 6
#define C21 7
#define C22 8
#define C23 9
#define C24 10
#define D11 11
#define D12 12
#define D21 13
#define D22 14
/*typedef struct COORD { // coord.
SHORT X // horizontal coordinate
SHORT Y // vertical coordinate
} COORD
*/
void SetPos(int i,int j)//设定光标位置
{
COORD pos={i,j}
HANDLE Out=GetStdHandle(STD_OUTPUT_HANDLE)
SetConsoleCursorPosition(Out, pos)
}-Tetris. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .# Include <iostream># Include <stdlib.h># Include <windows.h># Include <time.h># Include <conio.h> using namespace std # define A1 0// A representative of the long bar, B is a block, C is L-shaped, D is the Lightning (really can not describe the shape)# define A2 1# define B 2# define C11 3# define C12 4# define C13 5# define C14 6# define C21 7# define C22 8# define C23 9# define C24 10# define D11 11# define D12 12# define D21 13# define D22 14 /* typedef struct COORD {//coord SHORT X .// horizontal coordinate SHORT Y // vertical coordinate} COORD */void SetPos (int i, int j)// set the cursor position {COORD pos = {i, j} HANDLE Out = GetStdHandle (STD_OUTPUT_HANDLE) SetConsoleCursorPosition (Out, pos) }. . . .
Platform: |
Size: 275456 |
Author: 天河 |
Hits: