亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

name

  • 一個(gè)瀏覽縮小圖的組件

    一個(gè)瀏覽縮小圖的組件,專為像創(chuàng)建在線相冊(cè)薄等以網(wǎng)絡(luò)為基礎(chǔ)的應(yīng)用程序開發(fā)服務(wù)。 name:www.chinaz.com sn:48958-77556-02411 name:chinaz sn:71316-48529-38722 安裝的時(shí)候 填入name:后面的用戶名 例如 www.chinaz.com 然后在程序?qū)? Set jpg = Server.CreateObject("Persits.Jpeg") jpg.RegKey = "48958-77556-02411"

    標(biāo)簽:

    上傳時(shí)間: 2014-01-03

    上傳用戶:aa17807091

  • Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstr

    Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstrates a technique to rename an object if an object of the same name exists in the destination. This sample shows how to perform these operations in an MP-safe way.

    標(biāo)簽: demonstrate Contains demonstr folders

    上傳時(shí)間: 2016-01-14

    上傳用戶:我們的船長

  • data compare,/* Get the tables from a database and run through each table to list the table */* nam

    data compare,/* Get the tables from a database and run through each table to list the table */* name and field names

    標(biāo)簽: table the database compare

    上傳時(shí)間: 2016-01-24

    上傳用戶:dave520l

  • TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe

    TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix

    標(biāo)簽: TFIND searches boolean reports

    上傳時(shí)間: 2016-01-24

    上傳用戶:lindor

  • TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, chan

    TinyLogin is a suite of tiny Unix utilities for handling logging into, being authenticated by, changing one s password for, and otherwise maintaining users and groups on an embedded system. It also provides shadow password support to enhance system security. TinyLogin is, as the name implies, very small, and makes an excellent complement to BusyBox on an embedded System. It can be used without BusyBox, of course, but I envision them being used together most of the time.

    標(biāo)簽: authenticated TinyLogin utilities handling

    上傳時(shí)間: 2016-01-30

    上傳用戶:253189838

  • 查找電話號(hào)碼:實(shí)驗(yàn)內(nèi)容 (1) 要求程序建立一個(gè)可存放50項(xiàng)的電話號(hào)碼表

    查找電話號(hào)碼:實(shí)驗(yàn)內(nèi)容 (1) 要求程序建立一個(gè)可存放50項(xiàng)的電話號(hào)碼表,每項(xiàng)包括人名(20個(gè)字符)及電話號(hào)碼(8個(gè)字符)兩部分; (2) 程序可接受輸入人名及相應(yīng)的電話號(hào)碼,并把它們加入電話號(hào)碼表中; (3) 凡有新的輸入后,程序應(yīng)按人名對(duì)電話號(hào)碼表重新排序; (4) 程序可接受需要查找電話號(hào)碼的人名,并從電話號(hào)碼表中查出其電話號(hào)碼,再在屏幕上以如下格式顯示出來。 name tel. ×××× ××××

    標(biāo)簽: 電話 號(hào)碼 實(shí)驗(yàn) 程序

    上傳時(shí)間: 2013-12-23

    上傳用戶:來茴

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • /// /// /// /// /// /// /// /// /// / USE BY :超聲波測(cè)距器 IC :AT89C51 TEL : OSCCAL :XT (12M)

    /// /// /// /// /// /// /// /// /// / USE BY :超聲波測(cè)距器 IC :AT89C51 TEL : OSCCAL :XT (12M) display :共陽LED顯示 Updata :2004/12/12 name :ZHOUSS /////////////////////////////////////////////////////// 測(cè)距范圍7CM-11M,堆棧在4FH以上,20H用于標(biāo)志 顯示緩沖單元在40H-43H,使用內(nèi)存44H、45H、46H用于計(jì)算距離 VOUT EQU P1.0 紅外脈沖輸出端口 speak equ p1.1

    標(biāo)簽: OSCCAL USE 12M 89C

    上傳時(shí)間: 2014-11-07

    上傳用戶:cc1015285075

  • Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si

    Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.

    標(biāo)簽: elimination equations Gaussian version

    上傳時(shí)間: 2016-02-14

    上傳用戶:hxy200501

  • RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and supp

    RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and support conferences are available at the sites and BBS s listed below. Most of them are FIDONET-nodes, so you can request the latest version of RAR, via file request, using the magic name of RAR . NOTE: This list is distributed with the current version of RAR and may not be up-to-date. For the latest RAR_SITE list please visit our website at http://www.rarlab.com There you will also find the latest versions of RAR for all platforms as well as FAR, the greatest file manager in the world. North American Continent: USA

    標(biāo)簽: Registration and Support

    上傳時(shí)間: 2016-02-14

    上傳用戶:cooran

主站蜘蛛池模板: 保德县| 泗阳县| 鸡西市| 平南县| 云阳县| 资阳市| 平谷区| 涟水县| 衡东县| 灯塔市| 富顺县| 庆城县| 弥渡县| 西城区| 水富县| 黄梅县| 鹿邑县| 普兰县| 长丰县| 大余县| 神农架林区| 特克斯县| 江川县| 繁昌县| 清苑县| 德昌县| 尚义县| 永善县| 马公市| 马鞍山市| 海丰县| 米林县| 四会市| 平潭县| 波密县| 禹城市| 榕江县| 平乐县| 林口县| 嘉善县| 嘉兴市|