-
软件简介:
一款为房产中介公司及房产租售类网站量身定制的一套系统,与其它房产类程序不同的是,百姓房产中介系统更贴近用户,更理解用户真正的需求,在同类产品中具...
软件简介:
一款为房产中介公司及房产租售类网站量身定制的一套系统,与其它房产类程序不同的是,百姓房产中介系统更贴近用户,更理解用户真正的需求,在同类产品中具有以下优点。
管理页面:/admin/Login.aspx
管理帐号:webdiy
管理密码:webdiy.net
-software profiles : one for the real estate broker and property rental website customization of the system, and other properties of different types of procedures is that the people of Premises intermediary system closer to users, a better understanding of the real needs of users, in similar products have the following advantages. Management pages :/admin/Login.aspx Management Account : webdiy management Password : webdiy.net
- 2022-01-24 13:07:38下载
- 积分:1
-
加减计算器
(1) 加减数和被加减数的输入位数为1-4位;
(2) 相加结果显示要考虑进位的输出显示(即5位输出);
(3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理;
(4) 注意对相加结果进行十进制处理;
(5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移;
(6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits;
(2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered.
(3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "=";
(4) Attention should be paid to decimal processing of the additive results.
(5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left;
(6) Accumulative function can be completed.)
- 2020-12-26 15:09:03下载
- 积分:1
-
IEEECForm121302pdf_1
Describe: Then a voice feature extraction procedures source, in addition to containing matrix and vector operations, it also includes many voice feature extraction algorithm, including : Formant (formant) extraction
- 2010-12-07 08:49:26下载
- 积分:1
-
cmake-3.18.0
说明: 下载好的cmake安装包,外网下载速度贼慢,分享给大家(Download the good cmake installation package. The download speed of the Internet is slow. Share it with you)
- 2020-06-27 23:10:34下载
- 积分:1
-
43550038Matlab-based-design
说明: 基于Matlab的流体动压滑动轴承的优化设计,和改造(Matlab based on the fluid dynamic pressure sliding bearing optimization design, and transformation)
- 2020-05-24 22:51:50下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
a power real
一个电力实时监控系统的VC实现,可以以此为参照进行进一步开发。-a power real-time monitoring system VC, be used as a reference for further development.
- 2022-06-26 04:55:29下载
- 积分:1
-
CSS3jQuery全屏立体焦点图 时尚大气
CSS3jQuery全屏立体焦点图 时尚大气(CSS3jQuery full-screen three-dimensional figure Fashion atmosphere)
- 2018-07-04 14:13:34下载
- 积分:1
-
硬件(原理图+PCB)
飞思卡尔智能车PCB图和原理图,可直接打板(freescale sPID.loca_Kp = 1250 + (((MAX_VIDEO_USEDLINE - v_FarthestValidLine) * (MAX_VIDEO_USEDLINE - v_FarthestValidLine)) / 6);
if ((loca_error < LOCA_DEADLINE) && (loca_error > -LOCA_DEADLINE)))
- 2018-04-17 20:56:32下载
- 积分:1
-
LDPC_H_Construction
LDPC码H矩阵构造的三种尝试,包括比特填充法、PEG法和近似最短环路法(ACE)的实践(This document includes three methods to implement LDPC H matrix construction. Please enjoy them!)
- 2021-04-09 23:38:59下载
- 积分:1