-
himself wrote for the refuse removal, like it used to clean up the garbage prett...
自己写的垃圾清理器,喜欢的用吧,清理垃圾帧的不错-himself wrote for the refuse removal, like it used to clean up the garbage pretty good frame
- 2022-04-14 23:44:11下载
- 积分:1
-
CUNIT c testing framework, similar to the famous junit, very useful, here is the...
CUNIT c 测试框架,类似大名鼎鼎的junit,很有用的,这里是原代码,可以编译生成lib文件-CUNIT c testing framework, similar to the famous junit, very useful, here is the original code. lib compiler can generate documents
- 2022-01-23 10:52:33下载
- 积分: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
-
一个C++.net的华容道游戏, 相信很多朋友都玩过, 在此和大家分享游戏实现源码, 希望大家多多支持....
一个C++.net的华容道游戏, 相信很多朋友都玩过, 在此和大家分享游戏实现源码, 希望大家多多支持.-A C++. Net of Huarong game, I believe many of my friends have played in this game is to achieve and to share source code, I hope everyone can support.
- 2022-03-09 14:20:53下载
- 积分:1
-
java anti
java的反编译程序,挺好的用的。可以学习他人的源代码-java anti-compiler, it"s quite good use. Others can learn from the source code
- 2022-01-26 04:58:59下载
- 积分:1
-
实现用户验证..画圆 显示当前系统时间 对VC很有帮助 1):修改字体背景色 2):修改字体颜色 3):修改字体属性 4):在工作区画硬币(可以通过菜单栏、工具...
实现用户验证..画圆 显示当前系统时间 对VC很有帮助 1):修改字体背景色 2):修改字体颜色 3):修改字体属性 4):在工作区画硬币(可以通过菜单栏、工具栏及右键来实现,在状态栏有硬币的数量) 5):在工作区画一圆(根据用户提出的线的宽度及圆的半径来画圆) 6):在工作区显示一位图 7):在工作区可以通过鼠标画图 8):在状态栏显示系统时间-achieve user authentication. . 1 2 3 4 5 6 7 8
- 2022-02-25 08:20:12下载
- 积分:1
-
C#隐藏窗口并在托盘处显示图标
C#隐藏窗口并在托盘处显示图标,隐藏和显示窗体,在托盘处显示图标,目前很多程序都采取的一种退出程序的方法,当用户点击退出后,并非真正退出,而是隐藏掉了主窗口,并在Windows托盘处显示程序图标,通过右键菜单或单击图标,重新弹出程序主窗口。
- 2023-08-03 07:25:03下载
- 积分:1
-
C#做的IE浏览器-简单示例
一个简单的IE浏览器制作实例,基于C# webBrowser源码实现,界面和功能都挺简洁的,基于Windows的IE内核组件,这里只是简单的调用,设计了一个简单的界面,熟悉一下C#如何调用这个组件,功能方面实现网址输入、网页打印预览、后退、前进、刷新、查询等功能。
- 2022-03-18 02:51:38下载
- 积分:1
-
说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF
说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF-8 所需要的信息. 在将来不远的几年里, Unicode 已经很接近于取代 ASCII 与 Latin-1 编码的位置了. 它不仅允许你处理处理事实上存在于地球上的任何语言文字, 而且提供了一个全面的数学与技术符号集, 因此可以简化科学信息交换.
-Described in the POSIX system (Linux, Unix) required the use of Unicode/UTF-8 information. In the near future several years, Unicode is already very close to replace the ASCII and Latin-1 encoded the location of the. It is not only permit In fact you deal with deal with on Earth exists in any language, but also provides a comprehensive mathematical and technical symbol set, it can simplify the exchange of scientific information.
- 2022-10-28 06:15:03下载
- 积分:1
-
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。...
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。-A doubled pawn of the game, when all the chess pieces into the same color after the Game is over.
- 2022-05-26 23:13:55下载
- 积分:1