-
policy_pcckft
LDPC的经典论文,1963年Gallager写的(Classic paper by LDPC, by Gallager in 1963)
- 2019-01-04 03:29:00下载
- 积分:1
-
实验1数码管与键盘实验
说明: 串口输出:LED_KEP test!;
程序运行后8LED会数字滚动,LED跑马,然后按键盘8LED会显示不同的键值;
屏幕上显示相关的文字。(Serial port output: LED_KEP test!;
After the program runs, the 8LED will scroll digitally, the LED will run horse, and then the keypad 8LED will display different keys.
The relevant text is displayed on the screen.)
- 2019-05-04 16:44:10下载
- 积分:1
-
LSB
C++语言实现的LSB数字水印算法,Visual C++亲测可用。(C++ language LSB digital watermarking algorithm, the Visual C++ pro-measurement available.)
- 2020-10-20 20:07:24下载
- 积分:1
-
featureExtraction
该程序包实现了模式识别中的两个特征提取算法,主成分分析PCA和线性判别分析LDA。采用C++语言编写,开发环境VS。 程序包还提供了两个测试样本文件。(The package to achieve the recognition of the two feature extraction algorithm, principal component analysis PCA and linear discriminant analysis LDA. Using C++ language, development environment VS. Package also provides two test samples.)
- 2009-02-16 18:57:31下载
- 积分:1
-
image_aqusition
用于DSP中的图像采集.是基于DSP与SAA7111A的连接,定义一个按钮,按一下采一副图像(For DSP in the image acquisition. SAA7111A is based on the DSP and the connectivity, the definition of a button, click an image mining)
- 2009-04-16 09:40:38下载
- 积分:1
-
xlpvijx
关于 windows 下 perl 的一个小例子,()
- 2017-11-11 12:41:42下载
- 积分:1
-
超声波测距
说明: 超声波测距,已测试过了,完美运行,,,,,,,(Ultrasound ranging has been tested.)
- 2020-06-20 13:40:02下载
- 积分:1
-
用线程做一个生产者
用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchronization issue, it is a success and put them out, please refer to certification. I want threaded thread1 and thread2 sequence, then added a signal mysem volume, and the new two threads of two function for the P, V operation, to control the sequence has revealed
- 2022-04-24 16:21:18下载
- 积分:1
-
通用数据库访问类
通用数据库访问Helper 支持Oracle、SqlServer、MySQL、Access数据库访问方便简洁
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
namespace PromotionDB.Interface
{
public interface IDataSource
{
bool Open();
int ExecuteNonQuery(string _ConStr);
DataTable ExecuteQuery(string _ConStr);
bool Close();
}
}
using System;
using System.Collections.Generic;
using System.Text;
using PromotionDB.Interface;
using MySql.Data.MySqlClient;
using System.Data;
namespace PromotionDB.Util.DataAccess
{
///
/// 连接MySql数据库
///
- 2022-03-24 18:01:59下载
- 积分:1
-
Trend Arrows
A great indicator for binary options that works upon market trends.
- 2020-06-18 09:20:02下载
- 积分:1