XiaJing:
VirtualEnv 安装Numpy: ccompiler.py", line 44, in customize_compiler cpp = cc + " -E" # not alwaysTypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
回复
XiaJing:
pylons:../bin/paster controller helloCommand 'controller' not known (you may need to run setup.py egg_info). When running "paster controller", the current directory should be your Pylo
回复
XiaJing: Code page is another term for character encoding. It consists of a table of values that describes the character set for a particular language. (12-28 13:21) 回复
XiaJing: Code page 936 is Microsoft's character encoding for simplified Chinese, one of the four DBCSs for East Asian languages. (12-28 13:22) 回复
XiaJing: Originally it was identical to GB 2312, and expanded to cover most part of GBK with the release of Windows 95; now superseded by Code page 54936 (GB 18030). (12-28 13:23) 回复
XiaJing:
LabVIEWTMGetting Started with LabVIEWGetting Started with LabVIEWJune 2010373427G-01 National Instruments
回复
(12-27 23:50)
XiaJing:
grep : --include=GLOB Search only files whose base name matches GLOB (using wildcard matching as described under --exclude).
回复
(12-27 10:30)
XiaJing:
How to Unclog a Blocked Kitchen Sink.Pour the vinegar and baking soda down the kitchen sink.Rinse down the vinegar and baking soda. www.usaplumbing.info/tips/how-to-unclog-a-blocked-kitchen-sink
回复
(12-24 11:28)
XiaJing:
numpy:a=np.array([]) b=np.arange(3) np.append(a,[b],0) ValueError: arrays must have same number of dimensions
回复
XiaJing:
python: ["%i" %n for n in list] convert each element of list to string.
回复
(12-21 23:21)
XiaJing:
simulink Simulation Accelerator, build error, cc1: /matlabxxxxx/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/libppl_c.so.2)
回复
(12-16 12:06)
XiaJing: substitude /matlabxxxxx/sys/os/glnx86/libstdc++.so.6 with the one link to /usr/lib/i386-linux-gnu/libstdc++.so.6.0.14 (12-16 12:08) 回复
XiaJing:
ffmpeg -codecs Show available codecs.ffmpeg -i f1.wav -acodec pcm_xxx f2.avi
回复
(12-16 11:18)
XiaJing:
ls: -s, --size print the allocated size of each file, in blocks. The total xxx displayed at the first line after execute ls -l command is the total blocks sizes allocated to each file and folder.
回复
(12-14 11:03)
XiaJing: ext4:each file is allocated multiples of 4KiBs. (12-14 11:20) 回复
XiaJing:
Python recommends UpperCamelCase for class names, CAPITALIZED_WITH_UNDERSCORES for constants, and lowercase_separated_by_underscores for other names. www.python.org/dev/peps/pep-0008/
回复
XiaJing:
Kao-Cheng Huang, Zhaocheng Wang, "Millimeter Wave Communication Systems"
回复
(12-11 18:09)
XiaJing: Digital Signal Processing in Communication Systems Author: Marvin E. Frerking (12-11 18:09) 回复
XiaJing:
eyeD3 - displays and manipulates id3-tags on mp3 files.ID3 is a metadata container most often used in conjunction with the MP3 audio file format. It allows information such as the title, artist, album
回复
(12-11 13:04)
XiaJing: eyeD3 --remove-images Remove all image (APIC) frames from the tag. (12-11 13:08) 回复
XiaJing: -v, --verbose Show all available tag information. (12-11 13:09) 回复
XiaJing: eyeD3 depends on python-eyed3 module (12-11 13:14) 回复
XiaJing: f=/usr/bin/eyeD3 ;file $f ; wc $f /usr/bin/eyeD3: a python script text executable 1229 3919 49196 /usr/bin/eyeD3 (12-11 13:20) 回复
XiaJing:
MMVARI is a multi-Mode SoundCard Ham (Amateur) Radio program for receiving and transmitting the RTTY-PSK-FSK-MFSK modes. The program was written to experiment with the efficiency of transmitting Japan
回复
(12-10 17:36)
XiaJing: The program was written to experiment with the efficiency of transmitting Japanese and East Asian languages (HL/BV/BY) using the VARICODE. Eastern Asia languages, such as Japanese, Hangul, and Chinese (12-10 17:37) 回复
XiaJing:
ubuntu matlab simulink dsp sink audio device :To select or change the Audio Hardware API, select Preferences from the MATLAB File menu. Then select DSP System Toolbox from the tree menu.
回复
XiaJing:
An amateur radio contact, more commonly referred to as simply a "contact", is an exchange of information between two amateur radio stations. __en.wikipedia
回复
(12-09 22:58)
XiaJing:
Fedora Draft DocumentationAmateur Radio GuideA guide for users of Fedora amateur radio software
回复
(12-09 15:23)
XiaJing:
fldigi - digital modem program for hamradio operators
回复
(12-09 15:00)
XiaJing:
arecord, aplay - command-line sound recorder and player for ALSA sound‐ card driver .-l, --list-devices List all soundcards and digital audio devices
回复
XiaJing:
PSK31 or "Phase Shift Keying, 31 Baud" is a digital radio modulation mode, used primarily in the amateur radio field to conduct real-time keyboard-to-keyboard informal text chat between amat
回复
(12-09 10:57)
XiaJing: linpsk - amateur radio PSK31/RTTY program via soundcard (12-09 15:01) 回复
XiaJing:
ubuntu : use $crontab -e to edit command table and execute periodically. the table located in /var/spool/cron/crontabs/$USERNAME has the format : minute, hour, day, month, week command(script)
回复
(12-07 11:21)
XiaJing: “ */5 * * * * touch file” touch the file every 5 minutes. (12-07 12:00) 回复
XiaJing:
/etc/initramfs-tools/modules :# List of modules that you want to include in your initramfs.# They will be loaded at boot time in the order below.# Syntax: module_name [args ...]# You must run updat
回复
(12-06 22:54)
XiaJing: # You must run update-initramfs(8) to effect this change. (12-06 22:55) 回复
XiaJing:
FreeFem++-cs is an integrated environment for FreeFem++ (a C++-like computer language dedicated to the finite element method, developed under the supervision of profs Olivier Pironneau and Frédéric
回复
(12-03 10:49)
XiaJing:
Elmer is an open source multiphysical simulation software developed by CSC - IT Center for Science (CSC). Elmer development was started 1995 in collaboration with Finnish Universities, research instit
回复
XiaJing: A GNU Radio Based Software-Defined Radar Patton, Lee K. (12-03 00:27) 回复
XiaJing:
"source" is the bash SHELL BUILTIN COMMANDS, 语法:source filename [arguments] Read and execute commands from filename in the current shell environment and return the exit status
回复
(11-29 19:10)
XiaJing: return the exit status of the last command executed from filename. (11-29 19:10) 回复
XiaJing:
the mount point of iso file opened with Archive Mounter is in the ~/.gvfs directory.
回复
XiaJing:
Why can't I change the permissions, create, or delete folders in the Shared With Me folder?The Ubuntu One/Shared With Me folder is a special folder that holds all the folders other Ubuntu One users
回复
(11-27 11:34)
XiaJing: other Ubuntu One users share with you. If someone shares a folder with you and makes that share writeable, you should be able to read, write and delete files from that folder. You cannot modify or del (11-27 11:35) 回复
XiaJing: . You cannot modify or delete folders directly in the Ubuntu One/Shared With Me folder. (11-27 11:36) 回复
XiaJing:
find - search for files in a directory hierarchy.eg.find -name *.py -ctime +20, +n for greater than n, -n for less than n, n for exactly n.
回复
(11-26 20:42)
XiaJing:
IDL is vectorized, numerical, interactive, and is commonly used for interactive processing of large amounts of data (including image processing). There is a free implementation, GNU Data Languag(GDL
回复
(11-26 16:19)
XiaJing:
Introduction to phase-locked loopsystem modelingBy Wen Li, Senior System Engineer, Advanced Analog Product Groupand Jason Meiners, Design Manager, Mixed-Signal Product Group
回复
XiaJing:
1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within program libraries) 4 Special files (usually fou
回复
(11-20 14:04)
XiaJing: 4 Special files (usually found in /dev) 5 File formats and conventions eg /etc/passwd 6 Games 7 Miscellaneous (including macro packages and conven‐ tions), (11-20 14:05) 回复
XiaJing: 7 Miscellaneous (including macro packages and conven‐ tions), e.g. man(7), groff(7) 8 System administration commands (usually only for root) 9 Kernel routines [Non s (11-20 14:05) 回复
XiaJing:
Automated RF Techniques Group (ARFTG).ARFTG is a technical organization interested in all aspects of RF and Microwave test and measurement.
回复
(11-19 22:45)
XiaJing:
The GHex program can view and edit files in two ways, hex or ascii.
回复
(11-18 20:45)
XiaJing:
ImportError: libgnuradio-core-3.4.2.so.0: cannot open shared object file: No such file or directory. 解决:export LD_LIBRARY_PATH=/usr/local/lib export PYTHONPATH=/usr/local/lib/python2.7/dist-packages
回复
(11-18 00:06)
XiaJing:
The Comedi project develops open-source drivers, tools, and libraries for data acquisition. http:/ /www.comedi.org/
回复
(11-17 22:21)
XiaJing:
nmap - Network exploration tool and security / port scanner
回复
XiaJing:
solaris.pkginfo - display software package information. Without options, pkginfo lists the primary category, package instance, and the names of all completely installed and partially installed package
回复
XiaJing:
linux. pi - compute decimal Archimedes' constant Pi to arbitrary accuracy.Super PI is a computer program that calculates pi to a specified number of digits after the decimal point—up to a maximu
回复
XiaJing: Not on system console, root login rejected Edit /etc/default/login and comment out the following line. # CONSOLE=/dev/console (11-07 22:24) 回复
XiaJing:
tsclient is a GNOME program for remotely accessing Microsoft Windows NT/2000Terminal Services and XP Remote Desktop Sharing as implemented by the RemoteDesktop Protocol (RDP). Using the rdesktop pro
回复
(11-07 19:47)
XiaJing:
remote gdm. Xnest is an X Window System server that shows its output in a window.
回复
XiaJing:
There are four choices for viewing 3D Asymptote output:1.native Asymptote adaptive OpenGL-based renderer. 2.rasterized format(jpg,png). 3.Embed the 3D PRC format in a PDF file. 4.two-dimensional vecto
回复
(10-20 00:21)
XiaJing: 4.two-dimensional vector (EPS or PDF) format with render=0. (10-20 00:22) 回复
XiaJing:
3D geometry:Calques 3D 遵循GPL但使用MS的VC开发,只有windows版本。www.calques3d.org
回复
XiaJing:
Linux CLI, stat - display file or file system status, stat -c %Y f1.txt, date +"%s" -r f1.txt .对于date, %s 指seconds since 1970-01-01 00:00:00 UTC。
回复
(09-12 09:48)
XiaJing:
Digital Transmission Engineering 定价 :¥1,452.00 会员价 : ¥1,452.00 校园优惠价 :¥1452(100折) 作者: John B. Anderson 出版社:Wiley, John & Sons, Incorporated ISBN:9780780334571
回复
(09-10 22:03)
XiaJing: Synchronization of Digital Telecommunications Networks (09-10 22:06) 回复
XiaJing: Digital Clocks for Synchronization and Communications (09-10 22:06) 回复
XiaJing: Digital Communication Receivers: Synchronization, Channel Estimation, and Signal Processing (Volume 2): Heinrich Meyr, Marc Moeneclaey, Stefan A. Fechtel Wiley-Interscience | (09-10 22:07) 回复
XiaJing: Synchronization in Wireless Sensor Networks: Parameter Estimation, Peformance Benchmarks, and Protocols (09-10 22:08) 回复
XiaJing: David J. Kinniment "Synchronization and Arbitration in Digital Systems" (09-10 22:08) 回复
XiaJing:
Otherwise, numbers take the form [base#]n, where the optional base is a decimal number between 2 and 64 representing the arithmetic base, and n is a number in that base.
回复
XiaJing:
If the extglob shell option is enabled using the shopt builtin, several extended pattern matching operators are recognized. In the following description, a pattern-list is a list of one or mor
回复
(08-27 22:04)
XiaJing: *(pattern-list) Matches zero or more occurrences of the given patterns (08-27 22:06) 回复
XiaJing: Strip the leading zeros of number. v=000110;echo ${v##*(0)} (08-27 22:52) 回复
XiaJing:
bash,删除数字前面的0,b=$(echo 0000100 | sed 's/^0*//');echo $b,这样0000000将为空(应该为0),修改为b=$(echo 0000100 | sed 's/^0\{,4\}//');echo $b
回复
XiaJing:
msmtp --host=smtp.126.com --serverinfoSMTP server at smtp.126.com (m50-112.126.com [123.125.50.112]), port 25: 126.com Anti-spam GT for Coremail System (126com[20101010])Capabilities: PIPELI
回复
XiaJing:
ubuntu下禁用touchpad, Run gconf-editor Edit the keys in the /desktop/gnome/peripherals/touchpad/ folder. https;//wiki.archlinux.org/index.php/Touchpad_Synaptics#Synaptics_Special_Ability
回复
(07-24 18:32)
XiaJing:
Gnome, Ctrl+Alt+Tab Give focus to a panel. http;//library.gnome.org/users/gnome-access-guide/stable/keynav-5.html.en
回复
XiaJing:
ubuntu11.04使用evince打开ps文件,然后打印到文件选择pdf格式,提示Failed to print document和Printing is not supported on this printer。替换办法:用ghostscript包里的ps2pdf程序。
回复
(07-13 21:03)
XiaJing:
matlab2011a/bin/util/oscheck.sh: 605: /lib/libc.so.6: not found _________________ libc6 Embedded GNU C Library: Shared libraries
回复
(07-13 20:11)
XiaJing:
ngspice进行ac分析,结果通带是负值,阻带接近0,原因在于语句“V1 0 3 AC 1 180”中的1的正负,180度还是0度初相,0 3还是3 0,这三个地方都可改变极性。
回复
XiaJing:
only the server versions of Mac OS X are designed to be used in a virtual environment; as a result, VirtualBox does not support client versions of Mac OS X as a guest.
回复
XiaJing:
Virtual Box 4.0安装Snow Leopard,可以读取dmg镜像,运行时提示:VT-x/AMD-V hardware acceleration has been enabled, but is not operational. Certain guests (e.g. OS/2 and QNX) require this feature.Please ensur
回复
(07-10 12:17)
XiaJing: Please ensure that you have enabled VT-x/AMD-V properly in the BIOS of your host computer. (07-10 12:17) 回复
XiaJing: cksfv is a tool for verifying CRC32 checksums of files. (07-09 21:35) 回复
XiaJing: Simple file verification (SFV) is a file format for storing CRC32 checksums of files to verify the integrity of files.————en.wikipedia.org (07-09 21:43) 回复
XiaJing:
RAR 4.00 beta 3 Copyright (c) 1993-2010 Alexander Roshal 17 Dec 2010Shareware version Type RAR -? for helpExtracting from /home/xiajing/t/t.rarNo files to extract文件名称为中文时有该问
回复
XiaJing: 命令行下的rar:AUTHOR This manual page was written by Petr Cech <cech@debian.org> according to "rar -h" for the Debian GNU/Linux system (but may be used by oth‐ (07-09 00:11) 回复
XiaJing: 还有命令行下的unrar。AUTHOR This manual page was written by Petr Cech <cech@debian.org> according to "rar -h" for the Debian GNU/Linux system (but may be used by oth (07-09 00:12) 回复
XiaJing: 压缩文件名为中文用 unrar e xxx.rar可以正确解压,看来问题在file roller上。 (07-09 00:28) 回复
XiaJing:
• Meeting entries remind you of events that have a specific date and time.• Meeting requests are invitations that you can send to the participants. Before youcan create meeting requests you must h
回复
(07-02 19:25)
XiaJing: Before you can create meeting requests you must have a compatible mailbox configured to your device. • Memo entries are related to the whole day but not to a specific time of the day. • Anniversary (07-02 19:26) 回复
XiaJing: Anniversary entries remind you of birthdays and special dates. They refer to a certain day but not a specific time of the day. Anniversary entries are repeated every year. (07-02 19:27) 回复
XiaJing: To-do entries remind you of a task that has a due date but not a specific time of the day. (07-02 19:27) 回复
XiaJing:
Electronics Sensors for the Evil Genius: 54 Electrifying Projects
回复
(04-26 23:24)
XiaJing: Fun Projects for the Experimenter - N. Braga with METAL DETECTOR (05-06 20:55) 回复
XiaJing:
Radio Society of Great Britain_Microwave Know How for the Radio Amateur_Andy Barter_2010, 振荡器论文www.vhfcomm.co.uk/i-oscillators.html,方向:DDS,MMIC
回复
XiaJing:
Electronic Test Instruments: Analog and Digital Measurements (2nd Edition) Practical Radio Frequency Test and Measurement: A Technician's Handbook
回复
(04-19 23:20)
XiaJing: Analog and Digital Filter Design Using C (Bk/Disk), 1/e Leslie D. Thede (04-19 23:45) 回复
XiaJing: Synthetic Instruments Concepts and Applications by C.T. Nadovich 2005 (05-08 09:27) 回复
XiaJing:
The Book of Postfix: State-of-the-Art Message Transport Linux Email By Alistair McDonald, Ian Haycox, Magnus Bäck Postfix: The Definitive Guide
回复
(04-19 00:24)
XiaJing:
Linux Command Line and Shell Scripting Bible [Paperback]Richard Blum 2008
回复
(04-19 00:03)
XiaJing:
R2011a Documentation → MATLAB,[SN,CN,DN] = ellipj(U,M), U is limited to real values.
回复
XiaJing:
mutt +msmtp , ~/.muttrc set from= set realname set sendmail="msmtp" ~/.msmtprc account defaulthost smtp.xx.cnauth loginfrom xj@xx.cnuser xjpassword xx
回复
XiaJing:
How do I configure Mutt to use a remote SMTP server to send mail?Mutt can't do so directly (read the MailConcept to understand why this won't change). You must specify a local MTA to do it.
回复
XiaJing:
type lsls is aliased to `ls --color=auto'
回复
(04-11 22:17)
XiaJing: type -a ls ls is aliased to `ls --color=auto' ls is /bin/ls (04-11 22:20) 回复
XiaJing: Carl Albing, JP Vossen, and Cameron Newham,bash Cookbook,O’Reilly.2007 (04-11 22:33) 回复
XiaJing:
备份迷你博客:for i in {1..16};do wget http://hi.csdn.net/space-1862655-do-doing-view-me-page-$i.htmldone
回复
(04-10 14:53)
XiaJing:
A minimum-phase transfer function is one where there are no zeros in the right-half of the s plane.Larry D. Paarmann Design and analysis of analog filters, p77
回复
(04-09 21:05)
XiaJing:
active filter design:www.educypedia.be/electronics/electroniccalculatorsfilter.htm
回复
(04-09 11:45)
XiaJing: TI:Chapter16 Active Filter Design Techniques(Excerpted from Op Amps for Everyone) (04-09 12:07) 回复
XiaJing: from enthought.mayavi.tools.mlab_scene_model import MlabSceneModel (04-04 17:34) 回复
XiaJing:
The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around
回复
XiaJing:
ps2pdf - Convert PostScript to PDF using ghostscript. ps2pdf12 ps2pdf13
回复
(03-31 12:27)
XiaJing:
for j in =*; do if [ -f $j ] ; then echo; fi ;done
回复
(03-29 23:01)
XiaJing:
批量下载eml文件,然后用for f in *.eml; do munpack $f; done 提取附件,eml可用文本编辑器打开。
回复
(03-29 22:26)
XiaJing:
Network: ERR-No Active Peers, Check Network Connection and Firewall.07:10:22.480 ERROR [JobQueue3 ] networkdb.reseed.ReseedChecker: Downloading peer router information for a new I2P installation
回复
XiaJing:
Audacity® is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems.
回复
XiaJing:
execl, execlp, execle, execv, execvp - execute a fileThese functions are front-ends for execve.
回复
(03-27 12:19)
XiaJing:
Variadic function:In computer programming, a variadic function is a function of indefinite arity, i.e. one which accepts a variable number of arguments.
回复
XiaJing:
用cxfreeze生成的Win32程序在运行时提示“The application requires a version of wxPython greater than or equal to 2.8,but a mathching version was not found. ”
回复
XiaJing:
Karim Yaghmour, Jon Masters, Gilad Ben-Yossef, Philippe Gerum, "Building Embedded Linux Systems" O'Reilly Media, Inc. | ISBN: 0596529686 | August 26, 2008
回复
XiaJing: 有时需更改MAC地址避免重复# ifconfig ethX down # ifconfig ethX hw ether NEW_MAC_ADDR # ifconfig ethX up (03-07 10:42) 回复
XiaJing:
The US Trade Representative (USTR) accused Baidu of steering consumers to third-party websites where pirated material is hosted.Critics accuse China of not protecting intellectual property rights.
回复
XiaJing:
If the declaration of an identifier for an object has file scope and an initializer, thedeclaration is an external definition for the identifier. --c99 pp157
回复
XiaJing:
Package: manpages-dev (3.21-1) ,Manual pages about using GNU/Linux for development.These man pages describe the Linux programming interface.
回复
XiaJing:
instruction cycle , sometimes called fetch-and-execute cycle, fetch-decode-execute cycle, or FDX.指令周期
回复
(12-15 16:18)
XiaJing:
英文版的xp运行中文应用程序乱码问题control panel>Regional and Language Options>Advanced tab>Select a language to match the language version of the non-Unicode Programs you want to use选Chines
回复
XiaJing:
Keil MDK 4.13与TKScope ARM V1.00不兼容,点击degug按钮时MKD退出,换用Keil MDK 3.8问题解决,可以调试。
回复
(12-14 23:38)
XiaJing: TKscope ARM V1.00 Release 10/2009 (12-14 23:39) 回复
XiaJing:
MOV R3, #(PLLCON_PLLE:OR:PLLCON_PLLC), 其中 :OR: 为armasm precedence,——ARM Compiler toolchain Using the Assembler Version 4.1->Symbols, Literals, Expressions, and Operators -> Addition, sub
回复
XiaJing: It is recommended to write PC-relative expressions using labels rather than PC because the value of PC depends on the instruction set.Note *In ARM state, the value of the PC is the address of the cur (12-13 11:35) 回复
XiaJing: ARM Compiler toolchain Using the Assembler Version 4.1 -> Symbols, Literals, Expressions, and Operators -> Register-relative and PC-relative expressions (12-13 11:36) 回复
XiaJing:
ubuntu下启动ARM → RealView Development Suite v4.1 → RealView Debugger v4.1无反应,在shell下执行,报错error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or
回复
XiaJing:
RVDS报错,Unhandled event loop exception No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3349 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)
回复
XiaJing:
download ARM Evaluation, MDK413A.EXE (250,130K) Friday, October 29, 2010,Programs that generate more than 32 Kbytes of code and data will not compile, assemble, or link.
回复
XiaJing:
Springer-Remote Sensing with Imaging Radar-John A. Richards 2009
回复
(11-23 20:47)
XiaJing:
processing of SAR Data: Fundamentals, Signal Processing, Interferometry
回复
(11-23 15:24)
XiaJing: Digital Processing Of Synthetic Aperture Radar Data: Algorithms And Implementation (Artech House Remote Sensing Library) [Hardcover] Ian G. Cumming (Auth (11-23 15:30) 回复
XiaJing:
电路仿真的算法。Lawrence T. Pillage, Ronald A. Rohrer, Chandramouli Visweswariah, "Electronic Circuit and System Simulation Methods“,1994 | ISBN: 0070501696 | 392 pages
回复
(11-20 23:47)
XiaJing:
pgf\tikz中,\foreach \r in {0,1,...,0}将产生两个值,0和1,这样在双重循环中,\foreach \r in {0,1,...,2} \foreach \l in {0,1,...,\r} 第一个值需要在循环外实现。
回复
XiaJing:
latex, animation包。<variable name> is a sequence of one or more letters without a leading back-slash1 .The first (and possibly only) letter of the variable name determines the type of the varia
回复
(11-18 09:37)
XiaJing: The first (and possibly only) letter of the variable name determines thetype of the variable. (11-18 09:37) 回复
XiaJing: There are three different types: integers (‘i’, ‘I’), reals(‘n’, ‘N’, ‘r’, ‘R’) and dimensions or LaTEX lengths (‘d’, ‘D’). (11-18 09:37) 回复
XiaJing:
两本MCU的书,Newnes_PIC Microcontrollers_know it all_Lucio Di Jasio 2008, ROGRAMMING AND CUSTOMIZING THE PIC® MICROCONTROLLER_MYKE PREDKO_2008
回复
(11-17 11:20)
XiaJing:
pgf/tikz中,有时用\coordinate (E) at ($(D)!(U)!(Y)$);计算的坐标误差很大。可以掉换为(Y)(U)(D)以减小误差。
回复
XiaJing: A hybrid coil (or bridge transformer, or sometimes hybrid) is a transformer that has three windings,and which is designed to be configured as a circuit having 4 branches, that are conjugate in pairs. (11-04 23:20) 回复
XiaJing:
pfg/tikz中,\draw [pattern=grid](0,0) circle(3);用xelatex编译会提示your graphic driver pgfsys-xetex.def does not support patterns,可以用pdflatex编译
回复
XiaJing: % Enter this in the cell you wish to color a light grey. \cellcolor[gray]{0.9} (10-24 10:32) 回复
XiaJing:
1.McGraw-Hill (November 10, 2008)_PRACTICAL ARRAY PROCESSING Mark Sullivan.2.Array Signal Processing: Concepts and Techniques [Facsimile] [Paperback]Don H. Johnson
回复
(10-23 10:11)
XiaJing:
增量为B的模A运算的周期.设A,B为正整数且A>B,C=kB mod A, k=0,1,2,3...,则C的周期为A(B/G)/B=A/G, 其中G=GCD(A,B).证明思路设D=A mod B,则D/G与B/G互质,推出D/G*G与B/G互质,即D与B/G互质,D/G与B互质,因此A(B/G)为A
回复
XiaJing:
pgf/tikz中可以用ifthen包进行条件编译,如newcommand里的参数,\ifthenelse{\equal{#1}{0}},这里用到\equal{string}{string},还有\isodd{ number } \isundefined{ command name }等
回复
XiaJing:
用GIMP制作不规则锯齿边表示撕开的效果用于对程序界面的一小部分作演示,用free select tool。然后copy,paste as new image,加阴影则用fuzzy select tool选择锯齿边外的透明部分,然后invert,filter-light and shadow-dr
回复
(09-21 09:42)
XiaJing: filter->light and shadow->drop shadow (09-21 09:43) 回复
XiaJing:
altera quartus II 10.1 web edition的linux安装文件10.0sp1_quartus_free_linux.sh里没有modelsim-Altera Starter Edition,这与www.altera.com/literature/po/ss_quartussevswe.pdf里标注的对于modelsim为included不
回复
XiaJing:
XCircuit is a UNIX/X11 (and Windows, if you have an X-Server running, or Windows API, if not) program for drawing publishable-quality electrical circuit schematic diagrams and related figures, and pro
回复
XiaJing:
Ulrich L. Rohde的书,The Design of Modern Microwave Oscillators for Wireless Applications 2005;RF/Microwave Circuit Design for Wireless Applications 2000;
回复
XiaJing:
beamer按钮问题,hyperref={xetex}, \documentclass[hyperref= list of options ]{beamer} Causes the list of options to be passed on to the hyperref package.Ex: \documentclass[hyperref={bookmarks=false}]{bea
回复
(08-18 22:27)
XiaJing:
continued fraction or partial fraction expension
回复
XiaJing:
H:\GNURadio\USRP\USRP at 33\USRP_REV_3
回复
(08-17 16:15)
XiaJing:
asymptote对数组越界赋值不同于python,however, assignment to an element beyond the length of the array causes the array to be resized to accommodate the new element。
回复
XiaJing:
linux下的spice ,bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/,最高版本3f5编译安装时需要手动设定参数。Ngspice,deb包需要xspice,ubuntu仓储没有。Gnucap started by Albert Davis[1] in 1993。
回复
XiaJing:
pgf中,无法通过类似 (intersection number of firstobject and second object ) 的语句得到bezier曲线与其他曲线的交点(intersection),只能\draw[smooth] plot coordinates{(-1.5,1) (-1,
回复
XiaJing:
Tikz中,Use \colorlet to define a new color based on an old one. \colorlet{lightgray}{black!25}。specify a new color using \definecolor. \definecolor{orange}{rgb}{1,0.5,0}
回复
XiaJing:
grep命令,Context Line Control: -A NUM, --after-context=NUM : Print NUM lines of trailing context after matching lines. Places a line containing a group separator (--) between contiguous group
回复
(07-23 17:23)
XiaJing:
美陆军头盔上能放到眼前的设备是Helmet Mounted Display或image intensified night vision system
回复
XiaJing:
1. Computer Modern (CM) fonts, The AMSFonts distribution is composed of two parts: the Computer Modern (CM) fonts, and the original AMSFonts. 2. The Latin Modern(LM) fonts are derived from the famous
回复
(07-19 21:49)
XiaJing: The Latin Modern fonts are derived from the famous Computer Modern fonts designed by Donald E. Knuth and first published by the American Matematical Society (AMS) in 1997 (07-19 21:50) 回复
XiaJing:
1. "en.wikibooks.org/wiki/LaTeX" 2. the Computer Modern Typewriter font (cmtt) are gotten by default when using \ttdefault, \ttfamily, \texttt 3. www.cl.cam.ac.uk/~rf10/pstex/latexcommands.h
回复
XiaJing:
GDAL - Geospatial Data Abstraction Library . OpenGIS® is a Registered trademark of the Open Geospatial Consortium, Inc (OGC) and is the brand name associated with the Standards and documents.
回复
(07-13 17:38)
XiaJing:
PIL, The Python Imaging Library adds image processing capabilities to your Python interpreter.
回复