Next
共 190 篇文章
Next 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 190 篇文章,持续更新中。
透明音乐播放器
[开源 绿色软件] [运行环境 Windows XP/7/8/10] [语言 简体/繁體/English/Unicode]<br />
<br />
A cool music player. Powered by Bass and BassVis.<br />
极简本地音乐播放器,透明、纯文本界面。支持轻媒体库、歌词、可视化。最小化到托盘,占用资源少,适合边听音乐边工作。<br />
<br />
CNC初级教程
<div class="doc_hd_mini" style="margin:0px;padding:0px;border:0px;list-style:none outside none;position:relative;z-index:9;left:0px;right:0px;top:0px;color:#3C3C3C;font-family:'Microsoft YaHei', 微软雅黑;
Welcome to Visual C++. Over the next 21 days, you will learn how to use the features that Microsoft
Welcome to Visual C++. Over the next 21 days, you will learn how to use the features
that Microsoft has built into its C++ development environment to enable you to create
very advanced applications
字符匹配中的KMP算法
字符匹配中的KMP算法,计算NEXT值实现部分。
Samsung next generation SoC S3C6400 datasheet.
Samsung next generation SoC S3C6400 datasheet.
This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within
This will sample all 8 A/D-channels.
The result will be send out via UART1 and can be seen within
any terminal-program (9600 Baud).
With each pressed key the next channel will be converted.
No in
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. F
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself.
First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2).
Then the Class-Byte (CL
编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *
编程题(15_01.c)
结构
struct student
{
long num
char name[20]
int score
struct student *next
}
链表练习:
(1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中
的学号、成绩由键盘输入,
#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_C
#include"c1.h"
typedef int ElemType
#include"c2-2.h"
#include"bo2-4.cpp"
void MergeList_CL(LinkList &La,LinkList Lb)
{
LinkList p=Lb->next
Lb->next=La->next
La->next=p
Infiniband – The Next Paradigm Shift in Storage
Infiniband – The Next Paradigm Shift in Storage
java语言开发的P2P流媒体系统
java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast).
eRDP 電子潛水計算機 使用手冊 Introducing the eRDP - The Next Generation Dive Planner
eRDP 電子潛水計算機 使用手冊 Introducing the eRDP - The Next Generation Dive Planner
SIP and IPLink in the Next-Generation Network.pdf 下一代网络中的SIP和IPLink
SIP and IPLink in the Next-Generation Network.pdf 下一代网络中的SIP和IPLink
一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数
一:排列的的规程序
二:迷宫程序
三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数
四:利用模式串T的next函数求T在主串S中第pos个字符之后的位置的KMP算法
五:将所有在线性表Lb中但不在La中的数据元素插入到La中
查看Step Over、Step Into、Step Out、Next Statement的区别 CPU:MSP430F149 编写者:czhang 2005年2月
查看Step Over、Step Into、Step Out、Next Statement的区别
CPU:MSP430F149
编写者:czhang
2005年2月
C#中的Random.Next方法
简单介绍了C#中的Random.Next方法,包括无参数,一个参数,以及两个参数的情况
tServer task executes functions at low priority (254). serverSend funtion is used to send a requ
tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task ex
This is a little console mode utility program which is able to (de-)compress single files with a s
This is a little console mode utility program which is able to
(de-)compress single files with a static Arithmetic compression
algorithm. You could easily add the RLE/BWT/MFT data
transformation
基于PHP的SNMP类操作MIB的管理程序,好东西贡献出来了,可以对MIB进行GET,get-next,SET,TRAP等操作.
基于PHP的SNMP类操作MIB的管理程序,好东西贡献出来了,可以对MIB进行GET,get-next,SET,TRAP等操作.
数据结构的一次实验(java语言)
数据结构的一次实验(java语言),实现求数据结构的KMP算法的next数组功能