- CsharpDownLoadHttp C# HTTP下载工具源码 C# HTTP下载工具源码 C# HTTP下载工具源码
- Hi_Deinterlace_Lib_V1.1.0.6 Hi
- vbsemp 工资管理各级组织人事管理部门的工资管理人员
- Message-Collector-Skype Browse to the folder which hold your Skype SMS messages. They are stored as .dat files. The program will read the .dat files and display the messaes in a listbox. You can search for a certain string in the messages and view them in a spearate form. Most important: You can export the messages to an xml file. With it you always have a backup of your Skype messages. The XML file has the same format as it is used on Android SMS Backup & Restore. So you can import the SMS from Skype to your Android phone.
- dac_path Model DAC in Matlab. The structure of the sigma
- delsig.tar Delta
文件名称:1
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:554byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
加减计数器
library ieee
use ieee. std_logic-_1164.all
entity dec3_8 is
port(a,b,c,s1,s2,s3: in std_logic
y: out std_logic_vector(0 to 7))
end
architecture b of dec3_8 is
signal abc: std_logic_vector(0 to 2)
begin
abc<=a&b&c
process(abc,s1,s2,s3)
library ieee
use ieee. std_logic-_1164.all
entity dec3_8 is
port(a,b,c,s1,s2,s3: in std_logic
y: out std_logic_vector(0 to 7))
end
architecture b of dec3_8 is
signal abc: std_logic_vector(0 to 2)
begin
abc<=a&b&c
process(abc,s1,s2,s3)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.