-
creatfaststyle
演示了如何创建和删除一个应用程序的过程,使你深入了解windows系统中类似的操作过程是如何实现的(Demonstrated how to create and delete an application process, so that a deeper understanding of your windows operating system similar to the process of how to achieve the)
- 2007-12-14 19:52:09下载
- 积分:1
-
Lesson11
说明: 使用Opengl实现了旗帜飘动的效果,
效果不错,很适合用于学习之用!(Achieved using the opengl flag fluttering effect, good effect, it is suitable for learning!)
- 2008-10-30 11:00:24下载
- 积分:1
-
circle_surface_mpi
calculate the circle surface using parallel mpi
- 2012-12-31 00:41:14下载
- 积分:1
-
Predictive_Model_Analysis
以由科学数据构成的大型二维数据表为对象,运用预测模型分析方法,实现语义压缩。
用MFC框架建立了一个基于上述方法的压缩解压工具应用程序。(Posed by the scientific data of large-scale two-dimensional data table for the object, the use of prediction model analysis, the realization of semantic compression. MFC framework with the establishment of a method based on the above-mentioned compression decompression tool applications.)
- 2007-09-09 12:52:34下载
- 积分:1
-
12864
使用红外遥控调整时间并用12864液晶显示的王年丽时钟程序(Infrared remote control 12864 to show big clock)
- 2015-07-16 11:01:27下载
- 积分:1
-
XYZ点胶机(可编程)_安川运动控制卡
XYZ三轴点胶机,使用安川运动控制卡MP2100M,使用这种板卡的比较少,但是功能非常强大,支持32轴控制,由于当时资料比较少,谢了很长时间,单终于完成了,已经正常使用在机器上了.点胶程序可自行编辑保存.自动化机器控制C#编写比较少,还是希望各位不吝赐教,多多交流!!
- 2022-01-31 05:58:31下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
专家系统lll
一个可以识别金钱豹、老虎、长颈鹿、斑马、鸵鸟、企鹅、信天翁等七种动物的简单专家系统(it is a simple expert system that can identify seven kinds of animals such as leopard,tiger,giraffe,zebra,ostrich, penguin and albatross)
- 2005-06-09 19:10:12下载
- 积分:1
-
lesson-12
孙鑫VC++教学课程lesson12:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。 (Sun Xin VC++ tutorial lesson12: const char* char* const distinction. C language support for file read and write, the FILE pointer difference between text files and binary files. Way to read and write files with text and Note to the binary mode read and write files. The C++ support, ofstream and ifstream usage of file read and write. Win32 SDK file read and write support for the use of the CreateFile function, WriteFile function, ReadFile function the MFC file reading and writing support use CFile class and CFileDialog file filter settings. win.ini file and read and write registry and related knowledge points.)
- 2013-04-02 10:13:49下载
- 积分:1
-
波动方程正演
本代码是句C++代码编写的,实现了二维波动方程正演,三维波动方程正演,一阶形式下的波动方程正演,并能输出快照文件和记录文件(seg-y格式),也能导入数度模型(seg-y格式),进行波动方程正演,该程序是最简单的声波正演,而且运用了open+MP技术提升运算效率。
- 2022-03-03 16:20:37下载
- 积分:1