搜索结果
找到约 207 项符合
Check 的查询结果
按分类筛选
- 全部分类
- 其他 (19)
- 单片机开发 (13)
- Java编程 (13)
- 技术资料 (10)
- matlab例程 (8)
- Linux/Unix编程 (7)
- 软件设计/软件工程 (7)
- 微处理器开发 (7)
- VHDL/FPGA/Verilog (6)
- Internet/网络编程 (6)
- 开关电源 (6)
- 加密解密 (5)
- 数学计算 (4)
- Delphi控件源码 (4)
- 可编程逻辑 (3)
- 嵌入式Linux (3)
- 串口编程 (3)
- 电子书籍 (3)
- GPS编程 (3)
- 系统设计方案 (3)
- 其他嵌入式/单片机内容 (3)
- 汇编语言 (3)
- Java书籍 (3)
- 其他行业 (3)
- Jsp/Servlet (3)
- VC书籍 (3)
- 3G开发 (3)
- 学术论文 (2)
- PCB相关 (2)
- 源码/资料 (2)
- 数据结构 (2)
- 游戏 (2)
- 网络 (2)
- 编译器/解释器 (2)
- 软件工程 (2)
- 通讯/手机编程 (2)
- 其他书籍 (2)
- Windows Mobile (2)
- 书籍源码 (2)
- 教程资料 (1)
- 通信网络 (1)
- 电子元器件应用 (1)
- 多国语言处理 (1)
- Applet (1)
- 生物技术 (1)
- Oracle数据库 (1)
- 编辑器/阅读器 (1)
- 人工智能/神经网络 (1)
- STL (1)
- 技术管理 (1)
- Windows CE (1)
- 压缩解压 (1)
- 文章/文档 (1)
- RFID编程 (1)
- Delphi/CppBuilder (1)
- 行业发展研究 (1)
- 其他数据库 (1)
- J2ME (1)
- 手机短信编程 (1)
- 操作系统开发 (1)
- 能源行业(电力石油煤炭) (1)
- *行业应用 (1)
- 文件格式 (1)
- 接口技术 (1)
- 数据库系统 (1)
- 软件 (1)
- 书籍 (1)
- VIP专区 (1)
VHDL/FPGA/Verilog 波形发生器
波形发生器,带TESTBENCH,
多平台
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
-- download from: www.fpga.com.cn & www.pld.com.cn
VHDL/FPGA/Verilog -- Title : Barrel Shifter (Pure combinational) -- This VHDL design file is an open design you can r
-- Title : Barrel Shifter (Pure combinational)
-- This VHDL design file is an open design you can redistribute it and/or
-- modify it and/or implement it after contacting the author
-- You can check the draft license at
微处理器开发 his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak
his project was built and tested with WinAVR-20060125.
Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!!
To build the code, just install WinAVR and run "make" from the console in echomaster and
echoslave subdirs.
"make program" will program the device if yo ...
网络 When created, this DLL does not export any symbols. As a result, it will not produce a .lib file
When created, this DLL does not export any symbols. As a result, it
will not produce a .lib file when it is built. If you wish this project
to be a project dependency of some other project, you will either need to
add code to export some symbols from the DLL so that an export library
will be ...
Java编程 Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and
Overview
Provides a way to store very large collections of email addresses (100,000+ addresses) and efficiently check whether a specific address is contained in a collection. The collection can be created programmatically, or through a pluggable persistence mechanism.
Functionality
Maintains lar ...
Applet Predefined Style options define the style by setting several other options. If other options are als
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed la ...
生物技术 基于"trace transform"的识别2D图像的C++源程序
基于"trace transform"的识别2D图像的C++源程序,
主文件是tt.cpp,
在LINUX下可以用
g++ tt.cpp -o tt -O3进行编绎,
而且最后的结果也可以在MATLAB下显示出来,
This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matl ...
Windows Mobile There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de
There is an example of how to use the LDPC encode/decode with AWGN
channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I suggest checking out matri ...
其他 -- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit
-- Booth Multiplier
-- This file contains all the entity-architectures for a complete
-- k-bit x k-bit Booth multiplier.
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
加密解密 I think this the first time every one can look at a PE crypter source in top level language such VC
I think this the first time every one can look at a PE crypter source
in top level language such VC++.
So as I promised ... if some one sent me one nice compress source I would
publish my source.
I dedicate this source to all people who involve in this field.
I hope it helps someone.
Have good day ...