搜索结果
找到约 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)
Applet Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algori
Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) nodes in Binary Trees. This is a part of mine students project.
You can use and redistribute the source code absolutelly free!
FlashMX/Flex源码 I ll probably write up a short article next week outlining how the ActionScript works, so people can
I ll probably write up a short article next week outlining how the ActionScript works, so people can modify it, and work with it more easily in Flex.
You can download the component and source code here. There are some instructions in the FLA on how to use it. Note that this is not a compiled compo ...
DSP编程 程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开
程序所在目录:ex4_SCI
采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。
然后打开CC2000,进行如下操作:
1.Project->Open ,打开该目录中的工程文件。
2.Project->Rebuild ALL,编译链接
3.File->Load Program
4.Debug->GO M ...
DSP编程 程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8
程序所在目录:ex6_AD
板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。
本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。
打开CC2000,进行如下操作:
1.Project->Open ,打开该目录中的工程文件。
2.Project->Rebuild ALL,编译链接
3.File->Lo ...
DSP编程 程序所在目录:ex7_CAN 由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下
程序所在目录:ex7_CAN
由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下,本样例程序中采用了CAN的自测试模式通信,即使用CANBOX4发送CANBOX0接收。在定时器中断服务程序中执行发送;中断方式接收CAN信息。
打开CC2000,进行如下操作:
1. Project->Open ,打开该目录中的工程文件。
2. Project ...
软件设计/软件工程 A brief summary of software design criteria to enhance the quality of any software development proje
A brief summary of software design criteria to enhance the quality of any software development project.
其他 Lazarus is a free and open source development tool for the FreePascal Compiler. The purpose of the p
Lazarus is a free and open source development tool for the FreePascal Compiler. The purpose of the project is to serve as a Code Repository, Wiki Knowledgebase and support site for converting existing components and libraries to work with Lazarus and FPC
编译器/解释器 C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our proj
C++ source code interpreter for Win 32 platforms, for developers and end-users. The goal of our project is to interpret C++ source code and execute it. The interpreter will run on Win32 platforms. We will create and develop it in C++ language.
The latest file releases
金融证券系统 This package contains the following source code files: - demo.c Demo application sourc
This package contains the following source code files:
- demo.c
Demo application source, with message packing/unpacking example
- benchmark.c
Benchmark source, to benchmark pack/unpack operations
- dl_c_iso8583_v0_0_3 (16th July 2008)
DL ISO-8583 library source files
...
*行业应用 A Design and Implementation of The Online Shopping System Abstract: Along with the development
A Design and Implementation of The Online Shopping System
Abstract: Along with the development of the computer ,the database technique is widespread in the application of Internet, more and more , providing more thoughtful and humanized service for the large network customer. Characteristic serv ...