-
微软编程精粹
这份电子书籍由PC Home俱乐部、C++ Bulider讨论区数位网友分别整理完成,基本上完全按照所据译本原貌,极少数文字为通顺起见稍作修改...
微软编程精粹
这份电子书籍由PC Home俱乐部、C++ Bulider讨论区数位网友分别整理完成,基本上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。由于并非一人整理完成,书中例程各章节代码书写风格可能稍有不同-Microsoft programming the essence of the e-books by PC Home Club, C++ Bulider Discussion digital finishing netizen were completed, which are essentially in accordance with the original appearance, according to a translation, a very small number of good text for the sake of some slight modifications. As not one person finishing completed chapters of the book routine code writing style may be slightly different
- 2022-05-05 16:49:13下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。 -SDK This is a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
- 2023-02-14 02:50:04下载
- 积分:1
-
gentico种群的crecimeito算法
algoritmo gentico para el crecimeito de poblaciones
- 2022-07-08 11:28:17下载
- 积分:1
-
SSD5
ssd5-exam01的自己作业答案 ,欢迎你的下载,谢谢了-ssd5-exam01 operation of their own answers, you are welcome to download, I would like to thank the
- 2023-02-22 11:05:04下载
- 积分:1
-
在 C# 中的绘画
这是一个简单的绘画应用在 C# 中与几个绘图工具,如直线、 矩形、 圆和着色颜料桶工具。
- 2022-10-11 17:40:05下载
- 积分:1
-
使用 Alphablend 位图
这是一个位图中的"Alphablend"应用示例。alphablend 是在图片添加不透明度的 API (应用编程接口)。
- 2022-03-04 13:23:52下载
- 积分:1
-
VB+ SQL development with the library management system, is my summer internship...
用VB+SQL开发的图书管理系统,是我暑假实习的作品-VB+ SQL development with the library management system, is my summer internship work
- 2023-03-03 18:20:04下载
- 积分:1
-
This S/W For Payro
This S/W For Payro-This S/W For Payroll
- 2022-06-02 07:57:40下载
- 积分:1
-
aes加密代码,加密速度还好,经过长时间精心设计的
aes加密代码,加密速度还好,经过长时间精心设计的-some code to encrypt files,the code is optimized
- 2022-10-31 03:30:03下载
- 积分:1