搜索资源列表
del_line_num
- 在终端输入: ./change 源文件名 目标文件名 即可将源文件中的行号滤去。 ^_^方便运行教程中的一些带行号的程序 比如 1: #!/usr/bin/perl -w 2: 3: $radius=50 4: 5: $area=3.14159*($radius ** 2) 6: print $area 经过处理后变成 #!/usr/bin/perl -w $radius=50
jiandanbianjiqi
- 这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses -This is a simple editor prototype, here the screen used for the development of curses and keyboard function keypa
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local
snavigator-user-guide
- 这是著名的源码浏览工具(不仅仅浏览,功能太多了)source navigator 的全套的使用说明。source navigator 是和 source insight类似的一个工具,通常在linux环境下使用,也有windows版本,由于界面不如source insight友好,所以使用手册至关重要。而目前还没有一个完整的使用手册,所以把sourceforg上最新的usr guide 一页一页的下载下来了,打了个包,一共20个页面。也是目前最详细的使用手册,希望对大家有用。
sourcenav-5.2b1.tar
- 这是相当于sourcenav的源码阅读器,欢迎大家下载使用!-install method: 1. cd /uclinux 2. tar-xzvf /mnt/cdrom/sourcenav-5.2b1.tar.gz 3. cd source-navigator 4. ./configure 5. make 6. make install the program will be installed in /usr/l
tcc-0.9.25.tar
- A c compiler source code. Tiny C Compiler feature: SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc gener
RUL
- python 爬虫 爬虫 遍历整个 网站url.rar #!/usr/local/bin/python #-*- coding: UTF-8 -*- #神龙 QQ29295842 #爬淘宝-Python crawler crawler traverses the whole site URL
USR-WIFI232-Setup
- WIFI TEST FILE RS232
cdrtools-2.01.tar
- 刻录机,cdrtools2.01, 可以在ubuntu下实现多段刻录,也可以在ARM板上,不过,这得需要移植-You**need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read READMEs/README.gmake for
libstdcPP.so.6.0.10
- 问题:升级Firefox到4.0版本时,提示/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9 not found。下载libstdc++.so.6.0.-Problem: When upgrading Firefox to version 4.0, suggesting/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9 ' not found. Download libstdc++.so.6.0.放到
移动物体检测源码py
- #!/usr/bin/env python # -*- coding: utf-8 -*- # 导入必要的软件包 import argparse import datetime import imutils import time import cv2 import pdb
讯飞tts65 demo
- demo使用说明: 1、将libiflytts.so和libqtts.so拷贝到/usr/lib目录下 2、将demo中函数调用的ip地址参数修改成有合成服务的服务器地址 3、编译qtts.java和demo.java 4、输入命令 java -classpath "./" demo即可正常合成,生成的Wav文件为1.wav,在当前目录下