摘要: 1 /* ***** BEGIN LICENSE BLOCK ***** 2 * 3 * $Id: bitmap.h,v 1.3 2004/06/30 16:44:52 asuraparaju Exp $ $Name: Dirac_1_0_2 $ 4 * 5 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 6 * 7 * The con... 阅读全文
posted @ 2017-04-07 22:20 souwang 阅读(350) 评论(0) 推荐(0) 编辑
摘要: $convert -resize 320x256 woman.bmp woman320x256.png $identify -verbose woman320x256.png Image: woman320x256.png Format: PNG (Portable Network Graphics 阅读全文
posted @ 2017-04-07 22:15 souwang 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #elif define _WIN32 typedef __int64 int64; //Portable signed long integer 8 bytes typedef int int32; typedef signed short int int16; ty... 阅读全文
posted @ 2017-03-27 20:51 souwang 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1 `timescale 1ns / 1ps 2 ////////////////////////////////////////////////////////////////////////////////// 3 //sim_sample.v 4 ////////////////////////////////////////////////////////////////////... 阅读全文
posted @ 2017-03-22 09:19 souwang 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 1 %complex_polar_ex.m 2 clear all 3 close all 4 clc 5 theta = 0:0.1:2*pi; 6 rho = 2; % 큰 원의 반지름 7 z = rho*exp(i*theta); 8 figure 9 polar(angle(z), abs(z), 'k') 10 set(gcf, 'color', 'w'); 11... 阅读全文
posted @ 2017-03-22 09:13 souwang 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1 INCLUDEPATH=-I/usr/include/c++/4.8.4\ 2 -I./\ 3 -I/home/william/Project/boost_1_59_0 4 SOURCEDIR=./ 5 LIBRARYPATH:= 6 LIBRARY:= 7 SRCS=$(foreach dir,$(SOURCEDIR), $(wildcard $(dir)/*.cp... 阅读全文
posted @ 2017-03-21 22:49 souwang 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ./Boost_Array_Example1 2 3 4 阅读全文
posted @ 2017-03-21 22:47 souwang 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1 INCLUDEPATH=-I/usr/include/c++/4.8.4\ 2 -I./ 3 SOURCEDIR=./ 4 LIBRARYPATH:= 5 LIBRARY:= 6 SRCS=$(foreach dir,$(SOURCEDIR), $(wildcard $(dir)/*.cpp)) 7 TEMPOUTPUT:=$(foreach di... 阅读全文
posted @ 2017-03-21 22:36 souwang 阅读(120) 评论(0) 推荐(0) 编辑
摘要: $./CPolyn 7+ 3*x^1+ 9*x^8+ 5*x^17+ 8*x^22The Length of headA is 5 -7+ 8*x^1+ 22*x^7 -9*x^8 -8*x^22The Length of headB is 5InvPrintPlyn+ 8*x^22+ 5*x^17 阅读全文
posted @ 2017-03-21 22:35 souwang 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 1 INCLUDEPATH=-I/usr/include/c++/4.8.4\ 2 -I../SharedHeader \ 3 -I./ 4 SOURCEDIR=./ 5 LIBRARYPATH:= 6 LIBRARY:= 7 SRCS=$(foreach dir,$(SOURCEDIR), $(wildcard $(dir)/*.... 阅读全文
posted @ 2017-03-21 22:25 souwang 阅读(151) 评论(0) 推荐(0) 编辑