搜索结果
找到约 213 项符合
TOP 的查询结果
按分类筛选
- 全部分类
- 技术资料 (22)
- Linux/Unix编程 (17)
- 其他 (14)
- VHDL/FPGA/Verilog (12)
- 学术论文 (11)
- 其他书籍 (10)
- 可编程逻辑 (7)
- 单片机开发 (6)
- 软件设计/软件工程 (6)
- 书籍 (6)
- PCB相关 (5)
- 电源技术 (4)
- 微处理器开发 (4)
- 嵌入式/单片机编程 (4)
- 技术书籍 (3)
- 数值算法/人工智能 (3)
- Java编程 (3)
- 电子书籍 (3)
- FlashMX/Flex源码 (3)
- SQL Server (3)
- 源码 (3)
- 开关电源 (2)
- 教程资料 (2)
- C/C++语言编程 (2)
- 开发工具 (2)
- 数据结构 (2)
- 操作系统开发 (2)
- 软件工程 (2)
- 数据库系统 (2)
- 系统设计方案 (2)
- matlab例程 (2)
- 通讯编程文档 (2)
- 家庭/个人应用 (2)
- 电子书籍 (2)
- 其他 (2)
- 其他文档 (1)
- 模拟电子 (1)
- 单片机编程 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 仿真技术 (1)
- Internet/网络编程 (1)
- 数学计算 (1)
- TAPI编程 (1)
- 手机WAP编程 (1)
- 网络 (1)
- GPS编程 (1)
- 百货/超市行业 (1)
- 编译器/解释器 (1)
- 压缩解压 (1)
- 中间件编程 (1)
- SCSI/ASPI (1)
- VC书籍 (1)
- 加密解密 (1)
- Symbian (1)
- 其他行业 (1)
- 其他嵌入式/单片机内容 (1)
- 汇编语言 (1)
- DSP编程 (1)
- Delphi控件源码 (1)
- Jsp/Servlet (1)
- JavaScript (1)
- J2ME (1)
- 通讯/手机编程 (1)
- 文章/文档 (1)
- CA认证 (1)
- *行业应用 (1)
- 源码/资料 (1)
- 多媒体处理 (1)
- 经验 (1)
- VIP专区 (1)
多媒体处理 透明音乐播放器
[开源 绿色软件] [运行环境 Windows XP/7/8/10] [语言 简体/繁體/English/Unicode]
A cool music player. Powered by Bass and BassVis.
极简本地音乐播放器,透明、纯文本界面。支持轻媒体库、歌词、可视化。最小化到托盘,占用资源少,适合边听音乐边工作。
应网友要求,加入了Tag编辑、自动切换列表、播放队列、鼠标手 ...
源码 利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h>
#include<stdio.h>
#include <malloc.h>
#define stack_init_size 100
#define stackincrement 10
typedef struct sqstack
{
int *base;
int *top;
int stacksize;
} sqstack;
int StackInit(sqstack *s)
{
s->base=(int *)malloc(stack_init_size *sizeof(int));
if(!s->base)
return 0;
s->top=s->ba ...
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
技术资料 API函数详解winAPI32
API函数详解winAPI32.chm
表1 SetWindowPos函数的参数解释
参数名 参数含义
hwnd 要移动的窗口的句柄(可以用窗体的hwnd属性)
hWndInsertAfter 关于如何在Z轴上放置窗口的标记(具体见表2)
x 相当于窗口的Left属性
y 相当于窗口的Top属性
cx 相当于窗口的Right属性
cy 相当于窗口的Bottom属性
wFlags 关于如何移动窗 ...
其他 2015_01_3GPP_unlicensed_Dino_Flore
Licensed spectrum remains 3GPP operators’ top priority to deliver
advanced services and user experience
Opportunistic use of unlicensed spectrum is becoming an important
complement for operators to meet the growing traffic demand
Moving forward 3GPP operators will have two options to offload
traffi ...
书籍 Coordinated+Multi-Point
Mobile communication has gained significant importance in today’s society. As
of 2010, the number of mobile phone subscribers has surpassed 5 billion [ABI10],
and the global annual mobile revenue is soon expected to top $1 trillion [Inf10].
While these numbers appear promising for mobile operators ...
书籍 IP Multimedia Subsystem(IMS) Handbook
Fixed-mobile.convergence.and.voice-data.networks.have.merged.next-gen-
eration,.value-added.applications.and.integrated.multimedia.services,.com-
bining. Web. browsing,. instant. messaging,. presence,. voice. over. IP,. video.
conferencing,. application. sharing,. telephony,. unified. messaging,. mu ...
技术资料 RestoringConnections_IBM_CPL
Commoditization is a serious threat to the telecommunications industry. Most CSPs offer
similar services at rates designed to win what has become a price war. As a result, many
face decreasing margins and difficulty sustaining differentiation based on prices or
products alone. On top of commoditizat ...