搜索结果
找到约 222 项符合
per-unit 的查询结果
Delphi控件源码 unit pinyinfunction //汉字拼音相关的函数定义单元 Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换
unit pinyinfunction //汉字拼音相关的函数定义单元
Function GetHZPY(HZstr: String):String //将任意字符串中的汉字换成拼音首字母(大写)
function GetPYIndexChar(hzchar: string):char //将一个汉字转化成拼音首字母(大写)
VHDL/FPGA/Verilog this is the vhdl code of arithmetic and logic unit of 16 bit microprocessor.
this is the vhdl code of arithmetic and logic unit of 16 bit microprocessor.
VHDL/FPGA/Verilog a verilog programmed divide unit
a verilog programmed divide unit
VHDL/FPGA/Verilog a verilog programmed multiply unit algorithm
a verilog programmed multiply unit algorithm
Delphi控件源码 Pascal 7 to Delphi 2005 code conversion or update to replace pascal unit files Graphics, Keyboard,
Pascal 7 to Delphi 2005 code conversion or update
to replace pascal unit files Graphics, Keyboard, Mouse commands to equivalent in Delphi 2005
Delphi/CppBuilder esempi vari per c++(schemi base)
esempi vari per c++(schemi base)
VC书籍 secondo esempi vari per c++ (schema base)
secondo esempi vari per c++ (schema base)
数学计算 quarto esempi vari per c++ (schemi base)
quarto esempi vari per c++ (schemi base)
matlab例程 quinto esempi vari per c++ (schemi base)
quinto esempi vari per c++ (schemi base)
JavaScript Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentenc
Calculates if the brackets in a sentence are correctly close.
Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error.
Input:
()[]<>(**)
(*)
(ASA
Output:
YES
NO 2
NO 4