-
心灵感应程序事实上是利用了两张图片的替换给使用者的心理暗示让人感觉琢磨不透。程序中使用了部分检测系统配置的代码,检测CPU速度的代码为汇编语言混合编程。...
心灵感应程序事实上是利用了两张图片的替换给使用者的心理暗示让人感觉琢磨不透。程序中使用了部分检测系统配置的代码,检测CPU速度的代码为汇编语言混合编程。-spiritual induction process is in fact the use of two pictures of the replacement for users of the psychological suggestion give people the impression pondering not penetrate. Procedures used in the assay system configuration code, the CPU speed detection code for compilation mixed language programming.
- 2022-04-20 20:22:50下载
- 积分:1
-
dkink 的 《打砖块》这个游戏确实 太简陋了,不过 很适合 初学者。...
dkink 的 《打砖块》这个游戏确实 太简陋了,不过 很适合 初学者。-dkink the 打砖块 This game was really very simple, but very suitable for beginners.
- 2023-01-14 04:25:03下载
- 积分:1
-
C# 创建泛型字典的例子
C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。
Dictionary users = new Dictionary();//创建泛型字典
users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素
users.Add(2, new UserInfo(2, "滕*娜", "02"));
users.Add(1, new UserInfo(3, "X家兴", "03"));
//按键值对泛型字典进行排序操作
var query = from item in users
where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"
orderby item.Key
select item;
label1.Text = "显示查询结果:
";
foreach (var item in query)//显示查询结果
- 2022-08-02 11:59:24下载
- 积分:1
-
制作软盘镜像文件核心代码,希望对磁盘镜像学习者能有一定启示...
制作软盘镜像文件核心代码,希望对磁盘镜像学习者能有一定启示-floppy disk image file produced the core code, and I hope to disk mirroring learners can have a certain amount Inspiration
- 2022-07-18 14:53:32下载
- 积分:1
-
Delphi Access CRM 客户关系系统
Delphi版 CRM 客户关系系统,数据库为Access,当时是为电器城卖空调的老板写的,当然老板是朋友,当时他已经用了很长一段时间,功能已针对他的企业做过优化调整,我想同样适用于电器行业使用吧,主要是对客户信息进行维护管理、登记客服次数,购物商店信息维护、购机资料维护、操作员维护等功能,同类需求者可借鉴。
- 2022-01-25 22:05:43下载
- 积分:1
-
一个非常好的闪光,大家可以参考一下它的功能和风格,是一个很好的文档
一个很漂亮的FLASH,大家可以参考其功能及风格,是个不错的文件-a very nice Flash, we can refer to its function and style, is a good document
- 2022-03-05 03:42:35下载
- 积分:1
-
个人写的一个用于通讯录存储管理查询的小程序
个人写的一个用于通讯录存储管理查询的小程序-Written in a personal address book storage management for the query applet
- 2022-05-28 22:08:00下载
- 积分:1
-
C-C++欢迎大家的多多阅读-C-C++
- 2022-04-08 11:04:00下载
- 积分:1
-
汇编原码“霓虹灯”的模拟显示.rar
汇编原码“霓虹灯”的模拟显示.rar-compilation of the original code, "neon" simulation show. Rar
- 2023-07-09 22:20:03下载
- 积分:1
-
//特 点: //
// 1、功能完整,直接使用 //
// 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 //
/...
//特 点: //
// 1、功能完整,直接使用 //
// 2、模块独立性强,移植方便,外部仅init和move函数,修改显示和输入即可 //
// 3、对减少内存占用、尽量减少屏幕操作进行适当优化 //
// 4、新方块生成高度随机,绝对无规律 //
// 5、仿真环境为Keil7.5+Proteus6.5,可以联机也可脱机运行 //
-//features :// 1, the functional integrity, the use of direct//// 2, module-independence, Transplant convenience, external and move only init function, and the amendment shows can be imported//// 3. to reduce the memory footprint, minimizing operating properly screen optimization//// 4, the new generation highly random box, absolutely no rules//// 5, the simulation environment for Keil7.5 Proteus6.5. can be on-line off-line operation
- 2022-07-12 09:40:21下载
- 积分:1