-
毕业生信息管理系统
毕业生信息管理系统-graduates information management system
- 2023-08-20 06:20:03下载
- 积分:1
-
A string of hexadecimal for summary (including md5 and sha
一款将十六进制串进行摘要(包括md5和sha-1),非常好用。-A string of hexadecimal for summary (including md5 and sha-1), very handy.
- 2023-04-02 13:50:03下载
- 积分:1
-
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置...
经典扫雷程序,Visua C++ 6.0 环境下实现对于设置用户的青睐类对话框的配置
-Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgCustom.cpp
Abstract:
the class of Dialog for setting user s favor-config
Author:
Microsoft s Engineer- Unknown Name
improved by Weijian Luo (Arthur Luo) 15-Jun-2005
E-mail: skybluehacker@yahoo.com.cn
Revision History: 1.0
- 2022-08-10 06:53:49下载
- 积分:1
-
一个应邀而写的玩的游戏 ,一个摸奖游戏,其中的对一个timer等控件有一个好的应用,应用的算法值得参考。...
一个应邀而写的玩的游戏 ,一个摸奖游戏,其中的对一个timer等控件有一个好的应用,应用的算法值得参考。-an invitation to write the play of the game, a game Our troops, the right controls such as a timer is a good application, the application of algorithms is worth noting.
- 2022-11-03 23:10:03下载
- 积分:1
-
beereader source code
beereader source code
- 2023-02-24 00:40:03下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
贪吃蛇游戏,主要是一个算法,怎样更新屏幕的显示,怎么构造蛇的数据结构....
贪吃蛇游戏,主要是一个算法,怎样更新屏幕的显示,怎么构造蛇的数据结构.-Snake games, it is a major algorithm, and how to update the screen, how tectonic snake data structure.
- 2022-06-21 13:51:15下载
- 积分:1
-
4用户指南Lonworks NodeBuilder Gizmo
LonWorks NodeBuilder Gizmo 4 Users Guide
- 2022-03-11 21:01:43下载
- 积分:1
-
VC实验 资源在基于SDK的程序设计中的应用
一.实验名称:资源在基于SDK的程序设计中的应用
二.实验目的:掌握各种资源的应用以及资源应用的程序...
VC实验 资源在基于SDK的程序设计中的应用
一.实验名称:资源在基于SDK的程序设计中的应用
二.实验目的:掌握各种资源的应用以及资源应用的程序设计方法
三.实验任务:
● 熟悉的菜单资源的创建过程
● 熟悉位图资源的创建
● 熟悉对话框资源的应用
● 熟悉图表资源
四.实验要求:
在一个窗口中央加载一个任意位图,位图尺寸为窗口面积的四分之一,当单计鼠标左键在一个窗口中央加载一个任意位图,位图面积为窗口面积的四分之一,当即鼠标左键或键盘上的向上箭头时位图向上移动,当移动到上边界时,窗口显示“不能再向上移动了”字样,当点击鼠标右键或键盘上的向下箭头时,位图向下移动,当到达窗口的下边界时,屏幕显示“不能再向下移动了”字样。
-err
- 2022-08-06 01:54:37下载
- 积分:1
-
一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都...
一些基本函数的程序源代码:包括(1)malloc函数(2)free函数(3)realloc函数(4)calloc函数 (5)学生数据库的编写(6)通讯录 以上都包含c语言源码,obj文件及应用程序-Some of the basic function of the source code of the program include: (1) malloc function (2) free function (3) realloc function (4) calloc function (5) the preparation of students in the database (6) address book contains more than c language source code, obj documents and applications
- 2023-06-27 21:45:03下载
- 积分:1