自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (7)
  • 收藏
  • 关注

原创 opencv实现视频倒放倒写高效率源码源码源码

#include <stdio.h>#include<math.h>#include <cv.h>#include <highgui.h>int main(int argc, char* argv[]) { int i = 0, j = 0, k = 0; cvNamedWindow("Example3", CV_WI...

2020-04-09 20:40:20 373 1

原创 opencv实现视频倒放倒写源码源码源码

#include <stdio.h>#include<math.h>#include <cv.h>#include <highgui.h>int main(int argc, char* argv[]) { int i = 0, j = 0, k = 0; cvNamedWindow("Example3", CV_WINDO...

2020-04-08 20:31:49 469

原创 使用cvCreatVideoWriter和cvWriteFrame将图片或数据帧写入到AVI中源码源码源码

#include <stdio.h>#include<math.h>#include <cv.h>#include <highgui.h>int main(int argc, char* argv[]) { int i = 0, j = 0; cvNamedWindow("Example3", CV_WINDOW_AUTOS...

2020-04-08 20:00:09 266

原创 仿人眼模糊图片,这是水彩画吗?

2019-04-10 20:43:33 95

原创 任意精度计算C语言源代码

我想通过模拟人的计算方式,了解人工智能或意识。编了几个函数。它能任意精确度计算,纯C代码。

2018-05-13 17:48:48 982

原创 计算精准

本人用c语言写了一个计算器。可以上百,可能上千、上万位的运算。四核2.6g.  2g内存。模拟十进制计算的。数据与二进制计算隔离。避免double float类型,产生的误差。7865432568987655433257665546648576857463525435465868794773624253435465876978573542312244758697876575646453637859...

2018-02-22 11:59:30 436

原创 解差分方程C语言代码

#includevoid main(){//x(k+1)=M*x(k);M=[x1,x2] ;x(k)=[y1]//                             [x3,x4]       =[y2]double x1 = 0.95, x2 = 0.03, x3 = 0.05, x4 = 0.97;int step = 1;double y1 = 350000,

2018-02-06 10:04:34 4859 1

任意精度计算源代码

任意精度计算 高精度计算 c源代码 模拟人脑

2018-05-13

离散数学及其应用第7版偶数答案

离散数学及其应用第7版偶数答案 离散数学及其应用第7版偶数答案

2017-10-10

离散数学及其应用第7版奇数答案

离散数学及其应用英文版·第7版奇数答案

2017-08-21

离散数学及其应用第六版英文版扫描版

离散数学 英文 扫描版 罗森著(美)。

2017-08-21

Microsoft SOL server compact 3.5

Microsoft SOL server compact 3.5

2013-05-04

windows 5th

windows 5th Chapter 1 Getting Started This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I'll discuss later in this chapter, this is not the only way to write programs that run under Windows. However, it is important to understand the Windows APIs regardless of what you eventually use to write your code.

2013-05-02

C.How.to.Program 6ed]

C.How.to.Program.6ed 转

2012-06-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除