-
可以根据颜色值拆分出RGB值或BGR值,这样在进行颜色设置时就很方便了!...
可以根据颜色值拆分出RGB值或BGR值,这样在进行颜色设置时就很方便了!
- 2022-02-01 08:18:27下载
- 积分:1
-
用borland delphi 写的通讯录程序!是delphi初学者的宝贝哦,免费!...
用borland delphi 写的通讯录程序!是delphi初学者的宝贝哦,免费!-with written correspondence procedures! Delphi beginners is the beloved Oh, free!
- 2022-03-18 07:09:18下载
- 积分:1
-
Windows Mobile录音程序,可以实现简单的录音功能,基于C#开发。...
Windows Mobile录音程序,可以实现简单的录音功能,基于C#开发。-Windows Mobile audio program, you can achieve a simple recording function, based on C# development.
- 2022-02-15 10:53:12下载
- 积分:1
-
solution of linear equations Ax = b SOR method of common procedures
解线性方程组Ax=b的SOR方法的通用程序-solution of linear equations Ax = b SOR method of common procedures
- 2022-03-21 05:41:20下载
- 积分:1
-
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植-wince under bmp jpeg conversion of the procedures used by a jpeg compression type, can be transferred
- 2023-05-21 11:05:03下载
- 积分:1
-
这是一个SDK程序。这个程序跟踪显示坐标位置…
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-This is a SDK procedure. This program tracking demonstrates the coordinates position of the mouse, at the same time, demonstrate the operation information in the window title block if the mouse has operation. if double-clicks in the window customer area ,can demonstrates the positional information of the double-click position. In addition, in the customer also has two units places charts, when the mouse moves arrives on the chart, can change the cursor which defines as oneself. This procedure suits the Win32 programming beginner, contains the massive Chinese annotation.
- 2022-03-05 08:05:10下载
- 积分:1
-
A remake of the classic game of Space Invaders is included. This game is used to...
A remake of the classic game of Space Invaders is included. This game is used to explore a number of issues surrounding game design and implementation.
- 2022-01-22 04:29:23下载
- 积分:1
-
这是wlllet程序包括一些具体细节。我希望这个模型可以…
这是一个CS模式的钱包模块实例,里面包含具体实现细节。在JBuild上开发的。-this is wlllet program which consists some detail codes.I hope this model can help some people study java.
- 2022-01-26 19:08:31下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1
-
我最近的作业,是二叉树的基本操作,新手,各位多多关照。...
我最近的作业,是二叉树的基本操作,新手,各位多多关照。-my recent operations, a binary tree is the basic operation, and newcomers, to take care of you.
- 2022-03-24 19:16:09下载
- 积分:1