代码搜索:债权分割
找到约 1,468 项符合「债权分割」的源代码
代码结果 1,468
www.eeworm.com/read/115107/15027226
h filesplt.h
// FileSplt.h : main header file for the FILESPLT application
//
//
//Modify by 徐景周 ,2001.2.13
//功能:初始化设置袖珍文件分割器
//
#if !defined(AFX_FILESPLT_H__7FE4F384_019A_11D5_9005_D288FBFBF7E1__INCLUDED_)
www.eeworm.com/read/115107/15027244
cpp filespltdlg.cpp
// FileSpltDlg.cpp : implementation file
//
//Modify by 徐景周 ,2001.2.13
//功能:文件分割为各种大小格式,并将其合并在一起
//
#include "stdafx.h"
#include "FileSplt.h"
#include "FileSpltDlg.h"
#include "DirDialog.h" //
www.eeworm.com/read/38039/1090127
mnu splitclass.mnu
SPL#CLASS 分割分类
# remove the # sign and enter foreign help string in this line
First#Vol 第一体积
Classify the highlighted (in Red) volume as belonging to the First Volume.
把加亮(红色)的体积分为第一个体积。
Second#Vol
www.eeworm.com/read/38039/1092886
mnu sel_split_pnt.mnu
SELECT#SPLIT#POINT 选取分割点
# remove the # sign and enter foreign help string in this line
Select#Point 选取点
Select a control point.
选取控制点。
Create#Point 创建点
Create a control point.
创建控制点。
Start#of#Cut 切
www.eeworm.com/read/382791/2624418
h filesplt.h
// FileSplt.h : main header file for the FILESPLT application
//
//
//Modify by 徐景周 ,2001.2.13
//功能:初始化设置袖珍文件分割器
//
#if !defined(AFX_FILESPLT_H__7FE4F384_019A_11D5_9005_D288FBFBF7E1__INCLUDED_)
www.eeworm.com/read/382791/2624427
cpp filespltdlg.cpp
// FileSpltDlg.cpp : implementation file
//
//Modify by 徐景周 ,2001.2.13
//功能:文件分割为各种大小格式,并将其合并在一起
//
#include "stdafx.h"
#include "FileSplt.h"
#include "FileSpltDlg.h"
#include "DirDialog.h" //
www.eeworm.com/read/267735/4259946
h filesplt.h
// FileSplt.h : main header file for the FILESPLT application
//
//
//Modify by 徐景周 ,2001.2.13
//功能:初始化设置袖珍文件分割器
//
#if !defined(AFX_FILESPLT_H__7FE4F384_019A_11D5_9005_D288FBFBF7E1__INCLUDED_)
www.eeworm.com/read/267735/4259955
cpp filespltdlg.cpp
// FileSpltDlg.cpp : implementation file
//
//Modify by 徐景周 ,2001.2.13
//功能:文件分割为各种大小格式,并将其合并在一起
//
#include "stdafx.h"
#include "FileSplt.h"
#include "FileSpltDlg.h"
#include "DirDialog.h" //
www.eeworm.com/read/270095/11048814
cpp 棋盘覆盖问题.cpp
//棋盘覆盖问题
#include
int tile=1,board[64][64]={0};
void chessBoard(int tr,int tc,int dr,int dc,int size)
{
if (size==1) return;
int t=tile++, s=size/2; // L型骨牌顺序号, 分割棋盘
// 覆