學 習 ASP 頁 的 最 佳 途 徑 是 動 手 編 寫 自 己 的 ASP 頁 。 創 建 ASP 頁 其 實 很 簡 單 , 只 要 使 用 文 本 編 輯 器 將 腳 本 命 令 插 入 到 HTML 頁 中 就 行 了 。 將 這 個 主 頁 以 .asp 為 文 件 擴 展 名 保 存 , ASP 服 務 器 就 知 道 處 理 其 中 的 腳 本 命 令 了 。 若 要 查 看 腳 本 的 結 果 , 只 要 使 用 HTTP 協 議 在 Web 瀏 覽 器 中 請 求 查 看 該 頁 就 行 了 。 也 就 是 鍵 入 ht tp://localhost/iishelp/iis/htm/tutorial/filename.asp 。 在 本 課 中 , 您 將 創 建 流 行 的 “ Hello WORLD! ” 腳 本 , 方 法 是 從 教 程 中 將 HTML 和 ASP 腳 本 命 令 復 制 到 文 本 編 輯 器 中 。 當 您 在 文 本 編 輯 器 中 保 存 文 件 后 , 就 能 用 瀏 覽 器 查 看 腳 本 的 輸 出 效 果 了 。
上傳時間: 2014-01-21
上傳用戶:huangld
BPMLL is a package for training multi-label BP neural networks. The package includes the MATLAB code of the algorithm BP-MLL, which is designed to deal with multi-label learning. It is in particular useful when a real-WORLD object is associated with multiple labels simultaneously
標簽: package multi-label includes networks
上傳時間: 2013-12-05
上傳用戶:xsnjzljj
Windows環境下32位匯編語言是一種全新的編程語言。它使用與C++語言相同的API接口,不僅可以用來開發出大型的軟件,而且是了解操作系統運行細節的最佳方式。 本書從編寫應用程序的角度,從“Hello WORLD!”這個簡單的例子開始到編寫多線程、注冊表和網絡通信等復雜的程序,通過70多個實例逐步深入Win32匯編語言編程的方方面面。 本書作者羅云彬擁有十余年匯編語言編程經驗,是匯編編程網站http://asm.yeah.net和匯編編程論壇http://win32asm.yeah.net的站長。本書是作者多年來編程工作的總結,適合于欲通過Win32匯編語言編寫Windows程序的讀者。
上傳時間: 2014-01-23
上傳用戶:jqy_china
The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First WORLD War, important developments appeared in print in a more or less timely fashion and the field moved forward in much the same way as other specialized disciplines. As late as 1918, one of the most influential cryptanalytic papers of the twentieth century, William F. Friedman’s monograph The Index of Coincidence and Its Applications in Cryptography, appeared as a research report of the private Riverbank Laboratories [577]. And this, despite the fact that the work had been done as part of the war effort. In the same year Edward H. Hebern of Oakland, California filed the first patent for a rotor machine [710], the device destined to be a mainstay of military cryptography for nearly 50 years.
標簽: cryptography literature has Secrecy
上傳時間: 2016-12-08
上傳用戶:fxf126@126.com
/* 在這里我們連接 "destroy" 事件到一個信號處理函數。 * 對這個窗口調用 gtk_widget_destroy() 函數或在 "delete_event" 回調函數中返回 FALSE 值 * 都會觸發這個事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 設置窗口邊框的寬度。*/ gtk_container_set_border_width (GTK_CONTAINER (window), 10) /* 創建一個標簽為 "Hello WORLD" 的新按鈕。*/ button = gtk_button_new_with_label ("hello WORLD") /* 當按鈕收到 "clicked" 信號時會調用 hello() 函數,并將NULL傳給 * 它作為參數。hello() 函數在前面定義了。*/ g_signal_connect (G_OBJECT (button), "clicked", G_CALLBACK (hello), NULL)
標簽: gtk_widget_destroy delete_event destroy FALS
上傳時間: 2016-12-26
上傳用戶:zsjinju
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-WORLD tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.
標簽: cross-platform language powerful provide
上傳時間: 2014-01-07
上傳用戶:pompey
熟悉基于 uCOS-II 擴展的嵌入式操作系統的啟動和應用程序的結構。閱讀 main. 調用的函數,了解 uCOS-II操作系統系統的啟動過程。使用Source Insight 3.0 C代碼 輯器,在操作系統的基礎上,編寫一段程序,在屏幕上顯示“Hello WORLD”等文本
上傳時間: 2013-12-21
上傳用戶:wxhwjf
ThreadX Library for ARM RISC microprocessor. ThreadX is a high performance RTOS that is wildly used in industrail WORLD-wide.
標簽: ThreadX microprocessor performance Library
上傳時間: 2014-10-26
上傳用戶:1101055045
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228). Developers around the WORLD, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers. However, with JAX-WS 2.0 API now available in core Java in JDK 1.5.0, life is simple like never before.
標簽: describes services article consume
上傳時間: 2013-11-27
上傳用戶:kelimu
Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time operating platform. When the project started, C++ was the language of choice. But over time the difficulties encountered with C++ grew to the point where the problems could best be addressed by creating an entirely new language platform. Design and architecture decisions drew from a variety of languages such as Eiffel, SmallTalk, Objective C, and Cedar/Mesa. The result is a language platform that has proven ideal for developing secure, distributed, network-based end-user applications in environments ranging from network-embedded devices to the WORLD-Wide Web and the desktop
標簽: programming language Java technology
上傳時間: 2014-01-03
上傳用戶:huangld