-
指数型加权零阶局与预测法
加权零阶局域预测法对时间序列数据进行短期预测(Calculating the Poincare cross section of time series)
- 2020-11-28 22:49:30下载
- 积分:1
-
C#使用微信模拟发送post消息请求
C#模拟发送post请求,使用微信模拟消息,Post请求模拟器。
WebClient wc = new WebClient();
wc.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
byte[] postdata = Encoding.UTF8.GetBytes(poststr);
byte[] responseData = wc.UploadData(textBox3.Text, "POST", postdata);//得到返回字符流
textBox2.Text = Encoding.UTF8.GetString(responseData);
- 2022-11-24 04:30:03下载
- 积分:1
-
ASP.NET MVC 5 框架揭秘试读样章
说明: 本书以一个模拟 ASP.NET MVC 内部运行机制的“迷你版 MVC 框架”作为开篇,其目的在于将
ASP.NET MVC 真实架构的“全景”勾勒出来。接下来本书以请求消息在 ASP.NET MVC 框架内部的流向
为主线将相关的知识点串联起来,力求将“黑盒式”的消息处理管道清晰透明地展示在读者面前(This book begins with a "mini MVC framework" that simulates the internal operation mechanism of ASP.NET MVC
The "panorama" of asp.net MVC real architecture is outlined. Next, the flow of request messages in the asp.net MVC framework
Connect the relevant knowledge points for the main line, and strive to show the "black box" message processing pipeline clearly and transparently in front of the readers)
- 2020-04-13 08:59:25下载
- 积分:1
-
STM32F407_LCD_Interface
LCD Interface using STM32F407
- 2015-03-15 19:23:03下载
- 积分:1
-
C-SHARP_USB_ADC_Test
在C#平台调用USB-I2C适配器或者USB-SPI适配器的二次编程接口函数实现ADC(模数转换)功能,USB-SPI适配器和USB-I2C适配器有8路、12bit、采样频率为1M的ADC,适配器采用3.3V参考电压,利用适配器的ADC功能可以测量0到3.3V之间的模拟电压信号。(Calling adapter or USB-I2C adapter USB-SPI in C# programming interface functions to achieve the secondary platform ADC (analog-digital conversion) feature, USB-SPI adapter and the adapter has a USB-I2C 8, 12bit, the sampling frequency of 1M of the ADC, adapter with 3.3V reference voltage, use the adapter ADC function can measure analog voltage signal between 0 to 3.3V.)
- 2020-12-03 14:59:26下载
- 积分:1
-
case1
opencv中对扫描图片的切边处理,并且对倾斜图片进行旋转矫正,(The cutting edge of the picture in opencv, rotation correction)
- 2018-07-23 16:01:17下载
- 积分:1
-
socket网络通讯 客户端 C/C++ UBUNTU下可用
本例采用open—write/read—close模式,实现了socket网络通讯客户端最基本的功能。
- 2023-04-01 10:05:04下载
- 积分:1
-
Idddc_30mF
中频70M,30M带宽LFM信号,采样率为102.4M,,数字下变频后,还进行了三倍抽取,最后还得到I,Q两路信号
(IF 70M, 30M bandwidth LFM signal, the sampling rate 102.4M, under digital variable frequency after also carried out three times extracted, and finally also received the I and Q signals)
- 2012-07-25 23:56:30下载
- 积分:1
-
am2120
am2120驱动代码,在keil环境当中可以直接使用;并且其中包含获取温湿度数据的接口函数(AM2120 driver code can be used directly in keil environment. And it contains the interface function to get the temperature and humidity data)
- 2018-09-11 09:36:00下载
- 积分:1
-
C#开发服务的流程代码
提供C#开发的服务源码,能够帮助你快速学习C#语言,及其相关的一些操作,其中主要的是服务,服务中又设计到了很多东西,源代码中将教会你怎么去办,你很容易上手的,源码也是非常容易的,希望对你有一点作用,谢谢你
- 2023-04-27 02:00:03下载
- 积分:1