-
用VS.NET 2003开发的一个伟大的C++软件,帮助很多初学者。快点…
一个C++的好程序,对起步的同学有很大的帮助,是用 vs.net 2003 编得,大家快来下载,真的很不错哦!-a great C++ softwre developed with VS.net 2003, help a lot for beginners. Hurry to downnload, it s not bad!
- 2022-06-30 21:30:02下载
- 积分:1
-
行业演示工程
玻璃,交通,纺织,化工,包装,电子等十几个行业的生产流程的动画显示。
- 2022-08-04 06:34:58下载
- 积分:1
-
墨西哥人写的3D图象变换程序,有很多复杂的数学方法在其中,图象非常奇幻...
墨西哥人写的3D图象变换程序,有很多复杂的数学方法在其中,图象非常奇幻-Mexicans wrote 3D image transformation process, there are many complicated mathematical method in which images are fantastic
- 2022-06-29 21:43:06下载
- 积分:1
-
神经网络开发包用C++语言来编写的一段程序,不足之处请多指教。...
神经网络开发包用C++语言来编写的一段程序,不足之处请多指教。-Neural network development kit with C++ language section of the preparation of procedures, the inadequacy of advice please.
- 2022-09-08 11:05:03下载
- 积分:1
-
C++网络通信源代码
C++网络通信源代码-C source code for network communication
- 2022-01-31 04:21:50下载
- 积分:1
-
Decomposition and reconstruction example 1
Decomposition and reconstruction example 1
- 2022-11-28 01:35:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序...
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序-use SetWindowLong to change the default window to window handling functions, establish can show different colors scheduling procedures
- 2022-03-03 11:13:52下载
- 积分:1
-
modbus模块控件,支持modbus
modbus模块控件,支持modbus-RTU协议,03
- 2022-08-08 00:07:44下载
- 积分:1
-
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 )...
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 ) 。如果是一个目录,则输出该目录下的文件及子目录名列表。如该名称不存在,则以此名称为名在当前目录下创建一个子目录。
-prepare a process that the user from the command line parameters into the name of a judge. If it is a document, then the output of the document attribute (file name, path, the absolute path, readable, can be written and the length of documents, etc.). If it is a directory, then the output directory and subdirectory of documents from the list. If the name does not exist, it is also the name of the name of the current directory to create a subdirectory.
- 2022-05-13 23:55:22下载
- 积分:1