搜索结果
找到约 490 项符合
open 的查询结果
按分类筛选
- 全部分类
- 其他 (35)
- Linux/Unix编程 (35)
- 其他书籍 (28)
- Java编程 (26)
- 网络 (18)
- 技术资料 (13)
- 其他嵌入式/单片机内容 (11)
- Java书籍 (11)
- 单片机开发 (11)
- DSP编程 (11)
- 嵌入式/单片机编程 (10)
- 通讯/手机编程 (9)
- VC书籍 (9)
- 书籍 (9)
- 单片机编程 (8)
- 电子书籍 (8)
- Delphi控件源码 (8)
- 微处理器开发 (8)
- 文件格式 (8)
- 人工智能/神经网络 (8)
- 文章/文档 (8)
- 编译器/解释器 (7)
- 操作系统开发 (7)
- 通讯编程文档 (7)
- 软件设计/软件工程 (7)
- 压缩解压 (7)
- Internet/网络编程 (7)
- 数学计算 (6)
- VIP专区 (6)
- 电源技术 (5)
- Symbian (5)
- 加密解密 (5)
- VHDL/FPGA/Verilog (4)
- 其他行业 (4)
- 系统设计方案 (4)
- 驱动编程 (4)
- 软件工程 (4)
- 嵌入式Linux (4)
- 开发工具 (3)
- J2ME (3)
- Applet (3)
- CA认证 (3)
- matlab例程 (3)
- Windows CE (3)
- 书籍源码 (3)
- 编辑器/阅读器 (3)
- 企业管理 (3)
- 源码 (3)
- 软件下载 (2)
- PCB相关 (2)
- 手机短信编程 (2)
- uCOS (2)
- FlashMX/Flex源码 (2)
- 串口编程 (2)
- *行业应用 (2)
- Windows Mobile (2)
- 其他数据库 (2)
- 多国语言处理 (2)
- 中间件编程 (2)
- 行业发展研究 (2)
- 数据结构 (2)
- SQL Server (2)
- 汇编语言 (2)
- BREW编程 (2)
- 数值算法/人工智能 (2)
- 手机WAP编程 (2)
- JavaScript (2)
- 软件测试 (2)
- Linux/uClinux/Unix编程 (2)
- 精品软件 (2)
- 技术书籍 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 资料/手册 (1)
- 教程资料 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 设计相关 (1)
- GPS编程 (1)
- 教育系统应用 (1)
- 游戏 (1)
- Delphi/CppBuilder (1)
- USB编程 (1)
- SCSI/ASPI (1)
- 金融证券系统 (1)
- 邮电通讯系统 (1)
- TAPI编程 (1)
- 语音压缩 (1)
- Jsp/Servlet (1)
- 磁盘编程 (1)
- 能源行业(电力石油煤炭) (1)
- 系统/网络安全 (1)
- 图形图像 (1)
- 经验分享 (1)
- 软件 (1)
- 其他 (1)
- 论文 (1)
Linux/uClinux/Unix编程 DDA使用教程
DDSCAT 7.3 is a freely available open-source Fortran-90 software package applying the “discrete
dipole approximation” (DDA) to calculate scattering and absorption of electromagnetic waves by targets
with arbitrary geometries and complex refractive index. The targets may be isolated entities (e.g., ...
图形图像 opengl库
很全的库.OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口规格的专业的图形程序接口。它用于三维图像(二维的亦可),是一个功能强大,调用方便的底层
经验分享 opengl库
OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口规格的专业的图形程序接口。它用于三维图像(二维的亦可),是一个功能强大,调用方便的底层...
Linux/uClinux/Unix编程 minibpm
BPM measurement C open source
单片机编程 LWIP无操作系统移植
 lwip是一个轻量级的TCP/IP协议栈(Lightweight TCP/IP Stack)实现,最初是瑞士计算机科学学院Adam Dunkels编写的一个应用于无操作系统的嵌入式系统中的TCP/IP协议栈,后来作为一个开源(open source)项目,由一个全球性的团队进行开发和维护。 ...
源码 运动会源代码
#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 "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
int time=0,i=0,j=0,add[80],k=0,m;
char *ch,
str[900];
m=strlen(pd);
if((fp=fopen("haha.txt","r"))==NULL)
{
printf("Cannot open this file\n");
exit(0);
}
for(;!feof(fp);i++)
{
str[i]=fgetc(fp);
if(to ...
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
&nbsp;int time=0,i=0,j=0,add[80],k=0,m;
&nbsp;char *ch,
&nbsp;str[900];
&nbsp;m=strlen(pd);
&nbsp;if((fp=fopen("haha.txt","r"))==NULL)
&nbsp;{
&nbsp; printf("Cannot open this file\n");
&nbsp; exit(0);
&nbsp;}
for( ...
其他 上海地铁报站气球
汉中路到了。开左边门,下车请注意安全。We are now at &nbsp;Hanzhong Road . Doors will open on &nbsp;the left。
&nbsp;
&nbsp;
本次列车终点站上海火车站。下一站终点站上海火车站,开左边门。使用公交卡的乘客可在出站后30分钟内换乘3号线、4号线,请注意换成列车的首末班车时间。打开metro大都会手机数码 ...
技术资料 VK3708BM/VK3710IM多按键高抗干扰防水积水可操作触摸触控
产品型号(封装形式):
VK3702DM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VK3702TM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VK3702OM——(SOP8 )&nbsp;&nbsp;&nbsp;&nbsp;
VK3706OM &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VK3706OM &nbsp;&nbsp;&nbsp;&nbsp;VK3706DM&nbsp;&nbsp;&nbsp;&nbsp; VK3708BM&nbsp;&nbsp;&nbsp;
&nbsp;VK3710IM ...