搜索结果
找到约 518 项符合
GET-next 的查询结果
Delphi控件源码 a real time counter component for delphi applications. You will notice that normal timer function
a real time counter component for delphi applications.
You will notice that normal timer functions in delphi is not enough for microseconds timing. This component let you get microseconds
其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics
C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of
C quite quickly. But it takes much longer to master the nuances of the language and to write enough
programs, and enough different programs, to become an expert. In natural language terms, this is ...
Linux/uClinux/Unix编程 两个链表的交集
两个链表的交集
#include<stdio.h>
#include<stdlib.h>
typedef struct Node{
&nbsp; int data;
&nbsp; struct &nbsp;Node *next;
}Node;
void initpointer(struct Node *p){
&nbsp; p=NULL;
}
int &nbsp;printlist(struct Node* head){
&nbsp; int flag=1;
&nbsp; head=head->next;
&nbsp; /*
&nbsp; 因为标记1的地 ...
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs.&nbsp;
TDictionary represents a generic collection of key-value pairs.&nbsp;
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...
单片机编程 7143_keilC51v612完全解密版
&nbsp; &nbsp; &nbsp; &nbsp; keil C51 v6.12 完全解密版的安装说明
&nbsp; &nbsp; &nbsp;安装方法是先将V6.12安装程序用复制到某个目录下,如复制到D:\keilC51
&nbsp;然后执行D:\keilC51\setup\setup.exe 安装程序,选择安装Eval Version版进
&nbsp;行安装。
&nbsp;注册码:K199U-20071-12A9U
&nbsp; &nbsp; &nbsp;当出 ...
其他书籍 GRE数学宝典(英文原版GRE Math Bible)
GRE&nbsp;数学圣经,下面是详细的英文介绍:
Comprehensive Prep for GRE Math
Every year, students pay $1,000 and more to test prep companies to prepare for the math section of the GRE. Now you can get the same preparation in a book.
Although the GRE math section is difficult, it is very lea ...
汇编语言 Java编写简单的HTTP1.0客户端与服务器
实验的目的是构建一个简单的Web客户机和一个简单的Web服务器的服务器来响应HTTP&nbsp;GET和PUT命令;实验1:构建一个简单的HTTP&nbsp;/&nbsp;1.0客户机命令行接口;实验2:构建一个简单的HTTP&nbsp;/&nbsp;1.0服务器;实验3:修改您的简单的Web服务器接受多个并发连接。
...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#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 ...