-
AD9834_430F149_3_signal
用430F149控制芯片AD9834产生3路信号,通过串行方式控制。又IOUT/IOUTB及SBOUT输出,全部已经用库函数实现,只需直接调用!比起他的代码简单方便。(By 430F149 control chip AD9834 generates three signals, through the serial mode control. Also IOUT/IOUTB and SBOUT output has been achieved with all library functions, just directly call! Compared to his simple code.)
- 2014-11-25 21:13:31下载
- 积分:1
-
touziwenti
1. 熟悉动态规划的使用方法
2. 分析投资问题的最优子结构
3. 用动态规划求解投资问题
求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。
(1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 investment using dynamic programming to solve a total investment of $ m, a total of n items, Gi (x) for the project to the investment costs of the i when the income of x, how to allocate resources in order to maximize profits.)
- 2011-07-03 22:41:07下载
- 积分:1
-
用Ninject 实现webapi ApiController 示例源码
用Ninject 实现webapi ApiController 示例源码
- 2014-06-07下载
- 积分:1
-
SPC Xbar -R 控制图
翻译 maninwest@Codeforge 作者:syed shanu@CodeProject 使用 C# 创建 Xbar -R 控制图 使用代码1) 首先从User Control 开始。要创建一个用户控件:1创建一个新的 Windows Control 库项目2设置项目名称并单击 Ok(我的用户控件名称是 SHANUXbarRangeChart).3添加所有需要的控件4在代码中声明了所有 public 变量和 Public 方法。在用户控件中,我添加了一个面板和一个 PictureBox 控件 "PIC_SHANUSPC" //Public Variable
public DataTable dt=new DataTable();
Font f12 = new Font("arial", 12, FontStyle.Bold, GraphicsUnit.Pixel);
Pen B1pen = new Pen(Color.Black, 1);
Pen B2pen = new Pen(Color.Black, 2);
Double XDoublkeBAR = 0;
Double RBAR = 0;
Double XBARUCL = 0;
Double XBARLCL = 0;
- 2023-02-07 04:10:03下载
- 积分:1
-
Beta
VC开发的一款可以通过Access的增删改查进行存取记录的笔记本(VC Deve Note ,Could Sava your technology_note)
- 2013-04-03 17:59:10下载
- 积分:1
-
oRTP
说明: 该源码主要描述了计算机进行数据实时数据传输时所使用的RTP协议,介绍了该协议的基于C++的API函数,及基本的实现过程,有利用实现网络编程。(The main source of data describing the computer real-time data transmission protocol used by RTP, described the agreement based on C++, API functions, and basic implementation process, there is use for network programming.)
- 2010-04-05 14:52:39下载
- 积分:1
-
FTPClient
File Transfer application
- 2015-02-03 03:34:36下载
- 积分:1
-
CPP-Primer
c++primer,全面、详细的c++学习资料,更是学习人员必备工具(c++primer, comprehensive, detailed c++ learning materials, it is an indispensable tool for learning)
- 2013-12-17 23:39:40下载
- 积分:1
-
STM32移植加密算法
AES-128, AES-192, AES-256 bits. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining) with support for ciphertext stealing
– CTR (CounTer Mode)
– CCM (Counter with CBC-MAC)
– GCM (Galois Counter Mode)
– CMAC
– KEY WRAP
ARC4
DES, TripleDES. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining)
HASH functions with HMAC support:
– MD5
– SHA-1
– SHA-224
– SHA-256
Random engine based on DRBG-AES-128
RSA signature functions with PKCS#1v1.5
ECC (Elliptic Curve Cryptography):
– Key generation
– Scalar multiplication (the base for ECDH)
– ECDSA
- 2023-02-07 04:30:04下载
- 积分:1
-
fdtd3D
计算电磁学中FDTD(有限时域差分法)三维的算法程序。(FDTD (finite difference time domain method) three-dimensional algorithm program in computational electromagnetics.)
- 2012-03-22 23:00:03下载
- 积分:1