搜索结果

找到约 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
https://www.eeworm.com/dl/666/490901.html
下载: 31
查看: 1113

其他 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 ...
https://www.eeworm.com/dl/534/493767.html
下载: 185
查看: 1072

Linux/uClinux/Unix编程 两个链表的交集

两个链表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{   int data;   struct  Node *next; }Node; void initpointer(struct Node *p){   p=NULL; } int  printlist(struct Node* head){   int flag=1;   head=head->next;   /*   因为标记1的地 ...
https://www.eeworm.com/dl/502540.html
下载: 1
查看: 46

Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo

Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  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 ...
https://www.eeworm.com/dl/507598.html
下载: 1
查看: 873

单片机编程 7143_keilC51v612完全解密版

        keil C51 v6.12 完全解密版的安装说明      安装方法是先将V6.12安装程序用复制到某个目录下,如复制到D:\keilC51  然后执行D:\keilC51\setup\setup.exe 安装程序,选择安装Eval Version版进  行安装。  注册码:K199U-20071-12A9U      当出 ...
https://www.eeworm.com/dl/507779.html
下载: 2
查看: 38

其他书籍 GRE数学宝典(英文原版GRE Math Bible)

GRE 数学圣经,下面是详细的英文介绍: 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 ...
https://www.eeworm.com/dl/507873.html
下载: 1
查看: 81

汇编语言 Java编写简单的HTTP1.0客户端与服务器

实验的目的是构建一个简单的Web客户机和一个简单的Web服务器的服务器来响应HTTP GET和PUT命令;实验1:构建一个简单的HTTP / 1.0客户机命令行接口;实验2:构建一个简单的HTTP / 1.0服务器;实验3:修改您的简单的Web服务器接受多个并发连接。 ...
https://www.eeworm.com/dl/508224.html
下载: 1
查看: 45

数据库系统 redis官方手册翻译

Redis 命令参考 1 Key(键) 1 1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
https://www.eeworm.com/dl/509572.html
下载: 1
查看: 91

单片机编程 红外解码程序

/*  * _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 ...
https://www.eeworm.com/dl/509771.html
查看: 52

多媒体处理 透明音乐播放器

[开源 绿色软件] [运行环境 Windows XP/7/8/10] [语言 简体/繁體/English/Unicode] A cool music player. Powered by Bass and BassVis. 极简本地音乐播放器,透明、纯文本界面。支持轻媒体库、歌词、可视化。最小化到托盘,占用资源少,适合边听音乐边工作。 应网友要求,加入了Tag编辑、自动切换列表、播放队列、鼠标手 ...
https://www.eeworm.com/dl/511585.html
下载: 2
查看: 224