-
DOS下利用VESA实现高分辨率、16bit色显示并输出汉字
DOS下利用VESA实现高分辨率、16bit色显示并输出汉字-DOS using VESA achieve high resolution, 16bit color display and output of Chinese Characters
- 2022-04-09 19:47:53下载
- 积分:1
-
数据挖掘c4.5算法实现,实现简单相似判别.
数据挖掘c4.5算法实现,实现简单相似判别.-Data Mining c4.5 algorithm to achieve simple and similar to distinguish.
- 2023-06-09 13:30:03下载
- 积分:1
-
一套用于生成各种图形验证码的库(Java),
一套用于生成各种图形验证码的库(Java),-A minimalist CAPTCHA generation framework for Java/J2EE, with example implementations provided for J2EE (see sc.war) and Grails.
- 2023-05-08 09:30:03下载
- 积分:1
-
《爱上Arduino》中文版
教程很不错,我虽然学的单片机是51,但是这个也适合自己摸索(It is good.Though I learn 51,it is suitable for us to do experience.)
- 2017-12-24 10:15:11下载
- 积分:1
-
zidingyideDialog
说明: erilyAlertDialog 是由Herily[虚拟名]研究android对话框源码后的结晶,继承自AlertDialog并根据需要重写了部分代码,使其能满足自己所需要的风格的对话框。你可以像使用AlertDialog一样的使用HerilyAlertDialog。你也可以直接使用HerilyAlertDialog来直接替换已有项目中的AlertDialog而不需要做任何修改。 2.如果你想更换对话框风格,你可以替换掉drawable-hidp中对应的.png图片资源即可。 3.建议配置成双选择形式来使用(通过配置文件或者某一个定向变来空控制到底使用哪一种对话框)(Erily Alert Dialog is the crystallization of the Android dialog source code studied by Herily [virtual name]. It inherits from Alert Dialog and rewrites part of the code according to the need to make it meet the style of dialog box it needs. You can use HerilyAlert Dialog as you would use Alert Dialog. You can also use HerilyAlert Dialog directly to replace Alert Dialog in existing projects without any modifications. 2. If you want to change the dialog style, you can replace the corresponding. PNG image resources in drawable-hidp. 3. It is recommended to configure the dialog box in a double-choice format (to control which dialog box to use by configuring a file or a directional variable))
- 2020-06-16 22:20:01下载
- 积分:1
-
libigl-master
说明: libigl源码,适合计算机图形学学习,对计算机图形学开发非常有价值(Libigl source code, suitable for computer graphics learning, very valuable for computer graphics development)
- 2020-06-16 15:05:37下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
TMS320F2812
基于TMS320F2812的视频图像采集系统的设计 对视屏采集有一定的参考-TMS320F2812-based video image acquisition system design of Shiping collection of some reference
- 2022-01-31 05:07:49下载
- 积分:1
-
louvain_community_finding
社团识别中的一个经典的算法,鲁文算法,和newman快速算法一样用于社团识别(A classical algorithm in community identification, ruwen algorithm, and Newman fast algorithm are similar.)
- 2018-05-03 09:56:25下载
- 积分:1
-
基于人工智能方面的,运用极大极小算法的井字棋源代码
基于人工智能方面的,运用极大极小算法的井字棋源代码-Based on artificial intelligence aspects, the use of max-min algorithm source code for tic-tac-toe game
- 2023-08-05 18:50:03下载
- 积分:1