- 博客(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
461
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
552
原创 使用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
343
原创 计算精准
本人用c语言写了一个计算器。可以上百,可能上千、上万位的运算。四核2.6g. 2g内存。模拟十进制计算的。数据与二进制计算隔离。避免double float类型,产生的误差。7865432568987655433257665546648576857463525435465868794773624253435465876978573542312244758697876575646453637859...
2018-02-22 11:59:30
575
原创 解差分方程C语言代码
#include void 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
5064
1
windows 5th
2013-05-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅