搜索结果
找到约 324 项符合
LinE 的查询结果
按分类筛选
- 全部分类
- 其他 (36)
- 单片机编程 (21)
- matlab例程 (20)
- 单片机开发 (18)
- 技术资料 (17)
- 书籍 (12)
- 电源技术 (11)
- 其他书籍 (11)
- VHDL/FPGA/Verilog (9)
- Java编程 (9)
- 模拟电子 (7)
- 数学计算 (7)
- 可编程逻辑 (6)
- 驱动编程 (6)
- 数值算法/人工智能 (6)
- 资料/手册 (5)
- 通讯/手机编程 (5)
- 网络 (5)
- 数据结构 (5)
- 汇编语言 (5)
- Linux/Unix编程 (5)
- DSP编程 (4)
- Delphi控件源码 (4)
- 人工智能/神经网络 (4)
- 书籍源码 (4)
- 文章/文档 (4)
- 行业发展研究 (4)
- 通讯编程文档 (4)
- JavaScript (4)
- PCB相关 (3)
- 系统设计方案 (3)
- VC书籍 (3)
- 微处理器开发 (3)
- uCOS (3)
- 压缩解压 (3)
- 教程资料 (2)
- 无线通信 (2)
- 串口编程 (2)
- 嵌入式/单片机编程 (2)
- 其他嵌入式/单片机内容 (2)
- Oracle数据库 (2)
- 教育系统应用 (2)
- 集成开发环境源码 (1)
- 技术教程 (1)
- 学术论文 (1)
- allegro (1)
- 通信网络 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 技术书籍 (1)
- 测试测量 (1)
- *行业应用 (1)
- GPS编程 (1)
- 软件设计/软件工程 (1)
- 游戏 (1)
- Applet (1)
- 中间件编程 (1)
- Modem编程 (1)
- 操作系统开发 (1)
- 嵌入式Linux (1)
- TAPI编程 (1)
- SQL Server (1)
- Windows CE (1)
- 电子书籍 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- VxWorks (1)
- 其他数据库 (1)
- Matlab (1)
- 电工电气 (1)
- 设计相关 (1)
- 电路图 (1)
- 教程 (1)
- 笔记 (1)
- 源码 (1)
- VIP专区 (1)
文章/文档 We obtained the energy transport velocity distribution for a three dimensional ideal cloak explicit
We obtained the energy transport velocity distribution for a three dimensional ideal cloak
explicitly. Near the operation frequency, the energy transport velocity has rather peculiar
distribution. The velocity along a line joining the origin of the cloak is a constant, while
the velocity approaches ...
其他 This program demonstrates how to draw lines in a picture box using the GDI, controlling background c
This program demonstrates how to draw lines in a picture box using the GDI, controlling background color and line color. It also includes a simple animation using a timer.
微处理器开发 200-MHz ARM920T Processor • 16-kbyte Instruction Cache • 16-kbyte Data Cache •
200-MHz ARM920T Processor
&#8226 16-kbyte Instruction Cache
&#8226 16-kbyte Data Cache
&#8226 Linux&reg , Microsoft&reg Windows&reg CE-enabled MMU
&#8226 100-MHz System Bus
&#8226 MaverickCrunch&#8482 Math Engine
&#8226 Floating Point, Integer, and Signal Processing
Instructions
&#8226 Opt ...
Java编程 Program Description: The program asks the user to choice from the menu an option
Program Description: The program asks the user to choice from the menu an option
A. Check to see if a number is prime.
B. Count the number of vowels in a line.
X. Exit the program.
数学计算 A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is
A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P.
One way to visualize a convex hull is to put a "rubber band" around all the points, and let it wr ...
其他书籍 ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
per-unit royalties) with source-level con?guration tools that would enable embedded developers
to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu-
all ...
教育系统应用 Migma intends to help teachers to get several different multiple-choice exams based on the user?s or
Migma intends to help teachers to get several different multiple-choice exams based on the user?s original. This command line program quickly generates a number of different new tests (and their respective answer sheets
Linux/Unix编程 //初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i<h i++)
for(j=0 j<w j++){
mvaddch(i, j, ACS_CKBOARD)
}
refresh()
//建立窗口
pad = newpad(80, 128)
for(i=0 i<80 i++){
char line[128]
sprintf(line, "This line in pad is numbered d ...
Delphi控件源码 unit ScardCL {**************************************************************************} {
unit ScardCL
{**************************************************************************}
{ }
{ This C DLL header file first (automatic) conversion generated by: }
{ HeadConv 4.0 (c) 2000 by Bob Swart (aka Dr.Bob - w ...
网络 A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and followi
A very simple ftp server s source code for demonstration.
* It supports PASV/PORT modes and following operations:
* ls,pwd,cwd,get,put,dele.
* I have tested it using following ftp clients:
* 1. Windows XP s command line ftp client,
* 2. IE 6.0,
* 3. Redhat 9.0 s ftp client,
* 4. CuteFTP 8,
* I ll ...