搜索结果
找到约 456 项符合
Notepad-like 的查询结果
Linux/Unix编程 解压上传到BBS目录 link_txt.txt 权限设置为可写可修改
解压上传到BBS目录
link_txt.txt
权限设置为可写可修改,linux下设置为777
导入插件:discuz_plugin_friendlink
http://www.bbscode.com/html/chajian/Discuz-houtaiyanzheng-duli-like-page/
其他书籍 Perl and XML XML is a text-based markup language that has taken the programming world by storm. Mor
Perl and XML
XML is a text-based markup language that has taken the programming world by storm. More
powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and
resilient. XML is the perfect tool for formatting documents with even the smallest bit of
complexity, from We ...
其他 查错问题 文件名:check.* 输入文件:check.in(文本文件
查错问题
文件名:check.*
输入文件:check.in(文本文件,选手按规定格式自行创建)
输出文件:check.out(文本文件)
问题描述:
很多英文文本编辑软件都具有辅助查错功能。现在有一个标准的词库,请根据该标准词库编制程序实现查错功能。
输入格式:
从文本文件check.in中读入数据。
第一行一个整数N(N≤10000),表 ...
系统设计方案 在PC机上运行cadence需要先运行命令:source filename,此处filename指.cshrc,或其他具有该文件内容但名字不同的文件,该文件必须有set DISPLAY 本机IP:0.
在PC机上运行cadence需要先运行命令:source filename,此处filename指.cshrc,或其他具有该文件内容但名字不同的文件,该文件必须有set DISPLAY 本机IP:0.0 语句,同时应将其他雷同设置封住.可以先从工作站上下载.cshrc文件,然后用notepad修改显示设置相,不可用其他编辑器,否则文本文件格式会不一样.记住,必须将显示器设置为256 ...
其他 This text introduces the spirit and theory of hacking as well as the science behind it all it also p
This text introduces the spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks.
我记得好像的关于缓冲区溢出的
其他 HHT_and_intrduction_of_the_author_huang
HHT_and_intrduction_of_the_author_huang,this pdf include lots of picture just like a ppt
Java编程 A java GUI interface program used to download a batch of files in a specified URL, or a kind of simi
A java GUI interface program used to download a batch of files in a specified URL, or a kind of similar files like pic01, pic02, pic03, ..., pic99, etc. And it can download all the links of index.html automatically.
文章/文档 To review what a metaball is, and how to render them and to describe a new optimization I ve made
To review what a metaball is, and how to render them and to describe a
new optimization I ve made for rendering metaballs. For complex scenes,
it can render hundreds of times faster, though I m certain others have
discovered this trick as well. It does very slightly change the
characteristic ...
其他 Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how ...
Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...