搜索结果
找到约 876 项符合
Project 的查询结果
按分类筛选
- 全部分类
- Java编程 (70)
- 其他 (54)
- 单片机开发 (47)
- 系统设计方案 (35)
- 技术资料 (30)
- VHDL/FPGA/Verilog (28)
- DSP编程 (27)
- 其他书籍 (27)
- 微处理器开发 (26)
- 其他嵌入式/单片机内容 (24)
- 电子书籍 (21)
- Linux/Unix编程 (20)
- 嵌入式/单片机编程 (19)
- 软件工程 (19)
- matlab例程 (18)
- 文章/文档 (18)
- 软件设计/软件工程 (18)
- 书籍 (17)
- 技术管理 (14)
- 编译器/解释器 (13)
- 单片机编程 (11)
- Internet/网络编程 (11)
- uCOS (11)
- 加密解密 (11)
- 其他行业 (11)
- VC书籍 (10)
- 人工智能/神经网络 (9)
- 行业发展研究 (8)
- 汇编语言 (8)
- *行业应用 (8)
- Java书籍 (7)
- 书籍源码 (7)
- SQL Server (7)
- 压缩解压 (7)
- 网络 (7)
- VIP专区 (7)
- 串口编程 (6)
- J2ME (6)
- 文件格式 (6)
- 中间件编程 (6)
- 其他数据库 (6)
- 数据库系统 (6)
- 驱动编程 (6)
- 通讯/手机编程 (6)
- 可编程逻辑 (5)
- 游戏 (5)
- 数值算法/人工智能 (5)
- Jsp/Servlet (5)
- JavaScript (5)
- 教育系统应用 (5)
- 金融证券系统 (5)
- 嵌入式Linux (4)
- 数学计算 (4)
- Delphi控件源码 (4)
- Windows CE (4)
- 数据结构 (4)
- 嵌入式综合 (3)
- Windows Mobile (3)
- 语音压缩 (3)
- 通讯编程文档 (3)
- 操作系统开发 (3)
- Applet (3)
- VxWorks (3)
- USB编程 (3)
- 编辑器/阅读器 (3)
- Oracle数据库 (3)
- FlashMX/Flex源码 (3)
- 多媒体处理 (2)
- 教程资料 (2)
- 通信网络 (2)
- 家庭/个人应用 (2)
- GPS编程 (2)
- Ajax (2)
- 3G开发 (2)
- 酒店行业 (2)
- 医药行业 (2)
- 磁盘编程 (2)
- C/C++语言编程 (2)
- 笔记 (2)
- VHDL/Verilog/EDA源码 (1)
- 图形图像 (1)
- 技术书籍 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- PCB相关 (1)
- 无线通信 (1)
- 开发工具 (1)
- 工控技术 (1)
- 仿真技术 (1)
- 手机WAP编程 (1)
- 邮电通讯系统 (1)
- 传真(Fax)编程 (1)
- Symbian (1)
- 电子政务应用 (1)
- 多国语言处理 (1)
- BREW编程 (1)
- 交通/航空行业 (1)
- MacOS编程 (1)
- 人物传记/成功经验 (1)
加密解密 /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程
/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设 ...
Java编程 The JDOM build system is based on Jakarta Ant, which is a Java building tool originally developed fo
The JDOM build system is based on Jakarta Ant, which is a Java building tool originally developed for the Jakarta Tomcat project but now used in many other Apache projects and extended by many developers.
数学计算 先编写MFC DLL
先编写MFC DLL,打开VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里输入Calc =>Next => Finish. 好了,现在你打开Workspace的FileView就可以看到已经有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp这4个文件了.
操作系统开发 Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po
Bochs is a highly portable open source IA-32 (x86) PC emulator
written in C++, that runs on most popular platforms. It includes
emulation of the Intel x86 CPU, common I/O devices, and a custom
BIOS. Currently, Bochs can be compiled to emulate a 386, 486,
Pentium, Pentium Pro or AMD64 CPU, including ...
编译器/解释器 Many many developers all over the net respect NASM for what i s - a widespread (thus netwide), port
Many many developers all over the net respect NASM for what i s
- a widespread (thus netwide), portable (thus netwide!), very
flexible and mature assembler tool with support for many output
formats (thus netwide!!).
Now we have good news for you: NASM is licensed under LGPL.
This means its developm ...
人工智能/神经网络 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能
关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。
Speech API可以作为类型库引用到Delphi中,方法是:打开Project ...
驱动编程 1 程序开发步骤如下 (1) 打开vc
1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询 ...
微处理器开发 用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。 由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。 可以经过修改使用LPC2132以上的
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。
可以经过修改使用LPC2132以上的ARM的D/A来产生。
This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM. ...
教育系统应用 this is a trade sale system realized by java. It can run some easy functions and has a good design p
this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good project to learn CVS.
matlab例程 ICA can be used in brain activation studies to reduce the number of dimension and filter out indepen
ICA can be used in brain activation studies to reduce the number of dimension and filter out independent and interesting activations. This demonstration shows two studies. One provided by Hvidovre Universitets Hospital, Denmark, that consists of fMRI scannings of humans. Another provided by the EU s ...