-
呵呵,vb小程序,是个计算器
呵呵,vb小程序,是个计算器-Oh, vb small program is a calculator
- 2022-06-20 22:02:12下载
- 积分:1
-
完整的解决方案的视觉工作室2008。Freefont是渲染文本库…
complete solution for visual studio 2008. Freefont is library for rendering text letters, it supports rotation and another features. Widely used in many opensource and comercial programs.
- 2022-10-18 08:55:03下载
- 积分:1
-
Samsung ARM9 chip s3c2410 Jack 4.2BSP the source code, according to the developm...
三星ARM9芯片s3c2410的wince 4.2BSP源代码,可以根据自己的开发板做少量修改即可使用-Samsung ARM9 chip s3c2410 Jack 4.2BSP the source code, according to the development board to do some modifications in order to use
- 2022-05-09 02:09:10下载
- 积分:1
-
广州斯道拉2410ARM详细说明,以及手工WindowsCE
广州斯道拉2410ARM详细说明,以及windowsCE手册
- 2022-05-19 03:10:55下载
- 积分:1
-
多
多元多峰函数的优化实例
第10行各变量的上下限改为[-10 10],原来为[-3 3];
第25行改为:[Y, I]=min(ObjV) 原来为[Y, I]=min(ObjVSel) 以此将染色体的个体值与shubert()函数值对应起来,原表达式不具有shubert()函数自变量和应变量的对应关系
-Multi-multi-peak function optimization examples of the first 10 lines the upper and lower limits of each variable changed to [-10 10], originally for the [-3 3] No. 25 line changed to: [Y, I] = min (ObjV) the original of [ Y, I] = min (ObjVSel) this will be the individual value of chromosome shubert () function values corresponding to the original expression does not have shubert () function from the variables and should correspond to the relationship between variables
- 2022-12-27 05:15:03下载
- 积分:1
-
VistaSDK note. Rar introduction VISTA Development API
VistaSDK说明.rar 介绍VISTA的开发API-VistaSDK note. Rar introduction VISTA Development API
- 2022-03-13 06:37:33下载
- 积分:1
-
some classic VC source code (2)
一些经典的VC源代码(2)
- 2022-01-26 06:59:03下载
- 积分:1
-
C语言实现贪吃蛇
//: Snake.c
/* * * * * * * * * * * * * * * * * * * * * * *
// Project: RedSnake(贪吃蛇)
// Author: Problue
// Version: 1.0
// Date: 19:55 2012-10-29
* * * * * * * * * * * * * * * * * * * * * * */
#include
#include
#include
#include "pcc32.h"
// 定义地图的尺寸及坐标
#define MAP_WIDTH 32 // 地图宽度
#define MAP_HEIGHT 32 // 地图高度
#define OFFSET_X 1 // 地图左右的边距
#define OFFSET_Y 1 // 地图上下的边距
#define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度
#define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度
#define GotoMap(x, y) gotoTextPos((x) * 2, (y))
// 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物
#define BS_SPACE 0
#define BS_SHEAD 1
#define BS_SBODY 2
#define BS_STAIL 3
#define BS_FOOD 4
// 蛇默认长度
#define SNAKE_MIN_LEN 5
// 定义蛇运动方向: 上、下、左、右
#define DIR_UP 1
#define DIR_DOWN 2
#define DIR_LEFT 3
- 2022-05-15 19:59:34下载
- 积分:1
-
prepare a process scheduler simulation program. Ready to process state, running,...
编写一进程调度程序模拟程序。进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-prepare a process scheduler simulation program. Ready to process state, running, blocking three. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, for every "Dispatch" shows that the current operation "PCB name" priority number, running time, without the need for a real system of PCB data changes.
- 2022-01-26 02:20:37下载
- 积分:1
-
Visual Assist X is a very good Visual Studio. NET 2003,2002 plug
Visual Assist X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。 -Visual Assist X is a very good Visual Studio. NET 2003,2002 plug-in, support C/C++, C#, ASP, Visual Basic, Java and HTML and other languages, also support VC++ 6, VC2B !+ 5, can automatically identify a variety of keywords, the system function, member variables, automatic paper input prompts, automatic error correction case automatically marked wrong and so on, contribute to the development process to enhance the development of automation and efficiency.
- 2022-07-23 18:45:51下载
- 积分:1