CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - USR

搜索资源列表

  1. del_line_num

    0下载:
  2. 在终端输入: ./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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.85kb
    • 提供者:张盈
  1. jiandanbianjiqi

    0下载:
  2. 这是一个简单的编辑器雏形,这里用到了屏幕开发库 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
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:wwwwppp
  1. tcc-0.9.23

    0下载:
  2. 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
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:435.94kb
    • 提供者: 刘竞楠
  1. snavigator-user-guide

    2下载:
  2. 这是著名的源码浏览工具(不仅仅浏览,功能太多了)source navigator 的全套的使用说明。source navigator 是和 source insight类似的一个工具,通常在linux环境下使用,也有windows版本,由于界面不如source insight友好,所以使用手册至关重要。而目前还没有一个完整的使用手册,所以把sourceforg上最新的usr guide 一页一页的下载下来了,打了个包,一共20个页面。也是目前最详细的使用手册,希望对大家有用。
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1.28mb
    • 提供者:鲁清竹
  1. sourcenav-5.2b1.tar

    0下载:
  2. 这是相当于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
  3. 所属分类:Editor

    • 发布日期:2017-05-31
    • 文件大小:12.87mb
    • 提供者:张国梁
  1. tcc-0.9.25.tar

    0下载:
  2. 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
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:433.4kb
    • 提供者:Steven Hu
  1. RUL

    0下载:
  2. python 爬虫 爬虫 遍历整个 网站url.rar #!/usr/local/bin/python #-*- coding: UTF-8 -*- #神龙 QQ29295842 #爬淘宝-Python crawler crawler traverses the whole site URL
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.89kb
    • 提供者:QQ316118740
  1. USR-WIFI232-Setup

    0下载:
  2. WIFI TEST FILE RS232
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:7.9mb
    • 提供者:Anton
  1. cdrtools-2.01.tar

    0下载:
  2. 刻录机,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
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-08
    • 文件大小:1.67mb
    • 提供者:雷祖全
  1. libstdcPP.so.6.0.10

    0下载:
  2. 问题:升级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.放到
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:310.55kb
    • 提供者:zxw
  1. 移动物体检测源码py

    1下载:
  2. #!/usr/bin/env python # -*- coding: utf-8 -*- # 导入必要的软件包 import argparse import datetime import imutils import time import cv2 import pdb
  3. 所属分类:Python

  1. 讯飞tts65 demo

    0下载:
  2. demo使用说明: 1、将libiflytts.so和libqtts.so拷贝到/usr/lib目录下 2、将demo中函数调用的ip地址参数修改成有合成服务的服务器地址 3、编译qtts.java和demo.java 4、输入命令 java -classpath "./" demo即可正常合成,生成的Wav文件为1.wav,在当前目录下
  3. 所属分类:语音合成与识别

搜珍网 www.dssz.com