搜索结果
找到约 2,721 项符合
data 的查询结果
按分类筛选
- 全部分类
- 技术资料 (558)
- 其他 (134)
- 其他书籍 (132)
- 单片机开发 (106)
- 书籍 (104)
- matlab例程 (99)
- 单片机编程 (96)
- Java编程 (84)
- 加密解密 (49)
- 数据结构 (46)
- 软件设计/软件工程 (45)
- 人工智能/神经网络 (43)
- 电子书籍 (39)
- 数据库系统 (38)
- SQL Server (34)
- 微处理器开发 (32)
- 通讯编程文档 (31)
- VHDL/FPGA/Verilog (31)
- 系统设计方案 (31)
- 压缩解压 (29)
- 汇编语言 (29)
- 数值算法/人工智能 (28)
- 数学计算 (28)
- 文章/文档 (28)
- 源码 (27)
- Delphi控件源码 (27)
- Linux/Unix编程 (25)
- 其他嵌入式/单片机内容 (24)
- 通讯/手机编程 (22)
- 书籍源码 (22)
- 企业管理 (22)
- 嵌入式/单片机编程 (22)
- 行业发展研究 (22)
- Java书籍 (21)
- 其他行业 (20)
- GPS编程 (20)
- VC书籍 (19)
- 文件格式 (18)
- 其他数据库 (18)
- Internet/网络编程 (17)
- 编译器/解释器 (16)
- 软件 (15)
- 驱动编程 (15)
- 网络 (15)
- DSP编程 (14)
- 无线通信 (13)
- 软件工程 (13)
- 教育系统应用 (13)
- 可编程逻辑 (12)
- J2ME (11)
- 接口技术 (10)
- 模拟电子 (10)
- 串口编程 (10)
- 手册 (9)
- 通信网络 (9)
- *行业应用 (9)
- 论文 (8)
- 其他 (8)
- 电源技术 (8)
- 教程资料 (8)
- USB编程 (8)
- 邮电通讯系统 (8)
- C/C++语言编程 (7)
- 操作系统开发 (7)
- 中间件编程 (7)
- 嵌入式综合 (6)
- 技术管理 (6)
- uCOS (6)
- 交通/航空行业 (6)
- 电子政务应用 (6)
- 多媒体处理 (5)
- 游戏 (5)
- 医药行业 (5)
- JavaScript (5)
- MySQL数据库 (5)
- 并行计算 (5)
- Jsp/Servlet (5)
- 3G开发 (5)
- Linux/uClinux/Unix编程 (4)
- 仿真技术 (4)
- 技术书籍 (4)
- 资料/手册 (4)
- 实用工具 (4)
- 多国语言处理 (4)
- 金融证券系统 (4)
- 嵌入式Linux (4)
- VxWorks (4)
- 家庭/个人应用 (4)
- Windows CE (4)
- 认证考试资料 (4)
- VIP专区 (4)
- 教程 (3)
- 电路图 (3)
- 习题答案 (3)
- 驱动程序 (3)
- 其他文档 (3)
- 技术教程 (3)
- 测试测量 (3)
- 开发工具 (3)
- 传感与控制 (3)
Java书籍 设计一个应用程序
设计一个应用程序,从键盘输入一个整数n,
* 然后在文件"data.dat"中写入所有比n小的素数,
* 最后在屏幕上显示在每个素数中各数字(0--9)出现的次数
*/
其他 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
#include <math.h>
#include <conio.h>
struct DuLNode{
struct DuLNode *prior
int data
struct DuLNode *next
压缩解压 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 algorithms. Just rip the corresponding classes
out of my HuffComp source code. I won t add these ones ...
单片机开发 * DEFINITION * This is the header file for a library module used to calculate the median * of a
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is reported. The values th ...
Java编程 基于 L-Blog v1.01修改
基于 L-Blog v1.01修改,本程序数据库与原版不兼容
IP 数据库因为太大暂不提供,非要下载请点击链接: http://www.myie2.com/sic/blog/data/ip.mdb
官方更新记录
VC书籍 本程序针对74x164的LED显示驱动程序 2.I/O脚使用 io_74x164clk // 串行通信时钟
本程序针对74x164的LED显示驱动程序
2.I/O脚使用
io_74x164clk // 串行通信时钟,上升沿有效 (该属于本人转载的)
io_74x164data // 串行数据,单向通信
数学计算 Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operati
Matrix TCL Lite 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program sour ...
操作系统开发 DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample i
DataBurn is an Objective-C example which demonstrates some of the features of DRTracks. The sample illustrates how to create a DRFolder from an existing folder on the source disk and burn it to disc, creating a hybrid ISO9660/Joliet/HFS+ data CD. The sample also uses the DiscRecordingUI framework to ...
软件工程 Session 1: common and useful built-in Mathematica functions variable assignment and function definit
Session 1: common and useful built-in Mathematica functions variable assignment and function definition
the Front End and the Kernel Notebooks.
Session 2: organisation of data in Mathematica lists and expressions simple programming functions
nesting.
Session 3: the opportunity to develop your prof ...