-
俄罗斯方块
俄罗斯方块 windows程序 原创 windows GUI 应用程序
核心算法的实现,但是没有加入统计分数和排名等功能,添加是很容易的
- 2022-08-05 18:57:16下载
- 积分:1
-
Labview飞思卡尔上位机
此上位机为第九届飞思卡尔光电组所用的上位机,编写软件为Labview,有10路输入,也可手动控制输入通道数,可以观察波形,易于分析各种情况。
- 2023-04-06 18:05:03下载
- 积分:1
-
CD-ROM工具C++Builder源码源代码,非常有用.-CD-ROM tool C++ Builder source code source code, very useful.
- 2022-07-27 03:35:09下载
- 积分:1
-
该程序利用随机页面调度模拟网页的过程…
本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
- 2022-12-02 13:25:03下载
- 积分:1
-
uCGUI在STM32下的移植
首先感谢WZT大哥共享的ucGUI移植的文档,先将本人的移植过程详细记录下来,以供初学者参考:
1、打开调试好的TFTLCD测试程序(这里是打开“ALIENTEK MINISTM32 实验10 TFTLCD显示实验”)的工程文件夹,在其中创建ucGUI的文件夹。由于ucGUI/CORE文件中已经存在了lcd.h和lcd.c的文件,所以我们将工程目录HARDWARE/LCD中的lcd.c文件和lcd.h文件的文件名换成ili93xx.c和ili93xx.h,并将其中的预处理命令也相应的更换。然后将ili93xx.h和ili93xx.c中用来标识液晶屏宽和高的LCD_H与LCD_W分别换成LCD_HEIGHT和LCD_WIDTH。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-06 15:34:02下载
- 积分:1
-
三维饼图IntroductionHi all!! Well I have been looking for a pie control that would u...
三维饼图IntroductionHi all!! Well I have been looking for a pie control that would use the skin images instead ofsimple colors and just could not find that. And I struggled quit a lot to make it but ..:( anywayso found out another solution that is 3D pie control that could satisfy my needs. I got itdeveloped with one of my bright colleagues, Amit Ganguly, who is a fresh engineer and strongwith mathematics. So guys just download it, use it, and let me know your comments/-3D pie IntroductionHi all! ! Well I have been looking for a pie that would control the use images instead ofsimple skin colors and just could not find that. And I struggled quit a lot to make it but .. : (anywayso found out another 3D solution that is pie control that could satisfy my needs. I got itdeveloped with one of my bright colleagues, Amit Ganguly, who is a fresh engineer and strongwith mathematics. So guys just download it, use it, and let me know your comments /
- 2022-08-02 18:11:26下载
- 积分:1
-
WPF 实现圆形进度条
项目中用到圆形进度条,首先就想到使用 ProgressBar 扩展一个,在博客园里找到 迷途的小榔头 给出的思路和部分代码,自己加以实现。在此感谢 迷途的小榔头! 进度小于60显示红色,大于60则显示绿色。效果如下:
- 2022-02-11 17:28:00下载
- 积分:1
-
关机 恶搞
#include
#include
void xin();
void f1();
void f2();
int i,j,k;
void main()
{
char write[100];
system("shutdown.exe -s -t 300");
printf("
快说我爱你
!
不说就关机
!
");
- 2022-01-22 06:07:27下载
- 积分:1
-
WPF C# SQLServer存储图片存储上传显示案例
应用C#语言,编写的WPF桌面应用小程序,可以输入编号,想SQLserver数据库上传图片,数据库已地址的方式保存, 标号和图片可以显示在DataGrid表格中
- 2022-08-23 16:19:06下载
- 积分:1
-
二进制文件读写
读取二进制文件,直接保存至char指针,并且保存数据大小,可以指定文件名(路径+文件title+扩展名)
写入二进制文件,直接传入char指针和数据大小,同样可以指定文件名(路径+文件title+拓展名)
- 2022-11-21 11:45:03下载
- 积分:1