-
Game_MainFram_demo
说明: 游戏开发基础demo3_3 一个纯C++编写的基本程序,包含基本窗体,资源的使用方法等。(game basis demo3_3 a pure C to prepare the basic procedures, including basic forms, the use of methods.)
- 2006-03-25 20:13:21下载
- 积分:1
-
Unity3D03
Unity3D教程第03讲_Unity脚本入门 教程 unity 3d(03 Unity3D Tutorial Tutorial talk _Unity script unity 3d)
- 2015-02-27 17:28:39下载
- 积分:1
-
SPATIL
使用C#完成空间查询与空间分析,实现相关操作。代码齐全(Spatial query and spatial analysis)
- 2014-04-21 21:12:29下载
- 积分:1
-
C# 查询数据库时不显示重复记录
C# 查询数据库时不显示重复记录,以查询已销售图书信息为例,演示如果略过重复数据,不显示重复的数据记录。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 书号,条形码,书名,作者,出版社 FROM tb_Book");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-06-11 17:53:03下载
- 积分:1
-
方柱绕流的LBM代码(C++)
Lattice boltzmann method 方柱扰流代码,C++(LBM Code for Square Column Spoiler)
- 2020-06-20 00:40:02下载
- 积分:1
-
Cinfodlg
sock配置学习(sock configuration learning)
- 2004-09-29 10:18:16下载
- 积分:1
-
11
学分计算以及录入程序。输入excel的成绩和分数可以输出excel学分(Credit calculation and entry procedures. Enter scores and scores can excel excel export credits)
- 2014-01-13 21:59:50下载
- 积分:1
-
20180713
说明: 拍拍灯的源码程序,值得参考.可以放在床头,晚上起来时轻拍一下就亮,很方便实用。
在黑暗的夜里,留一盏灯给回家的人,温馨的氛围让屋子里每一个角落都充满幸福的光辉。
不管自己是不是一个人,心里都希望黑黑的地方有着柔和的光,特别在晚上拥有让人安心的理由。在因为太过疲倦而不容易入眠的痛苦时候,其实温柔光线能够抚慰人心,让人放心入睡。(Patting lamp source code procedures, is worth reference. Can be put on the head of a bed, at night when the light tap, very convenient and practical.
In the dark night, leave a lamp to go home, warm atmosphere makes every corner of the room is full of happiness.
Whether you are a person or not, you want a soft light in a dark place, especially at night for a reassuring reason.In the pain of being too tired to fall asleep easily, actually gentle light can be soothing and make people rest assured to sleep.)
- 2020-06-17 17:20:02下载
- 积分:1
-
APIHook200807
拦截API函数MesssageBox的演示程序,分为钩子DLL和测试程序两部分,用BCB2007编译。(Intercept API function MesssageBox demonstration program, divided into the hook DLL and the test program of two parts, with BCB2007 compiled.)
- 2008-07-26 18:04:58下载
- 积分:1
-
programacion
this programs are educational
- 2014-11-25 09:24:17下载
- 积分:1