⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 b_trees.plg

📁 B树代码以及演示
💻 PLG
📖 第 1 页 / 共 2 页
字号:
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(43) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(44) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(44) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(26) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBox(class CDC *,int,int,char,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(60) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(61) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(62) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(74) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(75) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(76) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(77) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(84) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(85) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(87) : warning C4244: '=' : conversion from 'double' to 'long', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(50) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawGrayBox(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(103) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(104) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(105) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(105) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(106) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(106) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(107) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(107) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(108) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(108) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(117) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(117) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
        C:\Documents and Settings\houtie\桌面\B_Trees\B_Trees\B_tree.h(93) : while compiling class-template member function 'void __thiscall B_node<char,4>::drawBranch(class CDC *,int,int,int)'
Linking...



<h3>Results</h3>
B_Trees.exe - 0 error(s), 47 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -