The OMNI Naming Service (omninames) is an omniORB implementation of the OMG’s COS Naming Service Specification. It offers a way for a client to turn a human-readable name into an object reference, on which the client can subsequently invoke operations in the normal way. See the OMG specification for full details of the functionality provided by the Naming Service.
標簽: Service Naming implementation omninames
上傳時間: 2014-01-25
上傳用戶:jyycc
學生成績管理 假設有一個班級的學生n人,期末考試老師要對成績從高到低列出,并對各科的考試成績求出其最高分、最低分和平均成績。現在設計一個成績管理程序,能夠實現以下的功能: (1)對某門科目的成績進行排序并顯示輸出; (2)求出每門科目的最高分、最低分和平均分的信息; 學生成績的數據用結構數組表示,包括:學號、姓名、三門科目的考試成績,其結構格式如下: 學號 姓名 語文 數學 外語 C++ int num char name[10] int score[4]
標簽:
上傳時間: 2015-10-24
上傳用戶:Thuan
使用說明:請您先正確設置數據庫及JDBC驅動。 參考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.raofeng.com/love/kiss/archives/2006/13.html http://dev.mysql.com/downloads/connector/j/3.1.html下載JDBC驅動 先新建一數據庫(默認名為jspmo)建立數據庫及表格的命令都在sql.txt內,可以直接復制到數據庫里運行。 默認管理員名為: admin ,密碼為:jspmo.com 請修改config.jsp中的name(管理員名),password(管理員密碼),sitename(留言本標題),copyright(版權信息). 以及conn.jsp中的host(數據庫服務器主機),user(數據庫用戶名),pw(數據庫密碼),db(數據庫名),tab(數據庫表名)。
標簽: http blog archives raofeng
上傳時間: 2015-10-25
上傳用戶:894898248
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入購物車的物品已經全數退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空購物車</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="關閉" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
標簽: lt LANGUAGE VBSCRIPT include
上傳時間: 2015-11-05
上傳用戶:zhaoq123
游戲介紹: 操作:上下左右+空格 開窗游戲的3D 版,有2*2 到10 * 10的9個關卡,全部通過就算勝利。 作者介紹: name: AnSIC QQ:125198630 Email: ansicii@qq.com 簡介:目前高一,熱愛游戲! 由于代碼太亂,所以就不上傳源碼了。
標簽: 操作
上傳時間: 2015-11-13
上傳用戶:lx9076
Jode Decompiler.安裝方法:點擊Eclipse的Help菜單 --> Software Updates --> Find and install...,然后選擇:Search for new features to install,在彈出的對話框中點擊"New Remote Site..."菜單。填入:name: Jode DecomopilerURL: http://www.technoetic.com/eclipse/update點擊"Finish"。之后可以在Window菜單的Preferences --> Java -->Jode Decompiler中配置插件的信息。
標簽: Decompiler Software Eclipse Updates
上傳時間: 2015-11-19
上傳用戶:cuibaigao
根據用戶輸入的命令行選項的不同,來實現三種功能:argc為2時,命令格式為 myfind <pathname> 它要統計出,在常規文件中,文件長度不大于4096字節的常規文件,在所有允許訪問的普通文件中所占的百分比。不允許打印出任何路徑名。 argc為4且argv[2] == “-comp”時,命令格式為 myfind <pathname> -comp <filename> 輸出在<pathname>目錄子樹之下,所有與<filename>文件內容一致的文件的絕對路徑名。不允許輸出任何其它的路徑名,包括不可訪問的路徑名。當參數pathname不是絕對路徑時,調用getcwd()等函數來取得文件的絕對路徑名。 argc 大于等于4且argv[2] == “-name”時,命令格式為myfind <pathname> -name <str>…<str>…是一個以空格分隔的文件名序列(不帶目錄)。命令輸出<pathname>目錄子樹之下,所有與<str>…序列中文件名相同的文件的絕對路徑名。不允許輸出不可訪問的或無關的路徑名。
上傳時間: 2014-11-30
上傳用戶:jichenxi0730
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
1 安裝:首先安裝MPLAB IDE V7.42的程序,然后再安裝C的組件PICC8.05-PL.安裝過程中全部確認選擇,完畢后重啟計算機。 2 激活:(PICC8.05-PL) 運行“開始”菜單下的“HI-TECH SOFTWARE”中的 激活(Complier Activation)程序, 再同時啟動算號器程序(HtkeyGen.exe),將Last name前的勾去掉,填入公司名稱,算出相應內 容填入激活程序相應欄目,OK即可完成激活。 3 設置: 3.1 將MPLAB 7.42啟動后,在文件欄中打開C的桌面項目文件,在Project欄目中 檢查 select language Toolsuite...中的選項,所有路徑須指向安裝路徑如C:\HT-PIC\BIN\PICC.EXE; 3.2 在Project欄目中檢查 setlanguage Tool Locations中的HI-TECH ToolsuiteXDGR 相關選項,executables中各程序應指向picc.exe Default Search Paths & Directories中 的相關路徑應為安裝目錄如C:\HT-PIC\include 和C:\HT-PIC\lib; 3.3 設置programmer中的select programmer選項為"MPLAB IED 2"(經驗:如果不打開編譯器,此選項無法選中)。 3.4 設置單片機型號,在Congfigure中的Select Device選擇準確的芯片型號;
上傳時間: 2016-01-01
上傳用戶:Ants
學會對文件的記錄鎖定,及解鎖。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 執行命令cc lock.c –o lock.out Chmod +x lock.out ./lock.out
標簽: 記錄
上傳時間: 2016-01-04
上傳用戶:亞亞娟娟123