代码搜索:Structure

找到约 10,000 项符合「Structure」的源代码

代码结果 10,000
www.eeworm.com/read/479035/1345744

txt structure.txt

Notes on the JPEG Library ========================= This JPEG module is derived from work of the IJG (see below), and may be copyied and redistributed according to the conditions under LEGAL ISS
www.eeworm.com/read/478967/1346244

txt structure.txt

Notes on the JPEG Library ========================= This JPEG module is derived from work of the IJG (see below), and may be copyied and redistributed according to the conditions under LEGAL ISS
www.eeworm.com/read/475024/1386415

txt structure.txt

Notes on the JPEG Library ========================= This JPEG module is derived from work of the IJG (see below), and may be copyied and redistributed according to the conditions under LEGAL ISS
www.eeworm.com/read/472233/1413627

h structure.h

#include
www.eeworm.com/read/472233/1417317

h structure.h

/* * Copyright (C) 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
www.eeworm.com/read/472233/1417360

cpp structure.cpp

/* * Copyright (C) 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
www.eeworm.com/read/470930/1438003

sql structure.sql

-- 修改友情链接名称字段长度为 255 ALTER TABLE `ecs_friend_link` CHANGE `link_name` `link_name` VARCHAR( 255 ) NOT NULL;
www.eeworm.com/read/470930/1438008

sql structure.sql

ALTER TABLE `ecs_activity` CHANGE `name` `name` VARCHAR( 120 ) NOT NULL; ALTER TABLE `ecs_ad` CHANGE `position_id` `position_id` SMALLINT UNSIGNED NOT NULL DEFAULT '0', CHANGE `ad_link`
www.eeworm.com/read/470930/1438017

sql structure.sql

-- 增加Feed记录表 DROP TABLE IF EXISTS `ecs_user_feed`; CREATE TABLE `ecs_user_feed` ( `feed_id` mediumint(8) unsigned NOT NULL auto_increment, `user_id` mediumint(8) unsigned NOT NULL default '0', `
www.eeworm.com/read/470930/1438027

sql structure.sql

ALTER TABLE `ecs_activity` CHANGE `activity_id` `activity_id` smallint(5) unsigned NOT NULL auto_increment, CHANGE `start_time` `start_time` int(10) unsigned NOT NULL default '0', CHANGE `