-
了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。...
了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。-Learn STRASSEN compared with the traditional matrix multiplication, multiply the number of its less than the traditional, but the number of additions have been reduced.
- 2022-03-25 03:39:15下载
- 积分:1
-
used to achieve several DAC0832 mode conversion, respectively, to a group of dat...
采用DAC0832实现数模转换,分别将一组数据转换为锯齿波,三角波,正弦波,在一种波形输出时,按Q键转为输出下一种波形。-used to achieve several DAC0832 mode conversion, respectively, to a group of data conversion for the ramp, triangle wave, sine wave, in a waveform output, according to Q keys under an output waveform.
- 2022-03-22 07:53:21下载
- 积分:1
-
一个jQuery网站设计
A website design with jquery-A website design with jquery..............
- 2022-01-26 08:27:46下载
- 积分:1
-
NT server framework, which is English.
NT服务器程序框架,内有英文说明。-NT server framework, which is English.
- 2022-02-06 13:42:48下载
- 积分:1
-
cloudsim扩展包
CloudSim有效扩展包,可完美运行《云计算》例子
- 2023-06-14 06:45:14下载
- 积分:1
-
fm booster and its circuit config
fm booster and its circuit config
- 2023-04-11 08:35:03下载
- 积分:1
-
This Calculator S/W In C++
This Calculator S/W In C-This Calculator S/W In C++
- 2022-02-24 15:47:47下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
好nice.beautiful
good nice.beautiful-good nice.beautiful....
- 2022-08-21 14:05:43下载
- 积分:1
-
这是md5,可以进行计时测算加密速度.用C语言写的在VC 下通过.
这是md5,可以进行计时测算加密速度.用C语言写的在VC 下通过.-This is the md5, time can be measured speed encryption. Using C language adopted in the VC.
- 2022-11-07 01:40:03下载
- 积分:1