-
一个很简单的图书管程序,传上来大家相互学习学习,多给点意见...
一个很简单的图书管程序,传上来大家相互学习学习,多给点意见-jljsa lkjfdsalkjf flkasdjf lskjdfalk lsfdkj
- 2022-08-22 20:14:07下载
- 积分:1
-
勤工助学管理系统
的设计与实现 使用DELPHI6.0编译通过,可参考内容:
1、ADOTable,ADOQuery,ADOConnect基本使用方法。...
勤工助学管理系统
的设计与实现 使用DELPHI6.0编译通过,可参考内容:
1、ADOTable,ADOQuery,ADOConnect基本使用方法。
2、登陆窗体制作,初始密码3,
3、数据导入及自定义打印数据。
4、单页报表打印。-Work-study Management System Design and Implementation of DELPHI6.0 compiled through the use of, the content may refer to: 1, ADOTable, ADOQuery, ADOConnect basic usage. 2, landing form production, the initial password 3,3, data import and custom print data. 4, single-page print statements.
- 2022-05-07 08:56:57下载
- 积分:1
-
创建InterBase数据库
创建InterBase数据库-flash演示-created InterBase database-flash demo
- 2022-07-06 13:30:24下载
- 积分:1
-
主要是演示如何使用窗口下面的编程接口
主要是一个演示如何在windows操作系统下面利用vc进行界面编程的scroll功能的使用-is mainly a demonstration of how to use Windows Below vc programming interface for the use of the scroll function
- 2022-04-16 21:00:40下载
- 积分:1
-
液晶显示自己
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-LCD scrool
- 2022-05-17 19:40:07下载
- 积分:1
-
MFC自绘窗体的完整代码
MFC自绘窗体的完整代码,注释非常详细,相信会帮助大家设计好自己的个性窗体.
包括边框,标题按钮等等。最大化,最小化,关闭按钮可以自己方便定制是否显示。
不喜欢,自己替换一下资源就好了。
- 2022-07-02 15:50:56下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
一个比较漂亮的按钮控件类,没有用到图片,所以效率比较高...
一个比较漂亮的按钮控件类,没有用到图片,所以效率比较高-A more beautiful button-type controls, did not use pictures, so more efficient
- 2022-06-17 03:06:15下载
- 积分:1
-
报表设计器C#
此报表设计器是一个简单快速的报表开发工具,轻松实现报表显示、过滤、打印、导出等一体化集成功能。提供VB.net、C#丰富使用例子,报表如何调用一目了然。
一、工具特点:
1、可根据SQL语句自动生成报表格式,打印格式,用户只要稍微调整就可形成一张普通报表。
2、可设置报表分组、小计、合计等。
3、可设置报表的过滤窗口条件以及条件的参照内容。
4、可设置报表导出到Excel的格式。
5、可设置报表的打印参数,查询sql参数。在调用报表时对参数进行赋值。
6、报表拥有事件机制,如调用程序可以捕捉报表行双击事件。
7、报表数据,打印数据可以设置多种格式化串,如:格式化金额(¥1,234.56),大写金额(零元零角零分正),格式化日期(2005年5月5日)
8、打印格式,支持普通文本、图片框、划线、字段、参数、系统变量、函数、图表等丰富元素。
- 2022-01-26 07:17:52下载
- 积分:1
-
bmycrust作为输入的三维散乱点云并返回一个紧流形,T
BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation.
Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good.
The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature.
The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud.
I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-BMyCr
- 2022-03-12 15:17:47下载
- 积分:1